diff options
Diffstat (limited to 'locale/base/merge-messages.sh')
-rwxr-xr-x | locale/base/merge-messages.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/base/merge-messages.sh b/locale/base/merge-messages.sh index ba05f45e..a9350174 100755 --- a/locale/base/merge-messages.sh +++ b/locale/base/merge-messages.sh @@ -9,3 +9,4 @@ msgmerge ./messages.po ../it_IT/LC_MESSAGES/messages.po --output-file=../it_IT/L msgmerge ./messages.po ../nl_NL/LC_MESSAGES/messages.po --output-file=../nl_NL/LC_MESSAGES/messages.po msgmerge ./messages.po ../tr_TR/LC_MESSAGES/messages.po --output-file=../tr_TR/LC_MESSAGES/messages.po msgmerge ./messages.po ../zh_CN/LC_MESSAGES/messages.po --output-file=../zh_CN/LC_MESSAGES/messages.po +msgmerge ./messages.po ../ru_RU/LC_MESSAGES/messages.po --output-file=../ru_RU/LC_MESSAGES/messages.po |