From f2eb90c2008bd29fdf61e399739ad9901f86abf5 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 4 Jan 2018 15:14:09 +0800 Subject: update config.py.in --- setup/config.py.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup/config.py.in b/setup/config.py.in index 35a597c..dc1545b 100644 --- a/setup/config.py.in +++ b/setup/config.py.in @@ -18,6 +18,12 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +import gettext + +gettext.install("ibus-libzhuyin") def get_version(): return "@VERSION@" + +def get_longname(): + return _("New Zhuyin") -- cgit