diff options
author | blinkseb <blinkseb@svn> | 2010-09-24 14:58:10 +0000 |
---|---|---|
committer | blinkseb <blinkseb@svn> | 2010-09-24 14:58:10 +0000 |
commit | 7518183e05de0cc46892ee75b5ccd4d239dcdc7a (patch) | |
tree | f308a6095766f3162b04c1faa747e464ab3feca5 /language/Chinese (Simple) | |
parent | 581bd5b88dd32c3635a4b98a685f09a19bc4af4f (diff) |
changed: added locale informations to languages in order to proper sort non-english strings
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34145 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'language/Chinese (Simple)')
-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 6b379e8552..3dad1dac5c 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> +<language locale="chs"> <charsets> <gui unicodefont="true">CP936</gui> <subtitle>CP936</subtitle> @@ -10,14 +10,14 @@ <subtitle>zh</subtitle> </dvd> <regions> - <region name="Beijing (12h)"> + <region name="Beijing (12h)" locale="china"> <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)"> + <region name="Beijing (24h)" locale="china"> <dateshort>YYYY-M-D</dateshort> <datelong>YYYY'年'M'月'D'日' DDDD</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> |