diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 2 | ||||
-rw-r--r-- | po/crash-worker.pot (renamed from po/crash-worker-sdk.pot) | 0 | ||||
-rwxr-xr-x | po/update-po.sh | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index c3c6486..bae371e 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -16,7 +16,7 @@ FOREACH(pofile ${POFILES}) DEPENDS ${absPofile} ) INSTALL(FILES ${moFile} - DESTINATION ${LOCALEDIR}/${lang}/LC_MESSAGES RENAME ${PROJECT_NAME}.mo) + DESTINATION ${LOCALEDIR}/${lang}/LC_MESSAGES RENAME ${PACKAGE}.mo) SET(moFiles ${moFiles} ${moFile}) ENDFOREACH(pofile) diff --git a/po/crash-worker-sdk.pot b/po/crash-worker.pot index db48796..db48796 100644 --- a/po/crash-worker-sdk.pot +++ b/po/crash-worker.pot diff --git a/po/update-po.sh b/po/update-po.sh index 365312b..5267a1b 100755 --- a/po/update-po.sh +++ b/po/update-po.sh @@ -1,6 +1,6 @@ #!/bin/sh -PACKAGE=crash-worker-sdk +PACKAGE=crash-worker SRCROOT=../src POTFILES=POTFILES.in |