Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2015-10-25 00:13:12 +0300
committersgiehl <stefan@piwik.org>2015-10-28 00:31:59 +0300
commit7c258e2cdea17f50a9864493eb57f68a6aa85273 (patch)
treeac2c4ad27f6bfa84e69b4dbc06e098a4c56061cb /plugins/Intl
parent1d8222d9a0fdeb1b74139707dd125ad28aa798c8 (diff)
fetch 12 and 24 hour time formats from cldr
Diffstat (limited to 'plugins/Intl')
-rw-r--r--plugins/Intl/Commands/GenerateIntl.php8
-rw-r--r--plugins/Intl/lang/am.json8
-rw-r--r--plugins/Intl/lang/ar.json8
-rw-r--r--plugins/Intl/lang/be.json8
-rw-r--r--plugins/Intl/lang/bg.json8
-rw-r--r--plugins/Intl/lang/bn.json8
-rw-r--r--plugins/Intl/lang/bs.json8
-rw-r--r--plugins/Intl/lang/ca.json8
-rw-r--r--plugins/Intl/lang/cs.json8
-rw-r--r--plugins/Intl/lang/cy.json8
-rw-r--r--plugins/Intl/lang/da.json8
-rw-r--r--plugins/Intl/lang/de.json8
-rw-r--r--plugins/Intl/lang/el.json8
-rw-r--r--plugins/Intl/lang/en.json8
-rw-r--r--plugins/Intl/lang/es.json8
-rw-r--r--plugins/Intl/lang/et.json8
-rw-r--r--plugins/Intl/lang/eu.json8
-rw-r--r--plugins/Intl/lang/fa.json8
-rw-r--r--plugins/Intl/lang/fi.json8
-rw-r--r--plugins/Intl/lang/fr.json8
-rw-r--r--plugins/Intl/lang/gl.json8
-rw-r--r--plugins/Intl/lang/he.json8
-rw-r--r--plugins/Intl/lang/hi.json8
-rw-r--r--plugins/Intl/lang/hr.json8
-rw-r--r--plugins/Intl/lang/hu.json8
-rw-r--r--plugins/Intl/lang/id.json8
-rw-r--r--plugins/Intl/lang/is.json8
-rw-r--r--plugins/Intl/lang/it.json8
-rw-r--r--plugins/Intl/lang/ja.json8
-rw-r--r--plugins/Intl/lang/ka.json8
-rw-r--r--plugins/Intl/lang/ko.json8
-rw-r--r--plugins/Intl/lang/lt.json8
-rw-r--r--plugins/Intl/lang/lv.json8
-rw-r--r--plugins/Intl/lang/nb.json8
-rw-r--r--plugins/Intl/lang/nl.json8
-rw-r--r--plugins/Intl/lang/nn.json8
-rw-r--r--plugins/Intl/lang/pl.json8
-rw-r--r--plugins/Intl/lang/pt-br.json8
-rw-r--r--plugins/Intl/lang/pt.json8
-rw-r--r--plugins/Intl/lang/ro.json8
-rw-r--r--plugins/Intl/lang/ru.json8
-rw-r--r--plugins/Intl/lang/sk.json8
-rw-r--r--plugins/Intl/lang/sl.json8
-rw-r--r--plugins/Intl/lang/sq.json8
-rw-r--r--plugins/Intl/lang/sr.json8
-rw-r--r--plugins/Intl/lang/sv.json8
-rw-r--r--plugins/Intl/lang/ta.json8
-rw-r--r--plugins/Intl/lang/te.json8
-rw-r--r--plugins/Intl/lang/th.json8
-rw-r--r--plugins/Intl/lang/tl.json8
-rw-r--r--plugins/Intl/lang/tr.json8
-rw-r--r--plugins/Intl/lang/uk.json8
-rw-r--r--plugins/Intl/lang/vi.json8
-rw-r--r--plugins/Intl/lang/zh-cn.json8
-rw-r--r--plugins/Intl/lang/zh-tw.json8
55 files changed, 275 insertions, 165 deletions
diff --git a/plugins/Intl/Commands/GenerateIntl.php b/plugins/Intl/Commands/GenerateIntl.php
index 45637452a8..d9710f5977 100644
--- a/plugins/Intl/Commands/GenerateIntl.php
+++ b/plugins/Intl/Commands/GenerateIntl.php
@@ -262,7 +262,9 @@ class GenerateIntl extends ConsoleCommand
$translations['Intl']['Time_AM'] = $calendarData['dayPeriods']['format']['wide']['am'];
$translations['Intl']['Time_PM'] = $calendarData['dayPeriods']['format']['wide']['pm'];
- $translations['Intl']['Format_Time'] = $calendarData['timeFormats']['medium'];
+ $translations['Intl']['Format_Time'] = '{time}';
+ $translations['Intl']['Format_Time_12'] = $calendarData['dateTimeFormats']['availableFormats']['hms'];
+ $translations['Intl']['Format_Time_24'] = $calendarData['dateTimeFormats']['availableFormats']['Hms'];
$translations['Intl']['Format_Date_Long'] = $calendarData['dateFormats']['full'];
$translations['Intl']['Format_Date_Day_Month'] = $calendarData['dateTimeFormats']['availableFormats']['MMMEd'];
$translations['Intl']['Format_Date_Short'] = $calendarData['dateFormats']['medium'];
@@ -273,8 +275,8 @@ class GenerateIntl extends ConsoleCommand
}
$translations['Intl']['Format_Year'] = $calendarData['dateTimeFormats']['availableFormats']['y'];
- $translations['Intl']['Format_DateTime_Long'] = $calendarData['dateFormats']['full'] . ' ' . $calendarData['timeFormats']['medium'];
- $translations['Intl']['Format_DateTime_Short'] = $calendarData['dateFormats']['medium'] . ' ' . $calendarData['timeFormats']['medium'];
+ $translations['Intl']['Format_DateTime_Long'] = $calendarData['dateFormats']['full'] . ' {time}';
+ $translations['Intl']['Format_DateTime_Short'] = $calendarData['dateFormats']['medium'] . ' {time}';
$translations['Intl']['Format_Interval_Long_D'] = $this->transformDateFormat($calendarData['dateTimeFormats']['intervalFormats']['yMMMd']['d'], array('MMMM' => 'MMM', 'LLLL' => 'LLL', 'MMM' => 'MMMM', 'LLL' => 'LLLL'));
$translations['Intl']['Format_Interval_Long_M'] = $this->transformDateFormat($calendarData['dateTimeFormats']['intervalFormats']['yMMMd']['M'], array('MMMM' => 'MMM', 'LLLL' => 'LLL', 'MMM' => 'MMMM', 'LLL' => 'LLLL'));
diff --git a/plugins/Intl/lang/am.json b/plugins/Intl/lang/am.json
index 4999259850..e6fc689e52 100644
--- a/plugins/Intl/lang/am.json
+++ b/plugins/Intl/lang/am.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "ቅዳሜ",
"Day_Short_StandAlone_7": "እሑድ",
"EnglishLanguageName": "Amharic",
- "Format_DateTime_Long": "EEEE ፣d MMMM y h:mm:ss a",
- "Format_DateTime_Short": "d MMM y h:mm:ss a",
+ "Format_DateTime_Long": "EEEE ፣d MMMM y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E፣ MMM d",
"Format_Date_Long": "EEEE ፣d MMMM y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "MMM d፣ y – MMM d፣ y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "h:mm:ss a",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "ሰዓቶች",
"Language_aa": "አፋርኛ",
diff --git a/plugins/Intl/lang/ar.json b/plugins/Intl/lang/ar.json
index 481c4e62ce..be7becbd50 100644
--- a/plugins/Intl/lang/ar.json
+++ b/plugins/Intl/lang/ar.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "السبت",
"Day_Short_StandAlone_7": "الأحد",
"EnglishLanguageName": "Arabic",
- "Format_DateTime_Long": "EEEE، d MMMM، y h:mm:ss a",
- "Format_DateTime_Short": "dd‏\/MM‏\/y h:mm:ss a",
+ "Format_DateTime_Long": "EEEE، d MMMM، y {time}",
+ "Format_DateTime_Short": "dd‏\/MM‏\/y {time}",
"Format_Date_Day_Month": "E، d MMM",
"Format_Date_Long": "EEEE، d MMMM، y",
"Format_Date_Short": "dd‏\/MM‏\/y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM، y – d MMM، y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "h:mm:ss a",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "ساعات",
"Language_aa": "الأفارية",
diff --git a/plugins/Intl/lang/be.json b/plugins/Intl/lang/be.json
index 88bb7c14cb..c5b8f8c826 100644
--- a/plugins/Intl/lang/be.json
+++ b/plugins/Intl/lang/be.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Сб",
"Day_Short_StandAlone_7": "Нд",
"EnglishLanguageName": "Belarusian",
- "Format_DateTime_Long": "EEEE, d MMMM y HH.mm.ss",
- "Format_DateTime_Short": "d.M.y HH.mm.ss",
+ "Format_DateTime_Long": "EEEE, d MMMM y {time}",
+ "Format_DateTime_Short": "d.M.y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, d MMMM y",
"Format_Date_Short": "d.M.y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "LLLL y",
"Format_Month_Short": "LLL y",
- "Format_Time": "HH.mm.ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "hh.mm.ss a",
+ "Format_Time_24": "HH.mm.ss",
"Format_Year": "y",
"Hours": "гадзіны",
"Language_ab": "Абхазская",
diff --git a/plugins/Intl/lang/bg.json b/plugins/Intl/lang/bg.json
index 02880b589d..511e99fffd 100644
--- a/plugins/Intl/lang/bg.json
+++ b/plugins/Intl/lang/bg.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Сб",
"Day_Short_StandAlone_7": "Нд",
"EnglishLanguageName": "Bulgarian",
- "Format_DateTime_Long": "EEEE, d MMMM y 'г'. H:mm:ss",
- "Format_DateTime_Short": "d.MM.y 'г'. H:mm:ss",
+ "Format_DateTime_Long": "EEEE, d MMMM y 'г'. {time}",
+ "Format_DateTime_Short": "d.MM.y 'г'. {time}",
"Format_Date_Day_Month": "E, d.MM",
"Format_Date_Long": "EEEE, d MMMM y 'г'.",
"Format_Date_Short": "d.MM.y 'г'.",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d.MM.y 'г'. – d.MM.y 'г'.",
"Format_Month_Long": "MMMM y 'г'.",
"Format_Month_Short": "MM.y 'г'.",
- "Format_Time": "H:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "H:mm:ss",
"Format_Year": "y 'г'.",
"Hours": "часове",
"Language_aa": "Афар",
diff --git a/plugins/Intl/lang/bn.json b/plugins/Intl/lang/bn.json
index 2bac13f1be..92676e3ab4 100644
--- a/plugins/Intl/lang/bn.json
+++ b/plugins/Intl/lang/bn.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "শনি",
"Day_Short_StandAlone_7": "রবি",
"EnglishLanguageName": "Bengali",
- "Format_DateTime_Long": "EEEE, d MMMM, y h:mm:ss a",
- "Format_DateTime_Short": "d MMM, y h:mm:ss a",
+ "Format_DateTime_Long": "EEEE, d MMMM, y {time}",
+ "Format_DateTime_Short": "d MMM, y {time}",
"Format_Date_Day_Month": "E d MMM",
"Format_Date_Long": "EEEE, d MMMM, y",
"Format_Date_Short": "d MMM, y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM, y – d MMM, y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "h:mm:ss a",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "ঘন্টা",
"Language_aa": "আফার",
diff --git a/plugins/Intl/lang/bs.json b/plugins/Intl/lang/bs.json
index 89e7950363..abd090f32c 100644
--- a/plugins/Intl/lang/bs.json
+++ b/plugins/Intl/lang/bs.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sub",
"Day_Short_StandAlone_7": "Ned",
"EnglishLanguageName": "Bosnian",
- "Format_DateTime_Long": "EEEE, dd. MMMM y. HH:mm:ss",
- "Format_DateTime_Short": "dd. MMM. y. HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, dd. MMMM y. {time}",
+ "Format_DateTime_Short": "dd. MMM. y. {time}",
"Format_Date_Day_Month": "E, dd. MMM",
"Format_Date_Long": "EEEE, dd. MMMM y.",
"Format_Date_Short": "dd. MMM. y.",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "dd. MMM y. – dd. MMM y.",
"Format_Month_Long": "LLLL y.",
"Format_Month_Short": "MMM y.",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "hh:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y.",
"Hours": "sati",
"Language_aa": "Afarski",
diff --git a/plugins/Intl/lang/ca.json b/plugins/Intl/lang/ca.json
index d2b8a9a26e..7a0b18b324 100644
--- a/plugins/Intl/lang/ca.json
+++ b/plugins/Intl/lang/ca.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Ds.",
"Day_Short_StandAlone_7": "Dg.",
"EnglishLanguageName": "Catalan",
- "Format_DateTime_Long": "EEEE, d MMMM 'de' y H:mm:ss",
- "Format_DateTime_Short": "d MMM y H:mm:ss",
+ "Format_DateTime_Long": "EEEE, d MMMM 'de' y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, d MMMM 'de' y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "LLLL 'de' y",
"Format_Month_Short": "LLL 'de' y",
- "Format_Time": "H:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "hores",
"Language_aa": "Àfar",
diff --git a/plugins/Intl/lang/cs.json b/plugins/Intl/lang/cs.json
index 813e0506ee..5d13f324a1 100644
--- a/plugins/Intl/lang/cs.json
+++ b/plugins/Intl/lang/cs.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "So",
"Day_Short_StandAlone_7": "Ne",
"EnglishLanguageName": "Czech",
- "Format_DateTime_Long": "EEEE d. MMMM y H:mm:ss",
- "Format_DateTime_Short": "d. M. y H:mm:ss",
+ "Format_DateTime_Long": "EEEE d. MMMM y {time}",
+ "Format_DateTime_Short": "d. M. y {time}",
"Format_Date_Day_Month": "E d. M.",
"Format_Date_Long": "EEEE d. MMMM y",
"Format_Date_Short": "d. M. y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d. M. y – d. M. y",
"Format_Month_Long": "LLLL y",
"Format_Month_Short": "LLLL y",
- "Format_Time": "H:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "H:mm:ss",
"Format_Year": "y",
"Hours": "hodiny",
"Language_aa": "Afarština",
diff --git a/plugins/Intl/lang/cy.json b/plugins/Intl/lang/cy.json
index 69a71a6022..eea1cb48d6 100644
--- a/plugins/Intl/lang/cy.json
+++ b/plugins/Intl/lang/cy.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sad",
"Day_Short_StandAlone_7": "Sul",
"EnglishLanguageName": "Welsh",
- "Format_DateTime_Long": "EEEE, d MMMM y HH:mm:ss",
- "Format_DateTime_Short": "d MMM y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, d MMMM y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, d MMMM y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM, y – d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "oriau",
"Language_aa": "Affareg",
diff --git a/plugins/Intl/lang/da.json b/plugins/Intl/lang/da.json
index 3710ea0c0b..960a7be385 100644
--- a/plugins/Intl/lang/da.json
+++ b/plugins/Intl/lang/da.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Lør",
"Day_Short_StandAlone_7": "Søn",
"EnglishLanguageName": "Danish",
- "Format_DateTime_Long": "EEEE 'den' d. MMMM y HH.mm.ss",
- "Format_DateTime_Short": "d. MMM y HH.mm.ss",
+ "Format_DateTime_Long": "EEEE 'den' d. MMMM y {time}",
+ "Format_DateTime_Short": "d. MMM y {time}",
"Format_Date_Day_Month": "E d. MMM",
"Format_Date_Long": "EEEE 'den' d. MMMM y",
"Format_Date_Short": "d. MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d. MMM y – d. MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH.mm.ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h.mm.ss a",
+ "Format_Time_24": "HH.mm.ss",
"Format_Year": "y",
"Hours": "timer",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/de.json b/plugins/Intl/lang/de.json
index 813e67dde7..d6a6e7e70b 100644
--- a/plugins/Intl/lang/de.json
+++ b/plugins/Intl/lang/de.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sa",
"Day_Short_StandAlone_7": "So",
"EnglishLanguageName": "German",
- "Format_DateTime_Long": "EEEE, d. MMMM y HH:mm:ss",
- "Format_DateTime_Short": "dd.MM.y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, d. MMMM y {time}",
+ "Format_DateTime_Short": "dd.MM.y {time}",
"Format_Date_Day_Month": "E, d. MMM",
"Format_Date_Long": "EEEE, d. MMMM y",
"Format_Date_Short": "dd.MM.y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d. MMM y – d. MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "Stunden",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/el.json b/plugins/Intl/lang/el.json
index 2af13ce2f3..49c3bf9897 100644
--- a/plugins/Intl/lang/el.json
+++ b/plugins/Intl/lang/el.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Σάβ",
"Day_Short_StandAlone_7": "Κυρ",
"EnglishLanguageName": "Greek",
- "Format_DateTime_Long": "EEEE, d MMMM y h:mm:ss a",
- "Format_DateTime_Short": "d MMM y h:mm:ss a",
+ "Format_DateTime_Long": "EEEE, d MMMM y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, d MMMM y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "dd MMM y – dd MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "h:mm:ss a",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "ώρες",
"Language_aa": "Αφάρ",
diff --git a/plugins/Intl/lang/en.json b/plugins/Intl/lang/en.json
index a52b7b2cf6..db73bc9a08 100644
--- a/plugins/Intl/lang/en.json
+++ b/plugins/Intl/lang/en.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sat",
"Day_Short_StandAlone_7": "Sun",
"EnglishLanguageName": "English",
- "Format_DateTime_Long": "EEEE, MMMM d, y h:mm:ss a",
- "Format_DateTime_Short": "MMM d, y h:mm:ss a",
+ "Format_DateTime_Long": "EEEE, MMMM d, y {time}",
+ "Format_DateTime_Short": "MMM d, y {time}",
"Format_Date_Day_Month": "E, MMM d",
"Format_Date_Long": "EEEE, MMMM d, y",
"Format_Date_Short": "MMM d, y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "MMM d, y – MMM d, y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "h:mm:ss a",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "hours",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/es.json b/plugins/Intl/lang/es.json
index 10590cb926..4a08bbae01 100644
--- a/plugins/Intl/lang/es.json
+++ b/plugins/Intl/lang/es.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sáb.",
"Day_Short_StandAlone_7": "Dom.",
"EnglishLanguageName": "Spanish",
- "Format_DateTime_Long": "EEEE, d 'de' MMMM 'de' y H:mm:ss",
- "Format_DateTime_Short": "d MMM y H:mm:ss",
+ "Format_DateTime_Long": "EEEE, d 'de' MMMM 'de' y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, d 'de' MMMM 'de' y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "MMMM 'de' y",
"Format_Month_Short": "MMM y",
- "Format_Time": "H:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "H:mm:ss",
"Format_Year": "y",
"Hours": "horas",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/et.json b/plugins/Intl/lang/et.json
index db9277a739..bb9cdd7b16 100644
--- a/plugins/Intl/lang/et.json
+++ b/plugins/Intl/lang/et.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "L",
"Day_Short_StandAlone_7": "P",
"EnglishLanguageName": "Estonian",
- "Format_DateTime_Long": "EEEE, d. MMMM y H:mm.ss",
- "Format_DateTime_Short": "d. MMM y H:mm.ss",
+ "Format_DateTime_Long": "EEEE, d. MMMM y {time}",
+ "Format_DateTime_Short": "d. MMM y {time}",
"Format_Date_Day_Month": "E, d. MMM",
"Format_Date_Long": "EEEE, d. MMMM y",
"Format_Date_Short": "d. MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d. MMM y – d. MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "H:mm.ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm.ss a",
+ "Format_Time_24": "H:mm.ss",
"Format_Year": "y",
"Hours": "tunnid",
"Language_aa": "Afari",
diff --git a/plugins/Intl/lang/eu.json b/plugins/Intl/lang/eu.json
index a102605b6d..ec30c090f1 100644
--- a/plugins/Intl/lang/eu.json
+++ b/plugins/Intl/lang/eu.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Lr.",
"Day_Short_StandAlone_7": "Ig.",
"EnglishLanguageName": "Basque",
- "Format_DateTime_Long": "y('e')'ko' MMMM d, EEEE HH:mm:ss",
- "Format_DateTime_Short": "y MMM d HH:mm:ss",
+ "Format_DateTime_Long": "y('e')'ko' MMMM d, EEEE {time}",
+ "Format_DateTime_Short": "y MMM d {time}",
"Format_Date_Day_Month": "MMM d, E",
"Format_Date_Long": "y('e')'ko' MMMM d, EEEE",
"Format_Date_Short": "y MMM d",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "y('e')'ko' MMM d – y('e')'ko' MMM d",
"Format_Month_Long": "y('e')'ko' MMMM",
"Format_Month_Short": "y MMM",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "ordu",
"Language_ab": "Abkhazera",
diff --git a/plugins/Intl/lang/fa.json b/plugins/Intl/lang/fa.json
index 26110dfa0d..992ec00575 100644
--- a/plugins/Intl/lang/fa.json
+++ b/plugins/Intl/lang/fa.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "شنبه",
"Day_Short_StandAlone_7": "یکشنبه",
"EnglishLanguageName": "Persian",
- "Format_DateTime_Long": "EEEE d MMMM y H:mm:ss",
- "Format_DateTime_Short": "d MMM y H:mm:ss",
+ "Format_DateTime_Long": "EEEE d MMMM y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E d LLL",
"Format_Date_Long": "EEEE d MMMM y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y تا d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "H:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "H:mm:ss",
"Format_Year": "y",
"Hours": "ساعت",
"Language_aa": "آفاری",
diff --git a/plugins/Intl/lang/fi.json b/plugins/Intl/lang/fi.json
index eb8f503320..ce88fa7bd5 100644
--- a/plugins/Intl/lang/fi.json
+++ b/plugins/Intl/lang/fi.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "La",
"Day_Short_StandAlone_7": "Su",
"EnglishLanguageName": "Finnish",
- "Format_DateTime_Long": "cccc d. MMMM y H.mm.ss",
- "Format_DateTime_Short": "d.M.y H.mm.ss",
+ "Format_DateTime_Long": "cccc d. MMMM y {time}",
+ "Format_DateTime_Short": "d.M.y {time}",
"Format_Date_Day_Month": "ccc d. MMM",
"Format_Date_Long": "cccc d. MMMM y",
"Format_Date_Short": "d.M.y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d. MMMM y – d. MMMM y",
"Format_Month_Long": "LLLL y",
"Format_Month_Short": "LLL y",
- "Format_Time": "H.mm.ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h.mm.ss a",
+ "Format_Time_24": "H.mm.ss",
"Format_Year": "y",
"Hours": "tunnit",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/fr.json b/plugins/Intl/lang/fr.json
index 57438a91f0..3b66a6e02e 100644
--- a/plugins/Intl/lang/fr.json
+++ b/plugins/Intl/lang/fr.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sam.",
"Day_Short_StandAlone_7": "Dim.",
"EnglishLanguageName": "French",
- "Format_DateTime_Long": "EEEE d MMMM y HH:mm:ss",
- "Format_DateTime_Short": "d MMM y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE d MMMM y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E d MMM",
"Format_Date_Long": "EEEE d MMMM y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "heures",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/gl.json b/plugins/Intl/lang/gl.json
index 15c88b8530..91d274e898 100644
--- a/plugins/Intl/lang/gl.json
+++ b/plugins/Intl/lang/gl.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sáb",
"Day_Short_StandAlone_7": "Dom",
"EnglishLanguageName": "Galician",
- "Format_DateTime_Long": "EEEE dd MMMM y HH:mm:ss",
- "Format_DateTime_Short": "d MMM, y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE dd MMMM y {time}",
+ "Format_DateTime_Short": "d MMM, y {time}",
"Format_Date_Day_Month": "E d MMM",
"Format_Date_Long": "EEEE dd MMMM y",
"Format_Date_Short": "d MMM, y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM, y – d MMM, y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "horas",
"Language_ab": "Abkhazo",
diff --git a/plugins/Intl/lang/he.json b/plugins/Intl/lang/he.json
index 50c63fc1d4..78f07a3bc1 100644
--- a/plugins/Intl/lang/he.json
+++ b/plugins/Intl/lang/he.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "שבת",
"Day_Short_StandAlone_7": "יום א׳",
"EnglishLanguageName": "Hebrew",
- "Format_DateTime_Long": "EEEE, d בMMMM y H:mm:ss",
- "Format_DateTime_Short": "d בMMM y H:mm:ss",
+ "Format_DateTime_Long": "EEEE, d בMMMM y {time}",
+ "Format_DateTime_Short": "d בMMM y {time}",
"Format_Date_Day_Month": "E, d בMMM",
"Format_Date_Long": "EEEE, d בMMMM y",
"Format_Date_Short": "d בMMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "H:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "H:mm:ss",
"Format_Year": "y",
"Hours": "שעות",
"Language_aa": "אפארית",
diff --git a/plugins/Intl/lang/hi.json b/plugins/Intl/lang/hi.json
index 73c68868e8..d9284fd761 100644
--- a/plugins/Intl/lang/hi.json
+++ b/plugins/Intl/lang/hi.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "शनि",
"Day_Short_StandAlone_7": "रवि",
"EnglishLanguageName": "Hindi",
- "Format_DateTime_Long": "EEEE, d MMMM y h:mm:ss a",
- "Format_DateTime_Short": "dd\/MM\/y h:mm:ss a",
+ "Format_DateTime_Long": "EEEE, d MMMM y {time}",
+ "Format_DateTime_Short": "dd\/MM\/y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, d MMMM y",
"Format_Date_Short": "dd\/MM\/y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "h:mm:ss a",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "घंटे",
"Language_aa": "अफ़ार",
diff --git a/plugins/Intl/lang/hr.json b/plugins/Intl/lang/hr.json
index 48bcdd8a09..39f7d403d9 100644
--- a/plugins/Intl/lang/hr.json
+++ b/plugins/Intl/lang/hr.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sub",
"Day_Short_StandAlone_7": "Ned",
"EnglishLanguageName": "Croatian",
- "Format_DateTime_Long": "EEEE, d. MMMM y. HH:mm:ss",
- "Format_DateTime_Short": "d. MMM y. HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, d. MMMM y. {time}",
+ "Format_DateTime_Short": "d. MMM y. {time}",
"Format_Date_Day_Month": "E, d. MMM",
"Format_Date_Long": "EEEE, d. MMMM y.",
"Format_Date_Short": "d. MMM y.",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "dd. MMM y. – dd. MMM y.",
"Format_Month_Long": "LLLL y.",
"Format_Month_Short": "LLL y.",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "hh:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y.",
"Hours": "sati",
"Language_aa": "Afarski",
diff --git a/plugins/Intl/lang/hu.json b/plugins/Intl/lang/hu.json
index 4df06ba706..e730da6862 100644
--- a/plugins/Intl/lang/hu.json
+++ b/plugins/Intl/lang/hu.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Szo",
"Day_Short_StandAlone_7": "V",
"EnglishLanguageName": "Hungarian",
- "Format_DateTime_Long": "y. MMMM d., EEEE H:mm:ss",
- "Format_DateTime_Short": "y. MMM d. H:mm:ss",
+ "Format_DateTime_Long": "y. MMMM d., EEEE {time}",
+ "Format_DateTime_Short": "y. MMM d. {time}",
"Format_Date_Day_Month": "MMM d., E",
"Format_Date_Long": "y. MMMM d., EEEE",
"Format_Date_Short": "y. MMM d.",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "y. MMM d. – y. MMM d.",
"Format_Month_Long": "y. MMMM",
"Format_Month_Short": "y. MMM",
- "Format_Time": "H:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "a h:mm:ss",
+ "Format_Time_24": "H:mm:ss",
"Format_Year": "y.",
"Hours": "óra",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/id.json b/plugins/Intl/lang/id.json
index ef6ae7fafa..2ed5145d34 100644
--- a/plugins/Intl/lang/id.json
+++ b/plugins/Intl/lang/id.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sab",
"Day_Short_StandAlone_7": "Min",
"EnglishLanguageName": "Indonesian",
- "Format_DateTime_Long": "EEEE, dd MMMM y HH.mm.ss",
- "Format_DateTime_Short": "d MMM y HH.mm.ss",
+ "Format_DateTime_Long": "EEEE, dd MMMM y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, dd MMMM y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH.mm.ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h.mm.ss a",
+ "Format_Time_24": "HH.mm.ss",
"Format_Year": "y",
"Hours": "jam",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/is.json b/plugins/Intl/lang/is.json
index 1160564dd8..b27b8783aa 100644
--- a/plugins/Intl/lang/is.json
+++ b/plugins/Intl/lang/is.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Lau.",
"Day_Short_StandAlone_7": "Sun.",
"EnglishLanguageName": "Icelandic",
- "Format_DateTime_Long": "EEEE, d. MMMM y HH:mm:ss",
- "Format_DateTime_Short": "d. MMM y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, d. MMMM y {time}",
+ "Format_DateTime_Short": "d. MMM y {time}",
"Format_Date_Day_Month": "E, d. MMM",
"Format_Date_Long": "EEEE, d. MMMM y",
"Format_Date_Short": "d. MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d. MMM y – d. MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "klukkustundir",
"Language_ab": "Abkasíska",
diff --git a/plugins/Intl/lang/it.json b/plugins/Intl/lang/it.json
index 5f88825369..a8fdaac903 100644
--- a/plugins/Intl/lang/it.json
+++ b/plugins/Intl/lang/it.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sab",
"Day_Short_StandAlone_7": "Dom",
"EnglishLanguageName": "Italian",
- "Format_DateTime_Long": "EEEE d MMMM y HH:mm:ss",
- "Format_DateTime_Short": "dd MMM y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE d MMMM y {time}",
+ "Format_DateTime_Short": "dd MMM y {time}",
"Format_Date_Day_Month": "E d MMM",
"Format_Date_Long": "EEEE d MMMM y",
"Format_Date_Short": "dd MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "dd MMM y – dd MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "ore",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/ja.json b/plugins/Intl/lang/ja.json
index b1434f36d6..e63c4094d6 100644
--- a/plugins/Intl/lang/ja.json
+++ b/plugins/Intl/lang/ja.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "土",
"Day_Short_StandAlone_7": "日",
"EnglishLanguageName": "Japanese",
- "Format_DateTime_Long": "y年M月d日EEEE H:mm:ss",
- "Format_DateTime_Short": "y\/MM\/dd H:mm:ss",
+ "Format_DateTime_Long": "y年M月d日EEEE {time}",
+ "Format_DateTime_Short": "y\/MM\/dd {time}",
"Format_Date_Day_Month": "M月d日(E)",
"Format_Date_Long": "y年M月d日EEEE",
"Format_Date_Short": "y\/MM\/dd",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "y年M月d日~y年M月d日",
"Format_Month_Long": "y年M月",
"Format_Month_Short": "y年M月",
- "Format_Time": "H:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "aK:mm:ss",
+ "Format_Time_24": "H:mm:ss",
"Format_Year": "y年",
"Hours": "時間",
"Language_aa": "アファル語",
diff --git a/plugins/Intl/lang/ka.json b/plugins/Intl/lang/ka.json
index 819f7ba2a0..91af287421 100644
--- a/plugins/Intl/lang/ka.json
+++ b/plugins/Intl/lang/ka.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "შაბ",
"Day_Short_StandAlone_7": "კვი",
"EnglishLanguageName": "Georgian",
- "Format_DateTime_Long": "EEEE, dd MMMM, y HH:mm:ss",
- "Format_DateTime_Short": "d MMM. y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, dd MMMM, y {time}",
+ "Format_DateTime_Short": "d MMM. y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, dd MMMM, y",
"Format_Date_Short": "d MMM. y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "dd MMM. y – d MMM. y",
"Format_Month_Long": "MMMM, y",
"Format_Month_Short": "MMM. y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "საათი",
"Language_aa": "აფარი",
diff --git a/plugins/Intl/lang/ko.json b/plugins/Intl/lang/ko.json
index 70b13cb503..229b1e6144 100644
--- a/plugins/Intl/lang/ko.json
+++ b/plugins/Intl/lang/ko.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "토",
"Day_Short_StandAlone_7": "일",
"EnglishLanguageName": "Korean",
- "Format_DateTime_Long": "y년 M월 d일 EEEE a h:mm:ss",
- "Format_DateTime_Short": "y. M. d. a h:mm:ss",
+ "Format_DateTime_Long": "y년 M월 d일 EEEE {time}",
+ "Format_DateTime_Short": "y. M. d. {time}",
"Format_Date_Day_Month": "MMM d일 (E)",
"Format_Date_Long": "y년 M월 d일 EEEE",
"Format_Date_Short": "y. M. d.",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "y년 M월 d일 ~ y년 M월 d일",
"Format_Month_Long": "y년 MMMM",
"Format_Month_Short": "y년 MMM",
- "Format_Time": "a h:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "a h:mm:ss",
+ "Format_Time_24": "H시 m분 s초",
"Format_Year": "y년",
"Hours": "시간",
"Language_aa": "아파르어",
diff --git a/plugins/Intl/lang/lt.json b/plugins/Intl/lang/lt.json
index 7dc87c76a1..2fefcf67dc 100644
--- a/plugins/Intl/lang/lt.json
+++ b/plugins/Intl/lang/lt.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Št",
"Day_Short_StandAlone_7": "Sk",
"EnglishLanguageName": "Lithuanian",
- "Format_DateTime_Long": "y 'm'. MMMM d 'd'., EEEE HH:mm:ss",
- "Format_DateTime_Short": "y-MM-dd HH:mm:ss",
+ "Format_DateTime_Long": "y 'm'. MMMM d 'd'., EEEE {time}",
+ "Format_DateTime_Short": "y-MM-dd {time}",
"Format_Date_Day_Month": "MM-dd, E",
"Format_Date_Long": "y 'm'. MMMM d 'd'., EEEE",
"Format_Date_Short": "y-MM-dd",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "y MMM d – y MMM d",
"Format_Month_Long": "y 'm'. LLLL",
"Format_Month_Short": "y-MM",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "hh:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "valandos",
"Language_aa": "Afarų",
diff --git a/plugins/Intl/lang/lv.json b/plugins/Intl/lang/lv.json
index 2a91a4b6fb..583d3e51a0 100644
--- a/plugins/Intl/lang/lv.json
+++ b/plugins/Intl/lang/lv.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Se",
"Day_Short_StandAlone_7": "Sv",
"EnglishLanguageName": "Latvian",
- "Format_DateTime_Long": "EEEE, y. 'gada' d. MMMM HH:mm:ss",
- "Format_DateTime_Short": "y. 'gada' d. MMM HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, y. 'gada' d. MMMM {time}",
+ "Format_DateTime_Short": "y. 'gada' d. MMM {time}",
"Format_Date_Day_Month": "E, d. MMM",
"Format_Date_Long": "EEEE, y. 'gada' d. MMMM",
"Format_Date_Short": "y. 'gada' d. MMM",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "y. 'gada' d. MMM – y. 'gada' d. MMM",
"Format_Month_Long": "y. 'g'. MMMM",
"Format_Month_Short": "y. 'g'. MMM",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y. 'g'.",
"Hours": "stundas",
"Language_aa": "Afāru",
diff --git a/plugins/Intl/lang/nb.json b/plugins/Intl/lang/nb.json
index 84d427bd0b..812c461829 100644
--- a/plugins/Intl/lang/nb.json
+++ b/plugins/Intl/lang/nb.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Lør.",
"Day_Short_StandAlone_7": "Søn.",
"EnglishLanguageName": "Norwegian Bokmål",
- "Format_DateTime_Long": "EEEE d. MMMM y HH.mm.ss",
- "Format_DateTime_Short": "d. MMM y HH.mm.ss",
+ "Format_DateTime_Long": "EEEE d. MMMM y {time}",
+ "Format_DateTime_Short": "d. MMM y {time}",
"Format_Date_Day_Month": "E d. MMM",
"Format_Date_Long": "EEEE d. MMMM y",
"Format_Date_Short": "d. MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d. MMM y–d. MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH.mm.ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h.mm.ss a",
+ "Format_Time_24": "HH.mm.ss",
"Format_Year": "y",
"Hours": "timer",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/nl.json b/plugins/Intl/lang/nl.json
index 8c9cfa5953..66398aa589 100644
--- a/plugins/Intl/lang/nl.json
+++ b/plugins/Intl/lang/nl.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Za",
"Day_Short_StandAlone_7": "Zo",
"EnglishLanguageName": "Dutch",
- "Format_DateTime_Long": "EEEE d MMMM y HH:mm:ss",
- "Format_DateTime_Short": "d MMM y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE d MMMM y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E d MMM",
"Format_Date_Long": "EEEE d MMMM y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "uur",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/nn.json b/plugins/Intl/lang/nn.json
index 6f913f08ea..cbbc0bfdda 100644
--- a/plugins/Intl/lang/nn.json
+++ b/plugins/Intl/lang/nn.json
@@ -296,8 +296,8 @@
"Day_Short_StandAlone_6": "La.",
"Day_Short_StandAlone_7": "Sø.",
"EnglishLanguageName": "Norwegian Nynorsk",
- "Format_DateTime_Long": "EEEE d. MMMM y HH:mm:ss",
- "Format_DateTime_Short": "d. MMM y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE d. MMMM y {time}",
+ "Format_DateTime_Short": "d. MMM y {time}",
"Format_Date_Day_Month": "E d. MMM",
"Format_Date_Long": "EEEE d. MMMM y",
"Format_Date_Short": "d. MMM y",
@@ -309,7 +309,9 @@
"Format_Interval_Short_Y": "d. MMM y–d. MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "hr",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/pl.json b/plugins/Intl/lang/pl.json
index 7183cd5cbc..f190ed6d4d 100644
--- a/plugins/Intl/lang/pl.json
+++ b/plugins/Intl/lang/pl.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sob.",
"Day_Short_StandAlone_7": "Niedz.",
"EnglishLanguageName": "Polish",
- "Format_DateTime_Long": "EEEE, d MMMM y HH:mm:ss",
- "Format_DateTime_Short": "dd.MM.y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, d MMMM y {time}",
+ "Format_DateTime_Short": "dd.MM.y {time}",
"Format_Date_Day_Month": "E, d.MM",
"Format_Date_Long": "EEEE, d MMMM y",
"Format_Date_Short": "dd.MM.y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "dd.MM.y–dd.MM.y",
"Format_Month_Long": "LLLL y",
"Format_Month_Short": "MM.y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "godziny",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/pt-br.json b/plugins/Intl/lang/pt-br.json
index 4e934e942d..9f2a028bb4 100644
--- a/plugins/Intl/lang/pt-br.json
+++ b/plugins/Intl/lang/pt-br.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sáb",
"Day_Short_StandAlone_7": "Dom",
"EnglishLanguageName": "Brazilian Portuguese",
- "Format_DateTime_Long": "EEEE, d 'de' MMMM 'de' y HH:mm:ss",
- "Format_DateTime_Short": "d 'de' MMM 'de' y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, d 'de' MMMM 'de' y {time}",
+ "Format_DateTime_Short": "d 'de' MMM 'de' y {time}",
"Format_Date_Day_Month": "E, d 'de' MMM",
"Format_Date_Long": "EEEE, d 'de' MMMM 'de' y",
"Format_Date_Short": "d 'de' MMM 'de' y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d 'de' MMM 'de' y – d 'de' MMM 'de' y",
"Format_Month_Long": "MMMM 'de' y",
"Format_Month_Short": "MMM 'de' y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "horas",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/pt.json b/plugins/Intl/lang/pt.json
index bacafa576d..60270770df 100644
--- a/plugins/Intl/lang/pt.json
+++ b/plugins/Intl/lang/pt.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sábado",
"Day_Short_StandAlone_7": "Domingo",
"EnglishLanguageName": "Portuguese",
- "Format_DateTime_Long": "EEEE, d 'de' MMMM 'de' y HH:mm:ss",
- "Format_DateTime_Short": "dd\/MM\/y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, d 'de' MMMM 'de' y {time}",
+ "Format_DateTime_Short": "dd\/MM\/y {time}",
"Format_Date_Day_Month": "E, d\/MM",
"Format_Date_Long": "EEEE, d 'de' MMMM 'de' y",
"Format_Date_Short": "dd\/MM\/y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d 'de' MMM 'de' y – d 'de' MMM 'de' y",
"Format_Month_Long": "MMMM 'de' y",
"Format_Month_Short": "MM\/y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "horas",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/ro.json b/plugins/Intl/lang/ro.json
index 2e8973de30..8f5b576ffb 100644
--- a/plugins/Intl/lang/ro.json
+++ b/plugins/Intl/lang/ro.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sâm.",
"Day_Short_StandAlone_7": "Dum.",
"EnglishLanguageName": "Romanian",
- "Format_DateTime_Long": "EEEE, d MMMM y HH:mm:ss",
- "Format_DateTime_Short": "d MMM y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, d MMMM y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, d MMMM y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "ore",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/ru.json b/plugins/Intl/lang/ru.json
index b26d882971..593daf525d 100644
--- a/plugins/Intl/lang/ru.json
+++ b/plugins/Intl/lang/ru.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Сб",
"Day_Short_StandAlone_7": "Вс",
"EnglishLanguageName": "Russian",
- "Format_DateTime_Long": "EEEE, d MMMM y 'г'. H:mm:ss",
- "Format_DateTime_Short": "d MMM y 'г'. H:mm:ss",
+ "Format_DateTime_Long": "EEEE, d MMMM y 'г'. {time}",
+ "Format_DateTime_Short": "d MMM y 'г'. {time}",
"Format_Date_Day_Month": "ccc, d MMM",
"Format_Date_Long": "EEEE, d MMMM y 'г'.",
"Format_Date_Short": "d MMM y 'г'.",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y 'г'.",
"Format_Month_Long": "LLLL y 'г'.",
"Format_Month_Short": "LLL y 'г'.",
- "Format_Time": "H:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "H:mm:ss",
"Format_Year": "y",
"Hours": "часы",
"Language_aa": "Афар",
diff --git a/plugins/Intl/lang/sk.json b/plugins/Intl/lang/sk.json
index d926c8f1bd..db39d8d374 100644
--- a/plugins/Intl/lang/sk.json
+++ b/plugins/Intl/lang/sk.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "So",
"Day_Short_StandAlone_7": "Ne",
"EnglishLanguageName": "Slovak",
- "Format_DateTime_Long": "EEEE, d. MMMM y H:mm:ss",
- "Format_DateTime_Short": "d. M. y H:mm:ss",
+ "Format_DateTime_Long": "EEEE, d. MMMM y {time}",
+ "Format_DateTime_Short": "d. M. y {time}",
"Format_Date_Day_Month": "E d. M.",
"Format_Date_Long": "EEEE, d. MMMM y",
"Format_Date_Short": "d. M. y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d. M. y – d. M. y",
"Format_Month_Long": "LLLL y",
"Format_Month_Short": "M\/y",
- "Format_Time": "H:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "H:mm:ss",
"Format_Year": "y",
"Hours": "hodiny",
"Language_aa": "Afarčina",
diff --git a/plugins/Intl/lang/sl.json b/plugins/Intl/lang/sl.json
index 054f53ca8b..2610cb1fa1 100644
--- a/plugins/Intl/lang/sl.json
+++ b/plugins/Intl/lang/sl.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sob",
"Day_Short_StandAlone_7": "Ned",
"EnglishLanguageName": "Slovenian",
- "Format_DateTime_Long": "EEEE, dd. MMMM y HH:mm:ss",
- "Format_DateTime_Short": "d. MMM y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, dd. MMMM y {time}",
+ "Format_DateTime_Short": "d. MMM y {time}",
"Format_Date_Day_Month": "E, d. MMM",
"Format_Date_Long": "EEEE, dd. MMMM y",
"Format_Date_Short": "d. MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d. MMM y–d. MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "ur",
"Language_aa": "Afarščina",
diff --git a/plugins/Intl/lang/sq.json b/plugins/Intl/lang/sq.json
index ee9aa0eae3..1c9acf73d3 100644
--- a/plugins/Intl/lang/sq.json
+++ b/plugins/Intl/lang/sq.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sht",
"Day_Short_StandAlone_7": "Die",
"EnglishLanguageName": "Albanian",
- "Format_DateTime_Long": "EEEE, d MMMM y h:mm:ss a",
- "Format_DateTime_Short": "d MMM y h:mm:ss a",
+ "Format_DateTime_Long": "EEEE, d MMMM y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, d MMMM y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "h:mm:ss a",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "orë",
"Language_ab": "Abkazisht",
diff --git a/plugins/Intl/lang/sr.json b/plugins/Intl/lang/sr.json
index 003e91483c..3e59d08f33 100644
--- a/plugins/Intl/lang/sr.json
+++ b/plugins/Intl/lang/sr.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Суб",
"Day_Short_StandAlone_7": "Нед",
"EnglishLanguageName": "Serbian",
- "Format_DateTime_Long": "EEEE, dd. MMMM y. HH.mm.ss",
- "Format_DateTime_Short": "dd.MM.y. HH.mm.ss",
+ "Format_DateTime_Long": "EEEE, dd. MMMM y. {time}",
+ "Format_DateTime_Short": "dd.MM.y. {time}",
"Format_Date_Day_Month": "E d. MMM",
"Format_Date_Long": "EEEE, dd. MMMM y.",
"Format_Date_Short": "dd.MM.y.",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "dd. MMM y. – dd. MMM y.",
"Format_Month_Long": "MMMM y.",
"Format_Month_Short": "MMM y.",
- "Format_Time": "HH.mm.ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "hh.mm.ss a",
+ "Format_Time_24": "HH.mm.ss",
"Format_Year": "y.",
"Hours": "сати",
"Language_aa": "Афарски",
diff --git a/plugins/Intl/lang/sv.json b/plugins/Intl/lang/sv.json
index c829d88418..6652fd399b 100644
--- a/plugins/Intl/lang/sv.json
+++ b/plugins/Intl/lang/sv.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Lör",
"Day_Short_StandAlone_7": "Sön",
"EnglishLanguageName": "Swedish",
- "Format_DateTime_Long": "EEEE d MMMM y HH:mm:ss",
- "Format_DateTime_Short": "d MMM y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE d MMMM y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E d MMM",
"Format_Date_Long": "EEEE d MMMM y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y–d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "timmar",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/ta.json b/plugins/Intl/lang/ta.json
index 43708c2ba9..a24fad18e1 100644
--- a/plugins/Intl/lang/ta.json
+++ b/plugins/Intl/lang/ta.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "சனி",
"Day_Short_StandAlone_7": "ஞாயி.",
"EnglishLanguageName": "Tamil",
- "Format_DateTime_Long": "EEEE, d MMMM, y a h:mm:ss",
- "Format_DateTime_Short": "d MMM, y a h:mm:ss",
+ "Format_DateTime_Long": "EEEE, d MMMM, y {time}",
+ "Format_DateTime_Short": "d MMM, y {time}",
"Format_Date_Day_Month": "MMM d, E",
"Format_Date_Long": "EEEE, d MMMM, y",
"Format_Date_Short": "d MMM, y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM, y – d MMM, y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "a h:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "a h:mm:ss",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "மணிநேரங்கள்",
"Language_aa": "அஃபார்",
diff --git a/plugins/Intl/lang/te.json b/plugins/Intl/lang/te.json
index 7c9679b3a1..9122d011da 100644
--- a/plugins/Intl/lang/te.json
+++ b/plugins/Intl/lang/te.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "శని",
"Day_Short_StandAlone_7": "ఆది",
"EnglishLanguageName": "Telugu",
- "Format_DateTime_Long": "d, MMMM y, EEEE h:mm:ss a",
- "Format_DateTime_Short": "d MMM, y h:mm:ss a",
+ "Format_DateTime_Long": "d, MMMM y, EEEE {time}",
+ "Format_DateTime_Short": "d MMM, y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "d, MMMM y, EEEE",
"Format_Date_Short": "d MMM, y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM, y – d MMM, y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "h:mm:ss a",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "గంటలు",
"Language_aa": "అఫార్",
diff --git a/plugins/Intl/lang/th.json b/plugins/Intl/lang/th.json
index afe4e21c49..52034808c2 100644
--- a/plugins/Intl/lang/th.json
+++ b/plugins/Intl/lang/th.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "ส.",
"Day_Short_StandAlone_7": "อา.",
"EnglishLanguageName": "Thai",
- "Format_DateTime_Long": "EEEEที่ d MMMM G y HH:mm:ss",
- "Format_DateTime_Short": "d MMM y HH:mm:ss",
+ "Format_DateTime_Long": "EEEEที่ d MMMM G y {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "E d MMM",
"Format_Date_Long": "EEEEที่ d MMMM G y",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "MMMM G y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "ชั่วโมง",
"Language_aa": "อะฟาร์",
diff --git a/plugins/Intl/lang/tl.json b/plugins/Intl/lang/tl.json
index caebf74edf..793664da58 100644
--- a/plugins/Intl/lang/tl.json
+++ b/plugins/Intl/lang/tl.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Sab",
"Day_Short_StandAlone_7": "Lin",
"EnglishLanguageName": "Tagalog",
- "Format_DateTime_Long": "EEEE, MMMM d, y h:mm:ss a",
- "Format_DateTime_Short": "MMM d, y h:mm:ss a",
+ "Format_DateTime_Long": "EEEE, MMMM d, y {time}",
+ "Format_DateTime_Short": "MMM d, y {time}",
"Format_Date_Day_Month": "E, MMM d",
"Format_Date_Long": "EEEE, MMMM d, y",
"Format_Date_Short": "MMM d, y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "MMM d, y – MMM d, y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "h:mm:ss a",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "mga oras",
"Language_ab": "Abkhazian",
diff --git a/plugins/Intl/lang/tr.json b/plugins/Intl/lang/tr.json
index 0d2b4082e6..3ceb15c281 100644
--- a/plugins/Intl/lang/tr.json
+++ b/plugins/Intl/lang/tr.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Cmt",
"Day_Short_StandAlone_7": "Paz",
"EnglishLanguageName": "Turkish",
- "Format_DateTime_Long": "d MMMM y EEEE HH:mm:ss",
- "Format_DateTime_Short": "d MMM y HH:mm:ss",
+ "Format_DateTime_Long": "d MMMM y EEEE {time}",
+ "Format_DateTime_Short": "d MMM y {time}",
"Format_Date_Day_Month": "d MMMM E",
"Format_Date_Long": "d MMMM y EEEE",
"Format_Date_Short": "d MMM y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "MMMM y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "a h:mm:ss",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "saat",
"Language_aa": "Afar",
diff --git a/plugins/Intl/lang/uk.json b/plugins/Intl/lang/uk.json
index 69ec802cbb..44d6c12e92 100644
--- a/plugins/Intl/lang/uk.json
+++ b/plugins/Intl/lang/uk.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Сб",
"Day_Short_StandAlone_7": "Нд",
"EnglishLanguageName": "Ukrainian",
- "Format_DateTime_Long": "EEEE, d MMMM y 'р'. HH:mm:ss",
- "Format_DateTime_Short": "d MMM y 'р'. HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, d MMMM y 'р'. {time}",
+ "Format_DateTime_Short": "d MMM y 'р'. {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, d MMMM y 'р'.",
"Format_Date_Short": "d MMM y 'р'.",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "d MMM y – d MMM y",
"Format_Month_Long": "LLLL y",
"Format_Month_Short": "LLL y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "години",
"Language_aa": "Афарська",
diff --git a/plugins/Intl/lang/vi.json b/plugins/Intl/lang/vi.json
index e89f2f527b..9da64b533a 100644
--- a/plugins/Intl/lang/vi.json
+++ b/plugins/Intl/lang/vi.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "Th 7",
"Day_Short_StandAlone_7": "CN",
"EnglishLanguageName": "Vietnamese",
- "Format_DateTime_Long": "EEEE, 'ngày' dd MMMM 'năm' y HH:mm:ss",
- "Format_DateTime_Short": "d MMM, y HH:mm:ss",
+ "Format_DateTime_Long": "EEEE, 'ngày' dd MMMM 'năm' y {time}",
+ "Format_DateTime_Short": "d MMM, y {time}",
"Format_Date_Day_Month": "E, d MMM",
"Format_Date_Long": "EEEE, 'ngày' dd MMMM 'năm' y",
"Format_Date_Short": "d MMM, y",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "'Ngày' dd 'tháng' M 'năm' y - 'Ngày' dd 'tháng' M 'năm' y",
"Format_Month_Long": "MMMM 'năm' y",
"Format_Month_Short": "MMM y",
- "Format_Time": "HH:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "h:mm:ss a",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y",
"Hours": "giờ",
"Language_aa": "Tiếng Afar",
diff --git a/plugins/Intl/lang/zh-cn.json b/plugins/Intl/lang/zh-cn.json
index 5b48c6c6d8..5cd4c2c680 100644
--- a/plugins/Intl/lang/zh-cn.json
+++ b/plugins/Intl/lang/zh-cn.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "周六",
"Day_Short_StandAlone_7": "周日",
"EnglishLanguageName": "Simplified Chinese",
- "Format_DateTime_Long": "y年M月d日EEEE ah:mm:ss",
- "Format_DateTime_Short": "y年M月d日 ah:mm:ss",
+ "Format_DateTime_Long": "y年M月d日EEEE {time}",
+ "Format_DateTime_Short": "y年M月d日 {time}",
"Format_Date_Day_Month": "M月d日E",
"Format_Date_Long": "y年M月d日EEEE",
"Format_Date_Short": "y年M月d日",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "y年M月d日至y年M月d日",
"Format_Month_Long": "y年M月",
"Format_Month_Short": "y年M月",
- "Format_Time": "ah:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "ah:mm:ss",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y年",
"Hours": "小时",
"Language_aa": "阿法文",
diff --git a/plugins/Intl/lang/zh-tw.json b/plugins/Intl/lang/zh-tw.json
index 5fac85b0ec..1bc630d29a 100644
--- a/plugins/Intl/lang/zh-tw.json
+++ b/plugins/Intl/lang/zh-tw.json
@@ -300,8 +300,8 @@
"Day_Short_StandAlone_6": "週六",
"Day_Short_StandAlone_7": "週日",
"EnglishLanguageName": "Traditional Chinese",
- "Format_DateTime_Long": "y年M月d日 EEEE ah:mm:ss",
- "Format_DateTime_Short": "y年M月d日 ah:mm:ss",
+ "Format_DateTime_Long": "y年M月d日 EEEE {time}",
+ "Format_DateTime_Short": "y年M月d日 {time}",
"Format_Date_Day_Month": "M月d日 E",
"Format_Date_Long": "y年M月d日 EEEE",
"Format_Date_Short": "y年M月d日",
@@ -313,7 +313,9 @@
"Format_Interval_Short_Y": "y年M月d日至y年M月d日",
"Format_Month_Long": "y年M月",
"Format_Month_Short": "y年M月",
- "Format_Time": "ah:mm:ss",
+ "Format_Time": "{time}",
+ "Format_Time_12": "ah:mm:ss",
+ "Format_Time_24": "HH:mm:ss",
"Format_Year": "y年",
"Hours": "小時",
"Language_aa": "阿法文",