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/Korean | |
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/Korean')
-rw-r--r-- | language/Korean/langinfo.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/language/Korean/langinfo.xml b/language/Korean/langinfo.xml index ed3ca1339c..f9b2579470 100644 --- a/language/Korean/langinfo.xml +++ b/language/Korean/langinfo.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<language locale="korean"> +<language locale="ko"> <charsets> <gui unicodefont="true">CP949</gui> <subtitle>CP949</subtitle> @@ -10,14 +10,14 @@ <subtitle>ko</subtitle> </dvd> <regions> - <region name="Korea (12h)" locale="korea"> + <region name="Korea (12h)" locale="KR"> <dateshort>YYYY-MM-DD</dateshort> <datelong>YYYY'년' M'월' D'일' DDDD</datelong> <time symbolAM="오전" symbolPM="오후">xx h:mm:ss</time> <tempunit>C</tempunit> <speedunit>kmh</speedunit> </region> - <region name="Korea (24h)" locale="korea"> + <region name="Korea (24h)" locale="KR"> <dateshort>YYYY-MM-DD</dateshort> <datelong>YYYY'년' M'월' D'일' DDDD</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> |