From 597f1ee8c29b342a705e9a47f1081f81493580e4 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Wed, 22 Oct 2014 22:33:26 -0700 Subject: [PATCH] enable Serbian Cyrillic translation --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 947a010ad..71a6b470f 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ import unittest ALL_LINGUAS = ('ar', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'eo', 'es', 'fi', 'fr', 'he', 'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR', - 'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN') + 'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sr', 'sv', 'uk', 'vi', 'zh_CN') INTLTOOL_FILES = ('data/tips.xml', 'gramps/plugins/lib/holidays.xml') server = False