[Blends-commit] r2921 - in /blends/trunk/webtools: blendslanguages.py blendstasktools.py

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed Aug 10 20:52:20 UTC 2011


Author: tille
Date: Wed Aug 10 20:52:20 2011
New Revision: 2921

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2921
Log:
Add Serbian language

Modified:
    blends/trunk/webtools/blendslanguages.py
    blends/trunk/webtools/blendstasktools.py

Modified: blends/trunk/webtools/blendslanguages.py
URL: http://svn.debian.org/wsvn/blends/blends/trunk/webtools/blendslanguages.py?rev=2921&op=diff
==============================================================================
--- blends/trunk/webtools/blendslanguages.py (original)
+++ blends/trunk/webtools/blendslanguages.py Wed Aug 10 20:52:20 2011
@@ -29,6 +29,7 @@
                   'ru'    : {'short':'ru', 'htaccess':'ru'   , 'title':'Russian',         'printed':Markup('Русский (Russkij)')},
                   'uk'    : {'short':'uk', 'htaccess':'uk'   , 'title':'Ukrainian',       'printed':Markup("українська (ukrajins'ka)")},
                   'sk'    : {'short':'sk', 'htaccess':'sk'   , 'title':'Slovenian',       'printed':Markup('slovensky')},
+                  'sr'    : {'short':'sr', 'htaccess':'sr'   , 'title':'Serbian',         'printed':Markup('serbian')},
                   'sv'    : {'short':'sv', 'htaccess':'sv'   , 'title':'Swedish',         'printed':Markup('svenska')},
                   'zh_CN' : {'short':'zh_cn', 'htaccess':'zh-CN', 'title':'Chinese (China)',  'printed':Markup('中文(简)')},
                   'zh_TW' : {'short':'zh_tw', 'htaccess':'zh-TW', 'title':'Chinese (Taiwan)', 'printed':Markup('中文(正)')},

Modified: blends/trunk/webtools/blendstasktools.py
URL: http://svn.debian.org/wsvn/blends/blends/trunk/webtools/blendstasktools.py?rev=2921&op=diff
==============================================================================
--- blends/trunk/webtools/blendstasktools.py (original)
+++ blends/trunk/webtools/blendstasktools.py Wed Aug 10 20:52:20 2011
@@ -286,6 +286,7 @@
           "description_pt_BR" text, "long_description_pt_BR" text,
           description_ru text, long_description_ru text,
           description_sk text, long_description_sk text,
+          description_sr text, long_description_sr text,
           description_sv text, long_description_sv text,
           description_uk text, long_description_uk text,
           "description_zh_CN" text, "long_description_zh_CN" text,
@@ -327,6 +328,7 @@
           "description_pt_BR" text, "long_description_pt_BR" text,
           description_ru text, long_description_ru text,
           description_sk text, long_description_sk text,
+          description_sr text, long_description_sr text,
           description_sv text, long_description_sv text,
           description_uk text, long_description_uk text,
           "description_zh_CN" text, "long_description_zh_CN" text,




More information about the Blends-commit mailing list