diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/CMakeLists.txt | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 86cd3ecd4..3abc0f332 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ solaris*) esac # Gettext -ALL_LINGUAS="fr es cs hu de ru pl it ja pt_BR tr" +ALL_LINGUAS="cs de es fr hu it ja pl pt_BR ru tr" AM_GNU_GETTEXT AM_GNU_GETTEXT_VERSION([0.18]) 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 ) |