diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-25 02:44:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-25 03:14:13 +0300 |
commit | 3d7be7b307d5ebf4171623a6628d66b82ed4e792 (patch) | |
tree | 9a61470e5da4ae95840b866e0fa716ffc9cbe6b8 /data/translations/help/CMakeLists.txt | |
parent | c9f43996f3147100627ee2c6f9da993ceb160113 (diff) | |
download | plus-3d7be7b307d5ebf4171623a6628d66b82ed4e792.tar.gz plus-3d7be7b307d5ebf4171623a6628d66b82ed4e792.tar.bz2 plus-3d7be7b307d5ebf4171623a6628d66b82ed4e792.tar.xz plus-3d7be7b307d5ebf4171623a6628d66b82ed4e792.zip |
Update and rebuild translations.
Diffstat (limited to 'data/translations/help/CMakeLists.txt')
-rw-r--r-- | data/translations/help/CMakeLists.txt | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/data/translations/help/CMakeLists.txt b/data/translations/help/CMakeLists.txt index eb3802d13..975414f65 100644 --- a/data/translations/help/CMakeLists.txt +++ b/data/translations/help/CMakeLists.txt @@ -1,13 +1,10 @@ SET(FILES - arrow_up.gif - arrow_down.gif - arrow_left.gif - arrow_right.gif - error.png - error.xml - manaplus_emotions.png - manaplus_emote.xml - manaplus_emotes.xml + de.po + es.po + fr.po + pl.po + pt_BR.po + ru.po ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprites) +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/translations/help) |