diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-09 09:39:26 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-09 09:39:26 +0200 |
commit | 0e75ad742b534b92e3ddd8b12826a0f8d6a8ac6a (patch) | |
tree | 34fa686105f212f21f44fb9eaf1d01cfc4b63b3e /po | |
parent | cae3e25906dd00ec8db81a3bec4abf54153048f9 (diff) | |
download | weechat-0e75ad742b534b92e3ddd8b12826a0f8d6a8ac6a.zip |
core: sort languages alphabetically in build
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 0cbcb8b50..961ea685d 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -18,16 +18,16 @@ # set(PO_FILES - fr.po - es.po cs.po - hu.po de.po - ru.po - pl.po + es.po + fr.po + hu.po it.po ja.po + pl.po pt_BR.po + ru.po tr.po ) |