Author: gh
Date: 2008-10-03 12:54:23 -0600 (Fri, 03 Oct 2008)
New Revision: 3616

Added:
   FormEncode/trunk/formencode/i18n/tw/
Removed:
   FormEncode/trunk/formencode/i18n/big5/
Modified:
   FormEncode/trunk/tests/test_i18n.py
Log:
renamed big5 to tw (Chinese traditional)


Copied: FormEncode/trunk/formencode/i18n/tw (from rev 3615, 
FormEncode/trunk/formencode/i18n/big5)

Modified: FormEncode/trunk/tests/test_i18n.py
===================================================================
--- FormEncode/trunk/tests/test_i18n.py 2008-10-02 21:04:20 UTC (rev 3615)
+++ FormEncode/trunk/tests/test_i18n.py 2008-10-03 18:54:23 UTC (rev 3616)
@@ -66,8 +66,8 @@
 def test_pt_BR():
   _test_lang("pt_BR", u"Por favor digite um valor")
 
-def test_big5():
-  _test_lang("big5", u"請輸入一個值")
+def test_tw():
+  _test_lang("tw", u"請輸入一個值")
 
 def test_sk():
   _test_lang("sk",u"Zadajte hodnotu, prosím")


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FormEncode-CVS mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/formencode-cvs

Reply via email to