summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorKonstantin <ria.freelander@gmail.com>2016-05-11 11:40:47 +0300
committerKonstantin <ria.freelander@gmail.com>2016-05-11 11:40:47 +0300
commit9b2e290336e7c8de7117e1fb24ba5443fed56698 (patch)
tree45184aa9bbdfc32fbc00d395133fde8b03ecae76 /po
parenta24e4fa0b990214b369b59704193eb64be27483c (diff)
downloadmusl-locales-9b2e290336e7c8de7117e1fb24ba5443fed56698.tar.gz
musl-locales-9b2e290336e7c8de7117e1fb24ba5443fed56698.tar.bz2
musl-locales-9b2e290336e7c8de7117e1fb24ba5443fed56698.tar.xz
musl-locales-9b2e290336e7c8de7117e1fb24ba5443fed56698.zip
Working locale
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 606b49a..90716a0 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -1,4 +1,8 @@
include(TranslationsMusl)
-add_translations_directory("musl" MUSL_LOCPATH)
-add_translations_catalog("musl"
- ../musl)
+add_musl_translations_directory("musl" MUSL_LOCPATH)
+add_musl_translations_catalog("musl"
+ ../musl)
+include(Translations)
+add_translations_directory("musl-locales" "bin")
+add_translations_catalog("musl-locales"
+ ..)