Add meta-info to the locale

This commit is contained in:
Dmitriy Simushev 2015-05-26 12:01:08 +00:00
parent 5aeeb7795c
commit c35934e690
36 changed files with 396 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"