summaryrefslogtreecommitdiffstats
path: root/setup/config.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup/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")