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 e4cadbe7..0d8546b6 100755 --- a/locale/base/merge-messages.sh +++ b/locale/base/merge-messages.sh @@ -10,3 +10,4 @@ msgmerge ../nl_NL/LC_MESSAGES/messages.po ./messages.po --output-file=../nl_NL/L msgmerge ../tr_TR/LC_MESSAGES/messages.po ./messages.po --output-file=../tr_TR/LC_MESSAGES/messages.po msgmerge ../zh_CN/LC_MESSAGES/messages.po ./messages.po --output-file=../zh_CN/LC_MESSAGES/messages.po msgmerge ../ru_RU/LC_MESSAGES/messages.po ./messages.po --output-file=../ru_RU/LC_MESSAGES/messages.po +msgmerge ../is_IS/LC_MESSAGES/messages.po ./messages.po --output-file=../is_IS/LC_MESSAGES/messages.po |