From 31dfd1301c91a8045a1b5c6e80688a46a4b36e06 Mon Sep 17 00:00:00 2001 From: xiplus Date: Sat, 30 Apr 2016 13:36:58 +0800 Subject: [PATCH] auto produce locale *.mo --- config/default_config.php | 3 +++ install/locale.php | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 install/locale.php diff --git a/config/default_config.php b/config/default_config.php index d15e34f..1ddbf04 100644 --- a/config/default_config.php +++ b/config/default_config.php @@ -27,8 +27,11 @@ # allow locale list $config["locale"] = array( + "de_DE", "en_US", + "ja_JP", "pl_PL", + "ru_RU", "zh_TW" ); diff --git a/install/locale.php b/install/locale.php new file mode 100644 index 0000000..8dd92bb --- /dev/null +++ b/install/locale.php @@ -0,0 +1,14 @@ + \ No newline at end of file