aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorphate89 <phates89@gmail.com>2016-04-27 12:47:07 +0200
committerphate89 <phates89@gmail.com>2016-05-12 00:52:16 +0200
commitbe3dd5becde0e607238375d2564f684763a13e89 (patch)
treed0c1dbc43f6ed0409e15993554e7a601623cc168 /addons
parent71b31808a0614bd9a138066cce3940f4eaed60ea (diff)
Use separators from language addon
Diffstat (limited to 'addons')
-rw-r--r--addons/resource.language.en_gb/addon.xml2
-rw-r--r--addons/resource.language.en_gb/resources/langinfo.xml20
2 files changed, 21 insertions, 1 deletions
diff --git a/addons/resource.language.en_gb/addon.xml b/addons/resource.language.en_gb/addon.xml
index df5ba2f968..ac8b23dbf1 100644
--- a/addons/resource.language.en_gb/addon.xml
+++ b/addons/resource.language.en_gb/addon.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="resource.language.en_gb"
- version="2.0.0"
+ version="2.0.1"
name="English"
provider-name="Team Kodi">
<requires>
diff --git a/addons/resource.language.en_gb/resources/langinfo.xml b/addons/resource.language.en_gb/resources/langinfo.xml
index 24b1020058..1e80bcdb16 100644
--- a/addons/resource.language.en_gb/resources/langinfo.xml
+++ b/addons/resource.language.en_gb/resources/langinfo.xml
@@ -54,6 +54,8 @@
<time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
<tempunit>F</tempunit>
<speedunit>mph</speedunit>
+ <thousandsseparator groupingformat="\3">,</thousandsseparator>
+ <decimalseparator>.</decimalseparator>
</region>
<region name="USA (24h)" locale="US">
@@ -62,6 +64,8 @@
<time symbolAM="" symbolPM="">H:mm:ss</time>
<tempunit>F</tempunit>
<speedunit>mph</speedunit>
+ <thousandsseparator groupingformat="\3">,</thousandsseparator>
+ <decimalseparator>.</decimalseparator>
</region>
<region name="UK (12h)" locale="GB">
@@ -71,6 +75,8 @@
<tempunit>C</tempunit>
<speedunit>mph</speedunit>
<timezone>GMT</timezone>
+ <thousandsseparator groupingformat="\3">,</thousandsseparator>
+ <decimalseparator>.</decimalseparator>
</region>
<region name="UK (24h)" locale="GB">
@@ -80,6 +86,8 @@
<tempunit>C</tempunit>
<speedunit>mph</speedunit>
<timezone>GMT</timezone>
+ <thousandsseparator groupingformat="\3">,</thousandsseparator>
+ <decimalseparator>.</decimalseparator>
</region>
<region name="Canada" locale="CA">
@@ -88,6 +96,8 @@
<time symbolAM="AM" symbolPM="PM">h:mm:ss xx</time>
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
+ <thousandsseparator groupingformat="\3">,</thousandsseparator>
+ <decimalseparator>.</decimalseparator>
</region>
<region name="Australia (12h)" locale="AU">
@@ -97,6 +107,8 @@
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
<timezone>GMT</timezone>
+ <thousandsseparator groupingformat="\3">,</thousandsseparator>
+ <decimalseparator>.</decimalseparator>
</region>
<region name="Australia (24h)" locale="AU">
@@ -106,6 +118,8 @@
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
<timezone>GMT</timezone>
+ <thousandsseparator groupingformat="\3">,</thousandsseparator>
+ <decimalseparator>.</decimalseparator>
</region>
<region name="Central Europe" locale="DE">
@@ -115,6 +129,8 @@
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
<timezone>CET</timezone>
+ <thousandsseparator groupingformat="\3">,</thousandsseparator>
+ <decimalseparator>.</decimalseparator>
</region>
<region name="India (12h)" locale="IN">
@@ -124,6 +140,8 @@
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
<timezone>GMT</timezone>
+ <thousandsseparator groupingformat="\3\2">,</thousandsseparator>
+ <decimalseparator>.</decimalseparator>
</region>
<region name="India (24h)" locale="IN">
@@ -133,6 +151,8 @@
<tempunit>C</tempunit>
<speedunit>kmh</speedunit>
<timezone>IST</timezone>
+ <thousandsseparator groupingformat="\3\2">,</thousandsseparator>
+ <decimalseparator>.</decimalseparator>
</region>
</regions>
</language>