aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiff_ <spiff_@svn>2010-10-20 10:46:31 +0000
committerspiff_ <spiff_@svn>2010-10-20 10:46:31 +0000
commitbf9dcc4379d62a22f5076cdd199274fba3045ffb (patch)
tree11346b81f7348758daaae2d2c1203a833e193306
parent931b9ee0300f54e4de6388b6db24c4f927b8e7d8 (diff)
fixed: missing locale info in thai langinfo.xml. thanks blinkseb
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34875 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r--language/Thai/langinfo.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/language/Thai/langinfo.xml b/language/Thai/langinfo.xml
index 896c0017fc..df7162449c 100644
--- a/language/Thai/langinfo.xml
+++ b/language/Thai/langinfo.xml
@@ -10,56 +10,56 @@
<subtitle>th</subtitle>
</dvd>
<regions>
- <region name="Thailand">
+ <region name="Thailand" locale="TH">
<dateshort>DD/MM/YYYY</dateshort>
<datelong>DDDD, D MMMM YYYY</datelong>
<time symbolAM="" symbolPM="">H:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
</region>
- <region name="USA">
+ <region name="USA" locale="US">
<dateshort>MM/DD/YYYYY</dateshort>
<datelong>DDDD, MMMM D, YYYY</datelong>
<time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
<tempunit>F</tempunit>
<speedunit>mph</speedunit>
</region>
- <region name="UK (12h)">
+ <region name="UK (12h)" locale="GB">
<dateshort>DD/MM/YYYY</dateshort>
<datelong>DDDD, D MMMM YYYY</datelong>
<time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
<tempunit>C</tempunit>
<speedunit>mph</speedunit>
</region>
- <region name="UK (24h)">
+ <region name="UK (24h)" locale="GB">
<dateshort>DD/MM/YYYY</dateshort>
<datelong>DDDD, D MMMM YYYY</datelong>
<time symbolAM="" symbolPM="">H:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>mph</speedunit>
</region>
- <region name="Canada">
+ <region name="Canada" locale="CA">
<dateshort>MM/DD/YYYYY</dateshort>
<datelong>DDDD, MMMM D, YYYY</datelong>
<time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
</region>
- <region name="Australia (12h)">
+ <region name="Australia (12h)" locale="AU">
<dateshort>DD/MM/YYYY</dateshort>
<datelong>DDDD, D MMMM YYYY</datelong>
<time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
</region>
- <region name="Australia (24h)">
+ <region name="Australia (24h)" locale="AU">
<dateshort>DD/MM/YYYY</dateshort>
<datelong>DDDD, D MMMM YYYY</datelong>
<time symbolAM="AM" symbolPM="PM">H:mm:ss</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
</region>
- <region name="Central Europe">
+ <region name="Central Europe" locale="DE">
<dateshort>YYYY-MM-DD</dateshort>
<datelong>DDDD, D MMMM YYYY</datelong>
<time symbolAM="" symbolPM="">H:mm:ss</time>