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/Serbian/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/Serbian/langinfo.xml')
-rw-r--r-- | language/Serbian/langinfo.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/language/Serbian/langinfo.xml b/language/Serbian/langinfo.xml index f8e5298d86..c321c73d0f 100644 --- a/language/Serbian/langinfo.xml +++ b/language/Serbian/langinfo.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<language locale="Serbian (Latin)"> +<language locale="sr"> <charsets> <gui>CP1251</gui> <subtitle>CP1251</subtitle> @@ -12,7 +12,7 @@ </dvd> <regions> - <region name="Srbija - puni prikaz" locale="Serbia"> + <region name="Srbija - puni prikaz" locale="RS"> <dateshort>DD.M.YYYY.</dateshort> <datelong>DDDD, DD. MMMM YYYY. g.</datelong> <time symbolAM="" symbolPM="">HH:mm:ss</time> @@ -20,7 +20,7 @@ <speedunit>kmh</speedunit> <timezone>CEST</timezone> </region> - <region name="Srbija - skraćeni prikaz" locale="Serbia"> + <region name="Srbija - skraćeni prikaz" locale="RS"> <dateshort>D.M.YYYY.</dateshort> <datelong>DD. M. YYYY. g.</datelong> <time symbolAM="" symbolPM="">H:mm:ss</time> |