diff options
Diffstat (limited to 'locale/base/merge-messages.sh')
-rwxr-xr-x | locale/base/merge-messages.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/base/merge-messages.sh b/locale/base/merge-messages.sh index 7b11147d..0dfffa87 100755 --- a/locale/base/merge-messages.sh +++ b/locale/base/merge-messages.sh @@ -19,6 +19,8 @@ msgmerge -N ../de_DE/LC_MESSAGES/messages.po ./messages.po --output-file=../de_DE/LC_MESSAGES/messages.po +msgmerge -N ../ca_CA/LC_MESSAGES/messages.po ./messages.po --output-file=../ca_CA/LC_MESSAGES/messages.po +msgmerge -N ../el_GR/LC_MESSAGES/messages.po ./messages.po --output-file=../el_GR/LC_MESSAGES/messages.po msgmerge -N ../es_ES/LC_MESSAGES/messages.po ./messages.po --output-file=../es_ES/LC_MESSAGES/messages.po msgmerge -N ../en_GB/LC_MESSAGES/messages.po ./messages.po --output-file=../en_GB/LC_MESSAGES/messages.po msgmerge -N ../fr_FR/LC_MESSAGES/messages.po ./messages.po --output-file=../fr_FR/LC_MESSAGES/messages.po |