diff options
author | blinkseb <blinkseb@svn> | 2010-10-13 22:14:42 +0000 |
---|---|---|
committer | blinkseb <blinkseb@svn> | 2010-10-13 22:14:42 +0000 |
commit | fb490c5b6f538db3c18a7e53e90a32c38338da3b (patch) | |
tree | aa35498a7859c9ec6579f6ed0a619efe48053656 /language/Chinese (Simple)/langinfo.xml | |
parent | 10c35a4b02f5cdfd971fe8555caf16dc42344e20 (diff) |
changed: set locale informations to 2-chars (linux compatible)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34745 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'language/Chinese (Simple)/langinfo.xml')
-rw-r--r-- | language/Chinese (Simple)/langinfo.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/language/Chinese (Simple)/langinfo.xml b/language/Chinese (Simple)/langinfo.xml index 3dad1dac5c..93068c77c9 100644 --- a/language/Chinese (Simple)/langinfo.xml +++ b/language/Chinese (Simple)/langinfo.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<language locale="chs"> +<language locale="zh"> <charsets> <gui unicodefont="true">CP936</gui> <subtitle>CP936</subtitle> @@ -10,14 +10,14 @@ <subtitle>zh</subtitle> </dvd> <regions> - <region name="Beijing (12h)" locale="china"> + <region name="Beijing (12h)" locale="CN"> <dateshort>YYYY-M-D</dateshort> <datelong>YYYY'年'M'月'D'日' DDDD</datelong> <time symbolAM="上午" symbolPM="下午">xx h:mm:ss</time> <tempunit>C</tempunit> <speedunit>kmh</speedunit> </region> - <region name="Beijing (24h)" locale="china"> + <region name="Beijing (24h)" locale="CN"> <dateshort>YYYY-M-D</dateshort> <datelong>YYYY'年'M'月'D'日' DDDD</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> |