From c35934e6901e8f81bb62de17e013167b944c99ac Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Tue, 26 May 2015 12:01:08 +0000 Subject: [PATCH] Add meta-info to the locale --- translations/ar/config.yml | 11 +++++++++++ translations/be/config.yml | 11 +++++++++++ translations/bg/config.yml | 11 +++++++++++ translations/ca/config.yml | 11 +++++++++++ translations/cs/config.yml | 11 +++++++++++ translations/da/config.yml | 11 +++++++++++ translations/de/config.yml | 11 +++++++++++ translations/el/config.yml | 11 +++++++++++ translations/en/config.yml | 11 +++++++++++ translations/es/config.yml | 11 +++++++++++ translations/fa/config.yml | 11 +++++++++++ translations/fi/config.yml | 11 +++++++++++ translations/fr/config.yml | 11 +++++++++++ translations/he/config.yml | 11 +++++++++++ translations/hr/config.yml | 11 +++++++++++ translations/hu/config.yml | 11 +++++++++++ translations/id/config.yml | 11 +++++++++++ translations/it/config.yml | 11 +++++++++++ translations/ja/config.yml | 11 +++++++++++ translations/ka/config.yml | 11 +++++++++++ translations/ko/config.yml | 11 +++++++++++ translations/lt/config.yml | 11 +++++++++++ translations/lv/config.yml | 11 +++++++++++ translations/nl/config.yml | 11 +++++++++++ translations/no/config.yml | 11 +++++++++++ translations/pl/config.yml | 11 +++++++++++ translations/pt-br/config.yml | 11 +++++++++++ translations/pt-pt/config.yml | 11 +++++++++++ translations/ro/config.yml | 11 +++++++++++ translations/ru/config.yml | 11 +++++++++++ translations/sv/config.yml | 11 +++++++++++ translations/th/config.yml | 11 +++++++++++ translations/tr/config.yml | 11 +++++++++++ translations/ua/config.yml | 11 +++++++++++ translations/zh-cn/config.yml | 11 +++++++++++ translations/zh-tw/config.yml | 11 +++++++++++ 36 files changed, 396 insertions(+) create mode 100644 translations/ar/config.yml create mode 100644 translations/be/config.yml create mode 100644 translations/bg/config.yml create mode 100644 translations/ca/config.yml create mode 100644 translations/cs/config.yml create mode 100644 translations/da/config.yml create mode 100644 translations/de/config.yml create mode 100644 translations/el/config.yml create mode 100644 translations/en/config.yml create mode 100644 translations/es/config.yml create mode 100644 translations/fa/config.yml create mode 100644 translations/fi/config.yml create mode 100644 translations/fr/config.yml create mode 100644 translations/he/config.yml create mode 100644 translations/hr/config.yml create mode 100644 translations/hu/config.yml create mode 100644 translations/id/config.yml create mode 100644 translations/it/config.yml create mode 100644 translations/ja/config.yml create mode 100644 translations/ka/config.yml create mode 100644 translations/ko/config.yml create mode 100644 translations/lt/config.yml create mode 100644 translations/lv/config.yml create mode 100644 translations/nl/config.yml create mode 100644 translations/no/config.yml create mode 100644 translations/pl/config.yml create mode 100644 translations/pt-br/config.yml create mode 100644 translations/pt-pt/config.yml create mode 100644 translations/ro/config.yml create mode 100644 translations/ru/config.yml create mode 100644 translations/sv/config.yml create mode 100644 translations/th/config.yml create mode 100644 translations/tr/config.yml create mode 100644 translations/ua/config.yml create mode 100644 translations/zh-cn/config.yml create mode 100644 translations/zh-tw/config.yml diff --git a/translations/ar/config.yml b/translations/ar/config.yml new file mode 100644 index 00000000..e2993d4c --- /dev/null +++ b/translations/ar/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: العربية +# Indicates if the locale uses Right-to-Left writing. +rtl: true +# Locale name which will be passed into PHP's setlocale function. +time_locale: ar_EG.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/be/config.yml b/translations/be/config.yml new file mode 100644 index 00000000..b8e40638 --- /dev/null +++ b/translations/be/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Беларуская +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: be_BY.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d %B %Y, %H:%M" + date: "%d %B %Y" + time: "%H:%M" diff --git a/translations/bg/config.yml b/translations/bg/config.yml new file mode 100644 index 00000000..136e0a40 --- /dev/null +++ b/translations/bg/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Български +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: bg_BG.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d %B %Y, %H:%M" + date: "%d %B %Y" + time: "%H:%M" diff --git a/translations/ca/config.yml b/translations/ca/config.yml new file mode 100644 index 00000000..de28558b --- /dev/null +++ b/translations/ca/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Català +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: ca_ES.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y, %H:%M" + date: "%B %d, %Y" + time: "%H:%M" diff --git a/translations/cs/config.yml b/translations/cs/config.yml new file mode 100644 index 00000000..dd849493 --- /dev/null +++ b/translations/cs/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Česky +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: cs_CZ.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/da/config.yml b/translations/da/config.yml new file mode 100644 index 00000000..003894a4 --- /dev/null +++ b/translations/da/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Dansk +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: da_DK.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/de/config.yml b/translations/de/config.yml new file mode 100644 index 00000000..969ddbe0 --- /dev/null +++ b/translations/de/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Deutsch +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: de_DE.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %H:%M" + date: "%B %d, %Y" + time: "%H:%M" diff --git a/translations/el/config.yml b/translations/el/config.yml new file mode 100644 index 00000000..3bb1953e --- /dev/null +++ b/translations/el/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Ελληνικά +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: el_GR.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/en/config.yml b/translations/en/config.yml new file mode 100644 index 00000000..1ffc51ac --- /dev/null +++ b/translations/en/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: English +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: en_US +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/es/config.yml b/translations/es/config.yml new file mode 100644 index 00000000..03e7ae03 --- /dev/null +++ b/translations/es/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Español +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: es_ES.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %H:%M" + date: "%B %d, %Y" + time: "%H:%M" diff --git a/translations/fa/config.yml b/translations/fa/config.yml new file mode 100644 index 00000000..8c9b0c93 --- /dev/null +++ b/translations/fa/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: فارسی +# Indicates if the locale uses Right-to-Left writing. +rtl: true +# Locale name which will be passed into PHP's setlocale function. +time_locale: fa_IR.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/fi/config.yml b/translations/fi/config.yml new file mode 100644 index 00000000..bb0ddee4 --- /dev/null +++ b/translations/fi/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Suomi +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: fi_FI.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/fr/config.yml b/translations/fr/config.yml new file mode 100644 index 00000000..c699647c --- /dev/null +++ b/translations/fr/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Français +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: fr_FR.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %H:%M" + date: "%B %d, %Y" + time: "%H:%M" diff --git a/translations/he/config.yml b/translations/he/config.yml new file mode 100644 index 00000000..7a340a56 --- /dev/null +++ b/translations/he/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: עברית +# Indicates if the locale uses Right-to-Left writing. +rtl: true +# Locale name which will be passed into PHP's setlocale function. +time_locale: he_IL.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %H:%M" + date: "%B %d, %Y" + time: "%H:%M" diff --git a/translations/hr/config.yml b/translations/hr/config.yml new file mode 100644 index 00000000..332d7353 --- /dev/null +++ b/translations/hr/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Hrvatski +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: hr_HR.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d.%m.%Y %H:%M" + date: "%d.%m.%Y" + time: "%H:%M" diff --git a/translations/hu/config.yml b/translations/hu/config.yml new file mode 100644 index 00000000..0727971e --- /dev/null +++ b/translations/hu/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Magyar +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: hu_HU.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%Y-%B-%d %I:%M %p" + date: "%Y-%B-%d" + time: "%I:%M %p" diff --git a/translations/id/config.yml b/translations/id/config.yml new file mode 100644 index 00000000..70c2c033 --- /dev/null +++ b/translations/id/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Bahasa Indonesia +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: id_ID.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/it/config.yml b/translations/it/config.yml new file mode 100644 index 00000000..bc1e168d --- /dev/null +++ b/translations/it/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Italiano +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: it_IT.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d %b %Y, %H:%M" + date: "%d %b %Y" + time: "%H:%M" diff --git a/translations/ja/config.yml b/translations/ja/config.yml new file mode 100644 index 00000000..4e69e69e --- /dev/null +++ b/translations/ja/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: 日本語 +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: ja_JP.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/ka/config.yml b/translations/ka/config.yml new file mode 100644 index 00000000..35e88064 --- /dev/null +++ b/translations/ka/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: ქართული +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: ka_GE.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/ko/config.yml b/translations/ko/config.yml new file mode 100644 index 00000000..fb9307f6 --- /dev/null +++ b/translations/ko/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: 한국어 +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: ko_KR.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/lt/config.yml b/translations/lt/config.yml new file mode 100644 index 00000000..893d2c90 --- /dev/null +++ b/translations/lt/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Lietuvių +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: lt_LT.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d %B %Y %H:%M" + date: "%d %B %Y" + time: "%H:%M" diff --git a/translations/lv/config.yml b/translations/lv/config.yml new file mode 100644 index 00000000..14cb9fe4 --- /dev/null +++ b/translations/lv/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Latviešu +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: lv_LV.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %H:%M" + date: "%B %d, %Y" + time: "%H:%M" diff --git a/translations/nl/config.yml b/translations/nl/config.yml new file mode 100644 index 00000000..574ab7e5 --- /dev/null +++ b/translations/nl/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Nederlands +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: nl_NL.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/no/config.yml b/translations/no/config.yml new file mode 100644 index 00000000..cbc9af02 --- /dev/null +++ b/translations/no/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Norsk bokmål +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: no_NO.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/pl/config.yml b/translations/pl/config.yml new file mode 100644 index 00000000..114ab630 --- /dev/null +++ b/translations/pl/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Polski +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: pl_PL.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %H:%M" + date: "%B %d, %Y" + time: "%H:%M" diff --git a/translations/pt-br/config.yml b/translations/pt-br/config.yml new file mode 100644 index 00000000..bb69069b --- /dev/null +++ b/translations/pt-br/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Português Brasil +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: pt_BR.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d %B, %Y %H:%M" + date: "%d %B, %Y" + time: "%H:%M" diff --git a/translations/pt-pt/config.yml b/translations/pt-pt/config.yml new file mode 100644 index 00000000..a6cdbb03 --- /dev/null +++ b/translations/pt-pt/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Português +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: pt_PT.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d %B, %Y %H:%M" + date: "%d %B, %Y" + time: "%H:%M" diff --git a/translations/ro/config.yml b/translations/ro/config.yml new file mode 100644 index 00000000..7951fdf2 --- /dev/null +++ b/translations/ro/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Română +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: ro_RO.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %I:%M %p" + date: "%B %d, %Y" + time: "%I:%M %p" diff --git a/translations/ru/config.yml b/translations/ru/config.yml new file mode 100644 index 00000000..1a548a8d --- /dev/null +++ b/translations/ru/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Русский +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: ru_RU.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d %B %Y, %H:%M" + date: "%d %B %Y" + time: "%H:%M" diff --git a/translations/sv/config.yml b/translations/sv/config.yml new file mode 100644 index 00000000..6a61b391 --- /dev/null +++ b/translations/sv/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Svenska +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: sv_SE.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%B %d, %Y %H:%M" + date: "%B %d, %Y" + time: "%H:%M" diff --git a/translations/th/config.yml b/translations/th/config.yml new file mode 100644 index 00000000..d48d9ed9 --- /dev/null +++ b/translations/th/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: ไทย +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: th_TH.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d %B, %Y %I:%M %p" + date: "%d %B, %Y" + time: "%I:%M %p" diff --git a/translations/tr/config.yml b/translations/tr/config.yml new file mode 100644 index 00000000..f5001d9e --- /dev/null +++ b/translations/tr/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Türkçe +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: tr_TR.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d.%m.%Y %H:%i" + date: "%d.%m.%Y" + time: "%H:%i" diff --git a/translations/ua/config.yml b/translations/ua/config.yml new file mode 100644 index 00000000..06b2ae54 --- /dev/null +++ b/translations/ua/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: Українська +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: uk_UA.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%d %B %Y, %H:%M" + date: "%d %B %Y" + time: "%H:%M" diff --git a/translations/zh-cn/config.yml b/translations/zh-cn/config.yml new file mode 100644 index 00000000..48d46b7e --- /dev/null +++ b/translations/zh-cn/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: 中文 +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: zh_CN.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%Y-%m-%d, %H:%M" + date: "%Y-%m-%d" + time: "%H:%M" diff --git a/translations/zh-tw/config.yml b/translations/zh-tw/config.yml new file mode 100644 index 00000000..72cad7db --- /dev/null +++ b/translations/zh-tw/config.yml @@ -0,0 +1,11 @@ +# This is human-readable name which will be used everywhere in UI. +name: 文言 +# Indicates if the locale uses Right-to-Left writing. +rtl: false +# Locale name which will be passed into PHP's setlocale function. +time_locale: zh_TW.UTF8 +# Various formats which will be used with PHP's strftime function. +date_format: + full: "%Y-%m-%d, %H:%M" + date: "%Y-%m-%d" + time: "%H:%M"