diff options
author | Konstantin <ria.freelander@gmail.com> | 2016-05-11 11:40:47 +0300 |
---|---|---|
committer | Konstantin <ria.freelander@gmail.com> | 2016-05-11 11:40:47 +0300 |
commit | 9b2e290336e7c8de7117e1fb24ba5443fed56698 (patch) | |
tree | 45184aa9bbdfc32fbc00d395133fde8b03ecae76 /po | |
parent | a24e4fa0b990214b369b59704193eb64be27483c (diff) | |
download | musl-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.txt | 10 |
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" + ..) |