You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix README.md duplicate statistics and improve intro pattern matching
- Fixed duplicate introduction line in README.md (was appending instead of replacing)
- Improved regex pattern in gulpfile.js to properly match and replace intro text
- Ensures only one statistics line appears in README.md
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# WordPress Fordítások Gyűjteménye
2
2
3
-
Ez a repository WordPress bővítmények és témák fordításait tartalmazza különböző nyelveken. Jelenleg **393 bővítmény** és **9 téma** magyar fordítása érhető el. Jelenleg **391 bővítmény** és **5 téma** magyar fordítása érhető el.
3
+
Ez a repository WordPress bővítmények és témák fordításait tartalmazza különböző nyelveken. Jelenleg **393 bővítmény** és **9 téma** magyar fordítása érhető el.
constnewIntro=`Ez a repository WordPress bővítmények és témák fordításait tartalmazza különböző nyelveken. Jelenleg **${plugins.size} bővítmény** és **${themes.size} téma** magyar fordítása érhető el.`;
0 commit comments