Merge branch '2.5.x' into saas
This commit is contained in:
commit
d9436cdc0f
|
@ -4,7 +4,7 @@ cd ..
|
|||
|
||||
#generate a new .po file
|
||||
#this will generate a file called messages.po
|
||||
find . -iname "*.phtml" -o -name "*.php" | xargs xgettext -L php
|
||||
find . -iname "*.phtml" -o -name "*.php" | xargs xgettext -L php --from-code=UTF-8
|
||||
|
||||
#merge the new messages from messages.po into each existing .po file
|
||||
#this will generate new .po files
|
||||
|
|
Loading…
Reference in New Issue