summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2018-01-04 15:14:09 +0800
committerPeng Wu <alexepico@gmail.com>2018-01-04 15:14:09 +0800
commitf2eb90c2008bd29fdf61e399739ad9901f86abf5 (patch)
tree49dfe506fe0bdca9acfc404ea9ddbde2e798b0d3
parent1b57ded66abc5c7c59c1ddddad0a48d20f1d621f (diff)
downloadibus-libzhuyin-f2eb90c2008bd29fdf61e399739ad9901f86abf5.tar.gz
ibus-libzhuyin-f2eb90c2008bd29fdf61e399739ad9901f86abf5.tar.xz
ibus-libzhuyin-f2eb90c2008bd29fdf61e399739ad9901f86abf5.zip
update config.py.in
-rw-r--r--setup/config.py.in6
1 files changed, 6 insertions, 0 deletions
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")