Skip to content

Commit 94ae0b8

Browse files
committed
Update translations
1 parent d011a2c commit 94ae0b8

File tree

15 files changed

+5371
-4368
lines changed

15 files changed

+5371
-4368
lines changed

Messages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ echo "Done extracting messages"
1717

1818

1919
echo "Merging translations"
20-
catalogs=`find . -name '*.po'`
20+
catalogs=`find . -name '*.po' -not -path "./craft-*"`
2121
for cat in $catalogs; do
2222
echo $cat
2323
msgmerge -o $cat.new $cat ${PROJECT}.pot

0 commit comments

Comments
 (0)