mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated translation grabber to search for TQ strings
Fixed typo's
This commit is contained in:
2284
locale/quexs.pot
2284
locale/quexs.pot
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
#Source: http://stackoverflow.com/questions/7496156/gettext-how-to-update-po-and-pot-files-after-the-source-is-modified
|
||||
echo '' > messages.po # xgettext needs that file, and we need it empty
|
||||
cd ..
|
||||
find . -type f -iname "*.php" | xgettext --keyword='T_' -o locale/messages.po -j -f -
|
||||
find . -type f -iname "*.php" | xgettext --keyword='T_' --keyword='TQ_' -o locale/messages.po -j -f -
|
||||
cd locale
|
||||
msgmerge -N quexs.pot messages.po > new.po
|
||||
mv new.po quexs.pot
|
||||
|
||||
Reference in New Issue
Block a user