diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-22 09:24:39 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-22 09:24:39 +0000 |
commit | a52827790447bc9fd1cee2e40756b60b967be475 (patch) | |
tree | 7cd24d0f31a2d363a36b861fd98afbfe2c11350a /locale/base/merge-messages.sh | |
parent | 7b49a436d0eb128b26cb2a427731074f0a9fce2b (diff) | |
download | ampache-a52827790447bc9fd1cee2e40756b60b967be475.tar.gz ampache-a52827790447bc9fd1cee2e40756b60b967be475.tar.bz2 ampache-a52827790447bc9fd1cee2e40756b60b967be475.zip |
updated translations, new russian translation, generate config tool to update config and new putenv test on /test.php
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 |