[Cdd-commits] r954 - cdd/trunk/webtools

CDD Subversion Commit noreply at alioth.debian.org
Wed Jul 9 07:27:06 UTC 2008


Author: tille
Date: Wed Jul  9 07:27:06 2008
New Revision: 954

Modified:
   cdd/trunk/webtools/tasks.py
Log:
s/pt/pt_BR/ s/zn/zn_CN/ - I'm a little bit scared about the political correctness of the latter because we even lost a DD because of these language issues - but using these settings pragmatically it reveals at least some translated package descriptions.  Feel free to suggest a better solution.


Modified: cdd/trunk/webtools/tasks.py
==============================================================================
--- cdd/trunk/webtools/tasks.py	(original)
+++ cdd/trunk/webtools/tasks.py	Wed Jul  9 07:27:06 2008
@@ -17,7 +17,7 @@
 
 from cddtasktools import CddDependencies, ReadConfig
 
-languages = ('en', 'cs', 'da', 'de', 'es', 'fi', 'fr', 'it', 'ja', 'ko', 'nl', 'pl', 'pt', 'ru', 'zh')
+languages = ('en', 'cs', 'da', 'de', 'es', 'fi', 'fr', 'it', 'ja', 'ko', 'nl', 'pl', 'pt_BR', 'ru', 'zh_CN')
 
 if len(argv) <= 1:
 	print >>stderr, "Usage: %s <CDD name>\n       The <CDD name> needs a matching config file webconf/<CDD name>.conf"\



More information about the Cdd-commits mailing list