diff --git a/Gemfile.lock b/Gemfile.lock index 02f6df1e8..0841c90c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM highline (1.6.1) http_connection (1.4.0) i18n (0.5.0) - i18n-inflector (2.5.0) + i18n-inflector (2.5.1) i18n (>= 0.4.1) i18n-inflector-rails (1.0.3) actionpack (~> 3.0) diff --git a/config/locale_settings.yml b/config/locale_settings.yml index 399f9d3d9..63af26001 100644 --- a/config/locale_settings.yml +++ b/config/locale_settings.yml @@ -24,7 +24,7 @@ available: mk: 'македонски' nb: 'Norske' nl: 'Nederlands' - pl: "Polski" + pl: "polski" pt-BR: 'Português' ro: 'Română' ru: 'Русский' @@ -34,11 +34,22 @@ available: tr: 'Türk' zh: '中文' fallbacks: - en-GB: [:en] - en-US: [:en] - en_shaw: [:en, :en-GB, :en-US] - sv: [:sv-SE] - he: [:he-IL] - es-CL: [:es] - gl: [:gl-ES] - zh: [:zh-CN, :zh-TW] + en-GB: + - :en + en-US: + - :en + en_shaw: + - :en + - :en-GB + - :en-US + sv: + - :sv-SE + he: + - :he-IL + es-CL: + - :es + gl: + - :gl-ES + zh: + - :zh-CN + - :zh-TW diff --git a/config/locales/rails-i18n/ar.yml b/config/locales/rails-i18n/ar.yml index 7dc8be24c..792f0b983 100644 --- a/config/locales/rails-i18n/ar.yml +++ b/config/locales/rails-i18n/ar.yml @@ -13,7 +13,10 @@ ar: abbr_day_names: [الأحد, الإثنين, الثلاثاء, الأربعاء, الخميس, الجمعة, السبت] month_names: [~, يناير, فبراير, مارس, ابريل, مايو, يونيو, يوليو, اغسطس, سبتمبر, اكتوبر, نوفمبر, ديسمبر] abbr_month_names: [~, يناير, فبراير, مارس, ابريل, مايو, يونيو, يوليو, اغسطس, سبتمبر, اكتوبر, نوفمبر, ديسمبر] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/bg.yml b/config/locales/rails-i18n/bg.yml index 1cb503c78..4fe7a0796 100644 --- a/config/locales/rails-i18n/bg.yml +++ b/config/locales/rails-i18n/bg.yml @@ -19,7 +19,10 @@ bg: month_names: [~, Януари, Февруари, Март, Април, Май, Юни, Юли, Август, Септември, Октомври, Ноември, Декември] abbr_month_names: [~, яну., фев., март, апр., май, юни, юли, авг., сеп., окт., ноем., дек.] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/bn-IN.yml b/config/locales/rails-i18n/bn-IN.yml index ef361ef21..0c4230f32 100644 --- a/config/locales/rails-i18n/bn-IN.yml +++ b/config/locales/rails-i18n/bn-IN.yml @@ -159,7 +159,10 @@ bn-IN: month_names: [~, জানুয়ারি, ফেব্রুয়ারি, মার্চ, এপ্রিল, মে, জুন, জুলাই, অগাস্ট, সেপ্টেমবার, অক্টোবার, নভেম্বার, ডিসেম্বার] abbr_month_names: [~, জানুয়ারি, ফেব্রুয়ারি, মার্চ, এপ্রিল, মে, জুন, জুলাই, অগাস্ট, সেপ্টেমবার, অক্টোবার, নভেম্বার, ডিসেম্বার] # Used in date_select and datime_select. - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: diff --git a/config/locales/rails-i18n/bs.yml b/config/locales/rails-i18n/bs.yml index f52205658..b2c03053e 100644 --- a/config/locales/rails-i18n/bs.yml +++ b/config/locales/rails-i18n/bs.yml @@ -13,7 +13,10 @@ abbr_day_names: [ned, pon, uto, sri, čet, pet, sub] month_names: [~, Januar, Februar, Mart, April, Maj, Јun, Јul, Аvgust, Septembar, Оktobar, Novembar, Decembar] abbr_month_names: [~, Jan, Feb, Mar, Apr, Мaj, Jun, Јul, Avg, Sep, Okt, Nov, Dec] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/ca.yml b/config/locales/rails-i18n/ca.yml index b3d5c8e9f..2755b20d8 100644 --- a/config/locales/rails-i18n/ca.yml +++ b/config/locales/rails-i18n/ca.yml @@ -151,7 +151,10 @@ ca: month_names: [~, gener, febrer, març, abril, maig, juny, juliol, agost, setembre, octubre, novembre, desembre] abbr_month_names: [~, Gen, Feb, Mar, Abr, Mai, Jun, Jul, Ago, Set, Oct, Nov, Des] # Used in date_select and datime_select. - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -164,4 +167,4 @@ ca: # Used in array.to_sentence. support: array: - sentence_connector: "i" \ No newline at end of file + sentence_connector: "i" diff --git a/config/locales/rails-i18n/cy.yml b/config/locales/rails-i18n/cy.yml index 11a588192..5ad9ac234 100644 --- a/config/locales/rails-i18n/cy.yml +++ b/config/locales/rails-i18n/cy.yml @@ -81,11 +81,11 @@ cy: format: "%n %u" units: unit: "" - thousand: Mil - million: Miliwn - billion: Biliwn - trillion: Triliwn - quadrillion: Cwadriliwn + thousand: "Mil" + million: "Miliwn" + billion: "Biliwn" + trillion: "Triliwn" + quadrillion: "Cwadriliwn" datetime: distance_in_words: diff --git a/config/locales/rails-i18n/da.yml b/config/locales/rails-i18n/da.yml index 3b13fb686..070a69078 100644 --- a/config/locales/rails-i18n/da.yml +++ b/config/locales/rails-i18n/da.yml @@ -17,7 +17,10 @@ da: abbr_day_names: [sø, ma, ti, 'on', to, fr, lø] # Note: unescaped 'on' is parsed as true month_names: [~, januar, februar, marts, april, maj, juni, juli, august, september, oktober, november, december] abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -92,11 +95,11 @@ da: format: "%n %u" units: unit: "" - thousand: Tusind - million: Million - billion: Milliard - trillion: Billion - quadrillion: Billiard + thousand: "Tusind" + million: "Million" + billion: "Milliard" + trillion: "Billion" + quadrillion: "Billiard" datetime: distance_in_words: diff --git a/config/locales/rails-i18n/de-AT.yml b/config/locales/rails-i18n/de-AT.yml index eb642a7c2..b9a0369d0 100644 --- a/config/locales/rails-i18n/de-AT.yml +++ b/config/locales/rails-i18n/de-AT.yml @@ -13,7 +13,10 @@ de-AT: abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa] month_names: [~, Jänner, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember] abbr_month_names: [~, Jän, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/de-CH.yml b/config/locales/rails-i18n/de-CH.yml index 7530f92fd..fcc856061 100644 --- a/config/locales/rails-i18n/de-CH.yml +++ b/config/locales/rails-i18n/de-CH.yml @@ -13,7 +13,10 @@ de-CH: abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa] month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember] abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/de.yml b/config/locales/rails-i18n/de.yml index 735f91b8e..a0b62bd8e 100644 --- a/config/locales/rails-i18n/de.yml +++ b/config/locales/rails-i18n/de.yml @@ -15,7 +15,10 @@ de: abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa] month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember] abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -115,15 +118,15 @@ de: format: "%n %u" units: unit: "" - thousand: Tausend - million: Millionen + thousand: "Tausend" + million: "Millionen" billion: - one: Milliarde - others: Milliarden - trillion: Billionen + one: "Milliarde" + others: "Milliarden" + trillion: "Billionen" quadrillion: - one: Billiarde - others: Billiarden + one: "Billiarde" + others: "Billiarden" support: array: @@ -187,4 +190,4 @@ de: <<: *errors_messages full_messages: - format: "%{attribute}%{message}" \ No newline at end of file + format: "%{attribute}%{message}" diff --git a/config/locales/rails-i18n/dsb.yml b/config/locales/rails-i18n/dsb.yml index a41ff7aca..ca7b49453 100644 --- a/config/locales/rails-i18n/dsb.yml +++ b/config/locales/rails-i18n/dsb.yml @@ -21,7 +21,10 @@ dsb: abbr_day_names: [Nj, Pó, Wu, Sr, St, Pě, So] month_names: [~, Januar, Februar, Měrc, Apryl, Maj, Junij, Julij, Awgust, September, Oktober, Nowember, December] abbr_month_names: [~, jan, feb, měr, apr, maj, jun, jul, awg, sep, okt, now, dec] - order: [:day, :month, :year] + order: + - :day + - :month + - :year # Time time: diff --git a/config/locales/rails-i18n/el.yml b/config/locales/rails-i18n/el.yml index 3209e25b8..ca67110b9 100644 --- a/config/locales/rails-i18n/el.yml +++ b/config/locales/rails-i18n/el.yml @@ -11,7 +11,10 @@ el: abbr_day_names: [Κυρ, Δευ, Τρι, Τετ, Πεμ, Παρ, Σαβ] month_names: [~, Ιανουάριος, Φεβρουάριος, Μάρτιος, Απρίλιος, Μάιος, Ιούνιος, Ιούλιος, Αύγουστος, Σεπτέμβριος, Οκτώβριος, Νοέμβριος, Δεκέμβριος] abbr_month_names: [~, Ιαν., Φεβ., Μάρ., Απρ., Μαι., Ιουν., Ιούλ., Αυγ., Σεπ., Οκτ., Νοε., Δεκ.] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -127,4 +130,3 @@ el: less_than_or_equal_to: "πρέπει να είναι λιγότερο ή ίσο με %{count}" odd: "πρέπει να είναι περιττός" even: "πρέπει να είναι άρτιος" - diff --git a/config/locales/rails-i18n/en-AU.yml b/config/locales/rails-i18n/en-AU.yml index 09ece7920..a98aac1de 100644 --- a/config/locales/rails-i18n/en-AU.yml +++ b/config/locales/rails-i18n/en-AU.yml @@ -80,11 +80,11 @@ format: "%n %u" units: unit: "" - thousand: Thousand - million: Million - billion: Billion - trillion: Trillion - quadrillion: Quadrillion + thousand: "Thousand" + million: "Million" + billion: "Billion" + trillion: "Trillion" + quadrillion: "Quadrillion" datetime: distance_in_words: diff --git a/config/locales/rails-i18n/en-GB.yml b/config/locales/rails-i18n/en-GB.yml index 5617162ff..b9529cf68 100644 --- a/config/locales/rails-i18n/en-GB.yml +++ b/config/locales/rails-i18n/en-GB.yml @@ -189,7 +189,10 @@ month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] # Used in date_select and datime_select. - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: diff --git a/config/locales/rails-i18n/en-US.yml b/config/locales/rails-i18n/en-US.yml index d4af5cffc..66a72b43f 100644 --- a/config/locales/rails-i18n/en-US.yml +++ b/config/locales/rails-i18n/en-US.yml @@ -82,11 +82,11 @@ format: "%n %u" units: unit: "" - thousand: Thousand - million: Million - billion: Billion - trillion: Trillion - quadrillion: Quadrillion + thousand: "Thousand" + million: "Million" + billion: "Billion" + trillion: "Trillion" + quadrillion: "Quadrillion" datetime: distance_in_words: diff --git a/config/locales/rails-i18n/eo.yml b/config/locales/rails-i18n/eo.yml index 6c3258c71..178d4ae78 100644 --- a/config/locales/rails-i18n/eo.yml +++ b/config/locales/rails-i18n/eo.yml @@ -13,7 +13,10 @@ eo: abbr_day_names: [dim, lun, mar, mer, ĵaŭ, ven, sam] month_names: [~, januaro, februaro, marto, aprilo, majo, junio, julio, aŭgusto, septembro, oktobro, novembro, decembro] abbr_month_names: [~, jan., feb., mar., apr., majo, jun., jul., aŭg., sep., okt., nov., dec.] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/es-AR.yml b/config/locales/rails-i18n/es-AR.yml index ba926e452..b1180e118 100644 --- a/config/locales/rails-i18n/es-AR.yml +++ b/config/locales/rails-i18n/es-AR.yml @@ -48,7 +48,10 @@ es-AR: delimiter: "," date: - order: [:day, :month, :year] + order: + - :day + - :month + - :year abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab] abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic] day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado] diff --git a/config/locales/rails-i18n/es-CO.yml b/config/locales/rails-i18n/es-CO.yml index 35d338297..3ab1b8076 100644 --- a/config/locales/rails-i18n/es-CO.yml +++ b/config/locales/rails-i18n/es-CO.yml @@ -50,7 +50,10 @@ es-CO: delimiter: "," date: - order: [:day, :month, :year] + order: + - :day + - :month + - :year abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab] abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic] day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado] @@ -173,4 +176,4 @@ es-CO: <<: *errors_messages full_messages: - format: "%{attribute}%{message}" \ No newline at end of file + format: "%{attribute}%{message}" diff --git a/config/locales/rails-i18n/es-MX.yml b/config/locales/rails-i18n/es-MX.yml index 3cf65dcfb..2b1f4f3b9 100644 --- a/config/locales/rails-i18n/es-MX.yml +++ b/config/locales/rails-i18n/es-MX.yml @@ -57,7 +57,10 @@ es-MX: delimiter: "," date: - order: [:day, :month, :year] + order: + - :day + - :month + - :year abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab] abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic] day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado] diff --git a/config/locales/rails-i18n/es-PE.yml b/config/locales/rails-i18n/es-PE.yml index 55b3d7b68..cde6b8bd7 100644 --- a/config/locales/rails-i18n/es-PE.yml +++ b/config/locales/rails-i18n/es-PE.yml @@ -24,7 +24,10 @@ es-PE: delimiter: "," date: - order: [:day, :month, :year] + order: + - :day + - :month + - :year abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab] abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic] day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado] @@ -118,4 +121,4 @@ es-PE: one: "longitud errónea (debe ser de 1 caracter)" other: "longitud errónea (debe ser de {{count}} caracteres)" even: "debe ser un número par" - odd: "debe ser un número non" \ No newline at end of file + odd: "debe ser un número non" diff --git a/config/locales/rails-i18n/et.yml b/config/locales/rails-i18n/et.yml index 58249ffde..5323b9f34 100644 --- a/config/locales/rails-i18n/et.yml +++ b/config/locales/rails-i18n/et.yml @@ -19,7 +19,10 @@ et: abbr_month_names: [~, jaan., veebr., märts, apr., mai, juuni, juuli, aug., sept., okt., nov., dets.] standalone_abbr_month_names: [~, jaan., veebr., märts, apr., mai, juuni, juuli, aug., sept., okt., nov., dets.] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -85,11 +88,11 @@ et: format: "%n %u" units: unit: "" - thousand: tuhat - million: miljon - billion: miljard - trillion: triljon - quadrillion: kvadriljon + thousand: "tuhat" + million: "miljon" + billion: "miljard" + trillion: "triljon" + quadrillion: "kvadriljon" datetime: distance_in_words: diff --git a/config/locales/rails-i18n/fa.yml b/config/locales/rails-i18n/fa.yml index 067e44d7f..1a683d733 100644 --- a/config/locales/rails-i18n/fa.yml +++ b/config/locales/rails-i18n/fa.yml @@ -44,7 +44,10 @@ fa: abbr_day_names: [ی, د, س, چ, پ, ج, ش] month_names: [~, ژانویه, فوریه, مارس, آوریل, مه, ژوئن, ژوئیه, اوت, سپتامبر, اکتبر, نوامبر, دسامبر] abbr_month_names: [~, ژانویه, فوریه, مارس, آوریل, مه, ژوئن, ژوئیه, اوت, سپتامبر, اکتبر, نوامبر, دسامبر] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/fi.yml b/config/locales/rails-i18n/fi.yml index 44403a4a6..1289df218 100644 --- a/config/locales/rails-i18n/fi.yml +++ b/config/locales/rails-i18n/fi.yml @@ -15,7 +15,10 @@ fi: abbr_day_names: [su, ma, ti, ke, to, pe, la] month_names: [~, tammikuu, helmikuu, maaliskuu, huhtikuu, toukokuu, kesäkuu, heinäkuu, elokuu, syyskuu, lokakuu, marraskuu, joulukuu] abbr_month_names: [~, tammi, helmi, maalis, huhti, touko, kesä, heinä, elo, syys, loka, marras, joulu] - order: [:day, :month, :year] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/fr-CA.yml b/config/locales/rails-i18n/fr-CA.yml index 16bbbd566..50157f928 100644 --- a/config/locales/rails-i18n/fr-CA.yml +++ b/config/locales/rails-i18n/fr-CA.yml @@ -18,7 +18,10 @@ fr-CA: abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam] month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre] abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.] - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: diff --git a/config/locales/rails-i18n/fr-CH.yml b/config/locales/rails-i18n/fr-CH.yml index d58123601..2e6be1d30 100644 --- a/config/locales/rails-i18n/fr-CH.yml +++ b/config/locales/rails-i18n/fr-CH.yml @@ -14,7 +14,10 @@ fr-CH: abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam] month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre] abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -178,4 +181,3 @@ fr-CH: <<: *errors_template full_messages: format: "%{attribute} %{message}" - diff --git a/config/locales/rails-i18n/fr.yml b/config/locales/rails-i18n/fr.yml index 407922695..643edc5cb 100644 --- a/config/locales/rails-i18n/fr.yml +++ b/config/locales/rails-i18n/fr.yml @@ -15,7 +15,10 @@ fr: abbr_day_names: [dim, lun, mar, mer, jeu, ven, sam] month_names: [~, janvier, février, mars, avril, mai, juin, juillet, août, septembre, octobre, novembre, décembre] abbr_month_names: [~, jan., fév., mar., avr., mai, juin, juil., août, sept., oct., nov., déc.] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/fur.yml b/config/locales/rails-i18n/fur.yml index b43161924..63214a8d8 100644 --- a/config/locales/rails-i18n/fur.yml +++ b/config/locales/rails-i18n/fur.yml @@ -54,7 +54,10 @@ fur: month_names: [~, Zenâr, Fevrâr, Març, Avrîl, Mai, Jugn, Lui, Avost, Setembar, Otubar, Novembar, Dicembar] abbr_month_names: [~, Zen, Fev, Mar, Avr, Mai, Jug, Lui, Avo, Set, Otu, Nov, Dic] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -138,4 +141,4 @@ fur: less_than: "al à di jessi mancul di %{count}" less_than_or_equal_to: "al à di jessi mancul o compagn di %{count}" odd: "al à di jessi dispar" - even: "al à di jessi pâr" \ No newline at end of file + even: "al à di jessi pâr" diff --git a/config/locales/rails-i18n/gl-ES.yml b/config/locales/rails-i18n/gl-ES.yml index 648749386..53e6603bc 100644 --- a/config/locales/rails-i18n/gl-ES.yml +++ b/config/locales/rails-i18n/gl-ES.yml @@ -69,7 +69,10 @@ gl-ES: abbr_day_names: [Dom, Lun, Mar, Mer, Xov, Ven, Sab] month_names: [~, Xaneiro, Febreiro, Marzo, Abril, Maio, Xuño, Xullo, Agosto, Setembro, Outubro, Novembro, Decembro] abbr_month_names: [~, Xan, Feb, Mar, Abr, Mai, Xuñ, Xul, Ago, Set, Out, Nov, Dec] - order: [:day, :month, :year] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/gsw-CH.yml b/config/locales/rails-i18n/gsw-CH.yml index 5f1045573..5e26ccba4 100644 --- a/config/locales/rails-i18n/gsw-CH.yml +++ b/config/locales/rails-i18n/gsw-CH.yml @@ -15,7 +15,10 @@ gsw-CH: abbr_day_names: [Su, Mä, Zi, Mi, Du, Fr, Sa] month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, Auguscht, Septämber, Oktober, Novämber, Dezämber] abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -115,11 +118,11 @@ gsw-CH: format: "%n %u" units: unit: "" - thousand: Tuusig - million: Milioon - billion: Bilioon - trillion: Trilioon - quadrillion: Quadrilioon + thousand: "Tuusig" + million: "Milioon" + billion: "Bilioon" + trillion: "Trilioon" + quadrillion: "Quadrilioon" support: array: diff --git a/config/locales/rails-i18n/he.yml b/config/locales/rails-i18n/he.yml index 7441ee327..387a9b49d 100644 --- a/config/locales/rails-i18n/he.yml +++ b/config/locales/rails-i18n/he.yml @@ -13,7 +13,10 @@ abbr_day_names: [א, ב, ג, ד, ה, ו, ש] month_names: [~, ינואר, פברואר, מרץ, אפריל, מאי, יוני, יולי, אוגוסט, ספטמבר, אוקטובר, נובמבר, דצמבר] abbr_month_names: [~, יאנ, פב, מרץ, אפר, מאי, יונ, יול, אוג, ספט, אוק, נוב, דצ] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -100,4 +103,4 @@ less_than: "חייב להיות קטן מ- %{count}" less_than_or_equal_to: "חייב להיות קטן או שווה ל- %{count}" odd: "חייב להיות אי זוגי" - even: "חייב להיות זוגי" \ No newline at end of file + even: "חייב להיות זוגי" diff --git a/config/locales/rails-i18n/hr.yml b/config/locales/rails-i18n/hr.yml index d76be9216..0c6145160 100644 --- a/config/locales/rails-i18n/hr.yml +++ b/config/locales/rails-i18n/hr.yml @@ -13,7 +13,10 @@ abbr_day_names: [Ned, Pon, Uto, Sre, Čet, Pet, Sub] month_names: [~, Siječanj, Veljača, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac] abbr_month_names: [~, Sij, Vel, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, Lis, Stu, Pro] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/hsb.yml b/config/locales/rails-i18n/hsb.yml index b2012b57f..c5e4219df 100644 --- a/config/locales/rails-i18n/hsb.yml +++ b/config/locales/rails-i18n/hsb.yml @@ -25,7 +25,10 @@ hsb: abbr_day_names: [Nj, Pó, Wu, Sr, Št, Pj, So] month_names: [~, Januar, Februar, Měrc, Apryl, Meja, Junij, Julij, Awgust, September, Oktober, Nowember, December] abbr_month_names: [~, jan, feb, měr, apr, mej, jun, jul, awg, sep, okt, now, dec] - order: [:day, :month, :year] + order: + - :day + - :month + - :year # Time time: diff --git a/config/locales/rails-i18n/hu.yml b/config/locales/rails-i18n/hu.yml index e5fb81193..c08359a08 100644 --- a/config/locales/rails-i18n/hu.yml +++ b/config/locales/rails-i18n/hu.yml @@ -14,7 +14,10 @@ abbr_day_names: [v., h., k., sze., cs., p., szo.] month_names: [~, január, február, március, április, május, június, július, augusztus, szeptember, október, november, december] abbr_month_names: [~, jan., febr., márc., ápr., máj., jún., júl., aug., szept., okt., nov., dec.] - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: @@ -141,4 +144,4 @@ last_word_connector: " és " select: # default value for :prompt => true in FormOptionsHelper - prompt: "Válasszon" \ No newline at end of file + prompt: "Válasszon" diff --git a/config/locales/rails-i18n/id.yml b/config/locales/rails-i18n/id.yml index 92ee9c677..a126bdff7 100644 --- a/config/locales/rails-i18n/id.yml +++ b/config/locales/rails-i18n/id.yml @@ -15,7 +15,10 @@ id: abbr_day_names: [Min, Sen, Sel, Rab, Kam, Jum, Sab] month_names: [~, Januari, Februari, Maret, April, Mei, Juni, Juli, Agustus, September, Oktober, November, Desember] abbr_month_names: [~, Jan, Feb, Mar, Apr, Mei, Jun, Jul, Agu, Sep, Okt, Nov, Des] - order: [:day, :month, :year] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/is.yml b/config/locales/rails-i18n/is.yml index 14707844e..02bb76f8c 100644 --- a/config/locales/rails-i18n/is.yml +++ b/config/locales/rails-i18n/is.yml @@ -58,7 +58,10 @@ is: month_names: [~, janúar, febrúar, mars, apríl, maí, júní, júlí, ágúst, september, október, nóvember, desember] abbr_month_names: [~, jan, feb, mar, apr, maí, jún, júl, ágú, sep, okt, nóv, des] # Used in date_select and datime_select. - order: [:day, :month, :year] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/it.yml b/config/locales/rails-i18n/it.yml index 632830a5b..5dc1c0171 100644 --- a/config/locales/rails-i18n/it.yml +++ b/config/locales/rails-i18n/it.yml @@ -74,7 +74,10 @@ it: month_names: [~, Gennaio, Febbraio, Marzo, Aprile, Maggio, Giugno, Luglio, Agosto, Settembre, Ottobre, Novembre, Dicembre] abbr_month_names: [~, Gen, Feb, Mar, Apr, Mag, Giu, Lug, Ago, Set, Ott, Nov, Dic] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/lo.yml b/config/locales/rails-i18n/lo.yml index fd3175d26..32a63207b 100644 --- a/config/locales/rails-i18n/lo.yml +++ b/config/locales/rails-i18n/lo.yml @@ -180,7 +180,10 @@ lo: month_names: [~, "ມັງກອນ", "ກຸມພາ", "ມີນາ", "ເມສາ", "ພຶດສະພາ", "ມິຖຸນາ", "ກໍລະກົດ", "ສິງຫາ", "ກັນຍາ", "ຕຸລາ", "ພະຈິກ", "ທັນວາ"] abbr_month_names: [~,"", "", "", "", "", "", "", "", "", "", "", ""] # Used in date_select and datime_select. - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/lt.yml b/config/locales/rails-i18n/lt.yml index b4300da72..3df8df7f9 100644 --- a/config/locales/rails-i18n/lt.yml +++ b/config/locales/rails-i18n/lt.yml @@ -124,7 +124,10 @@ lt: month_names: [~, sausio, vasario, kovo, balandžio, gegužės, birželio, liepos, rugpjūčio, rugsėjo, spalio, lapkričio, gruodžio] abbr_month_names: [~, Sau, Vas, Kov, Bal, Geg, Bir, Lie, Rgp, Rgs, Spa, Lap, Grd] - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: diff --git a/config/locales/rails-i18n/lv.yml b/config/locales/rails-i18n/lv.yml index 93c2f992e..3976a9d2f 100644 --- a/config/locales/rails-i18n/lv.yml +++ b/config/locales/rails-i18n/lv.yml @@ -12,7 +12,10 @@ lv: abbr_day_names: [Sv., P., O., T., C., Pk., S.] month_names: [~, janvārī, februārī, martā, aprīlī, maijā, jūnijā, jūlijā, augustā, septembrī, oktobrī, novembrī, decembrī] abbr_month_names: [~, Janv, Febr, Marts, Apr, Maijs, Jūn, Jūl, Aug, Sept, Okt, Nov, Dec] - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: @@ -113,11 +116,11 @@ lv: format: "%n %u" units: unit: "" - thousand: Tūkstotis - million: Miljons - billion: Biljons - trillion: Triljons - quadrillion: Kvadriljons + thousand: "Tūkstotis" + million: "Miljons" + billion: "Biljons" + trillion: "Triljons" + quadrillion: "Kvadriljons" support: array: diff --git a/config/locales/rails-i18n/mk.yml b/config/locales/rails-i18n/mk.yml index ed0abd238..d9b674f2f 100644 --- a/config/locales/rails-i18n/mk.yml +++ b/config/locales/rails-i18n/mk.yml @@ -13,7 +13,10 @@ abbr_day_names: [Нед, Пон, Вто, Сре, Чет, Пет, Саб] month_names: [~, Јануари, Февруари, Март, Април, Мај, Јуни, Јули, Август, Септември, Октомври, Ноември, Декември] abbr_month_names: [~, Јан, Фев, Мар, Апр, Мај, Јун, Јул, Авг, Сеп, Окт, Ное, Дек] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -112,4 +115,3 @@ less_than_or_equal_to: "мора да биде помало или еднакво на %{count}" odd: "мора да биде непарно" even: "мора да биде парно" - diff --git a/config/locales/rails-i18n/mn.yml b/config/locales/rails-i18n/mn.yml index 59144536d..ea50672ff 100644 --- a/config/locales/rails-i18n/mn.yml +++ b/config/locales/rails-i18n/mn.yml @@ -15,7 +15,10 @@ mn: month_names: [~, 1 сар, 2 сар, 3 сар, 4 сар, 5 сар, 6 сар, 7 сар, 8 сар, 9 сар, 10 сар, 11 сар, 12 сар] abbr_month_names: [~, 1 сар, 2 сар, 3 сар, 4 сар, 5 сар, 6 сар, 7 сар, 8 сар, 9 сар, 10 сар, 11 сар, 12 сар] - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: @@ -153,4 +156,4 @@ mn: two_words_connector: " болон " last_word_connector: " болон " select: - prompt: "Сонгоно уу" \ No newline at end of file + prompt: "Сонгоно уу" diff --git a/config/locales/rails-i18n/nb.yml b/config/locales/rails-i18n/nb.yml index 2e6001c2b..c154c8149 100644 --- a/config/locales/rails-i18n/nb.yml +++ b/config/locales/rails-i18n/nb.yml @@ -16,7 +16,10 @@ nb: abbr_day_names: [søn, man, tir, ons, tor, fre, lør] month_names: [~, januar, februar, mars, april, mai, juni, juli, august, september, oktober, november, desember] abbr_month_names: [~, jan, feb, mar, apr, mai, jun, jul, aug, sep, okt, nov, des] - order: [:day, :month, :year] + order: + - :day + - :month + - :year time: formats: default: "%A, %e. %B %Y, %H:%M" diff --git a/config/locales/rails-i18n/nn.yml b/config/locales/rails-i18n/nn.yml index ba1d2d043..960237517 100644 --- a/config/locales/rails-i18n/nn.yml +++ b/config/locales/rails-i18n/nn.yml @@ -12,7 +12,10 @@ nn: abbr_day_names: [sun, mån, tys, ons, tor, fre, lau] month_names: [~, januar, februar, mars, april, mai, juni, juli, august, september, oktober, november, desember] abbr_month_names: [~, jan, feb, mar, apr, mai, jun, jul, aug, sep, okt, nov, des] - order: [:day, :month, :year] + order: + - :day + - :month + - :year time: formats: default: "%A, %e. %B %Y, %H:%M" diff --git a/config/locales/rails-i18n/pl.yml b/config/locales/rails-i18n/pl.yml index 40a341e28..863e03592 100644 --- a/config/locales/rails-i18n/pl.yml +++ b/config/locales/rails-i18n/pl.yml @@ -82,11 +82,11 @@ pl: format: "%n %u" units: unit: "" - thousand: Tysiąc - million: Milion - billion: Miliard - trillion: Trylion - quadrillion: Kwadrylion + thousand: "Tysiąc" + million: "Milion" + billion: "Miliard" + trillion: "Trylion" + quadrillion: "Kwadrylion" datetime: distance_in_words: diff --git a/config/locales/rails-i18n/pt-BR.yml b/config/locales/rails-i18n/pt-BR.yml index db617af09..3646a9b8f 100644 --- a/config/locales/rails-i18n/pt-BR.yml +++ b/config/locales/rails-i18n/pt-BR.yml @@ -10,7 +10,10 @@ abbr_day_names: [Dom, Seg, Ter, Qua, Qui, Sex, Sáb] month_names: [~, Janeiro, Fevereiro, Março, Abril, Maio, Junho, Julho, Agosto, Setembro, Outubro, Novembro, Dezembro] abbr_month_names: [~, Jan, Fev, Mar, Abr, Mai, Jun, Jul, Ago, Set, Out, Nov, Dez] - order: [:day, :month, :year] + order: + - :day + - :month + - :year time: formats: @@ -127,17 +130,17 @@ unit: "" thousand: "mil" million: - one: milhão - other: milhões + one: "milhão" + other: "milhões" billion: - one: bilhão - other: bilhões + one: "bilhão" + other: "bilhões" trillion: - one: trilhão - other: trilhões + one: "trilhão" + other: "trilhões" quadrillion: - one: quatrilhão - other: quatrilhões + one: "quatrilhão" + other: "quatrilhões" # Usado no Array.to_sentence support: diff --git a/config/locales/rails-i18n/pt-PT.yml b/config/locales/rails-i18n/pt-PT.yml index 392b0ef74..53d3d17c6 100644 --- a/config/locales/rails-i18n/pt-PT.yml +++ b/config/locales/rails-i18n/pt-PT.yml @@ -82,16 +82,16 @@ format: "%n %u" units: unit: "" - thousand: mil + thousand: "mil" million: - one: milhão - other: milhões + one: "milhão" + other: "milhões" billion: one: mil milhões other: mil milhões trillion: - one: bilião - other: biliões + one: "bilião" + other: "biliões" quadrillion: one: mil biliões other: mil biliões diff --git a/config/locales/rails-i18n/rm.yml b/config/locales/rails-i18n/rm.yml index efa4dab29..7b81ecf92 100644 --- a/config/locales/rails-i18n/rm.yml +++ b/config/locales/rails-i18n/rm.yml @@ -12,7 +12,10 @@ rm: abbr_day_names: [du, gli, ma, me, gie, ve, so] month_names: [~, schaner, favrer, mars, avrigl, matg, zercladur, fanadur, avust, settember, october, november, december] abbr_month_names: [~, schan, favr, mars, avr, matg, zercl, fan, avust, sett, oct, nov, dec] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/ro.yml b/config/locales/rails-i18n/ro.yml index a6d44eef2..ce9e3349b 100644 --- a/config/locales/rails-i18n/ro.yml +++ b/config/locales/rails-i18n/ro.yml @@ -14,7 +14,10 @@ ro: abbr_day_names: [Dum, Lun, Mar, Mie, Joi, Vin, Sâm] month_names: [~, Ianuarie, Februarie, Martie, Aprilie, Mai, Iunie, Iulie, August, Septembrie, Octombrie, Noiembrie, Decembrie] abbr_month_names: [~, Ian, Feb, Mar, Apr, Mai, Iun, Iul, Aug, Sep, Oct, Noi, Dec] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/ru.yml b/config/locales/rails-i18n/ru.yml index 0b86fa5b4..aead90a4f 100644 --- a/config/locales/rails-i18n/ru.yml +++ b/config/locales/rails-i18n/ru.yml @@ -27,7 +27,10 @@ ru: abbr_month_names: [~, янв., февр., марта, апр., мая, июня, июля, авг., сент., окт., нояб., дек.] standalone_abbr_month_names: [~, янв., февр., март, апр., май, июнь, июль, авг., сент., окт., нояб., дек.] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/sk.yml b/config/locales/rails-i18n/sk.yml index 23b2889ae..4ca808346 100644 --- a/config/locales/rails-i18n/sk.yml +++ b/config/locales/rails-i18n/sk.yml @@ -14,7 +14,10 @@ month_names: [~, Január, Február, Marec, Apríl, Máj, Jún, Júl, August, September, Október, November, December] abbr_month_names: [~, Jan, Feb, Mar, Apr, Máj, Jún, Júl, Aug, Sep, Okt, Nov, Dec] - order: [:day, :month, :year] + order: + - :day + - :month + - :year # Time time: @@ -82,11 +85,11 @@ format: "%n %u" units: unit: "" - thousand: Tisíc - million: Milión - billion: Miliarda - trillion: Trilión - quadrillion: Quadrilión + thousand: "Tisíc" + million: "Milión" + billion: "Miliarda" + trillion: "Trilión" + quadrillion: "Quadrilión" # Distance of time ... helper datetime: diff --git a/config/locales/rails-i18n/sl.yml b/config/locales/rails-i18n/sl.yml index bafafc912..518336d07 100644 --- a/config/locales/rails-i18n/sl.yml +++ b/config/locales/rails-i18n/sl.yml @@ -13,7 +13,10 @@ sl: month_names: [~, januar, februar, marec, april, maj, junij, julij, avgust, september, oktober, november, december] abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, avg, sep, okt, nov, dec] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: @@ -187,4 +190,4 @@ sl: day: "Dan" hour: "Ura" minute: "Minute" - second: "Sekunde" \ No newline at end of file + second: "Sekunde" diff --git a/config/locales/rails-i18n/sr-Latn.yml b/config/locales/rails-i18n/sr-Latn.yml index 2b7c3a544..1d81e8d9e 100644 --- a/config/locales/rails-i18n/sr-Latn.yml +++ b/config/locales/rails-i18n/sr-Latn.yml @@ -13,7 +13,10 @@ abbr_day_names: [Ned, Pon, Uto, Sre, Čet, Pet, Sub] month_names: [~, Januar, Februar, Mart, April, Maj, Jun, Jul, Avgust, Septembar, Oktobar, Novembar, Decembar] abbr_month_names: [~, Jan, Feb, Mar, Apr, Maj, Jun, Jul, Avg, Sep, Okt, Nov, Dec] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/sr.yml b/config/locales/rails-i18n/sr.yml index 9ec244467..debe0c366 100644 --- a/config/locales/rails-i18n/sr.yml +++ b/config/locales/rails-i18n/sr.yml @@ -13,7 +13,10 @@ abbr_day_names: [Нед, Пон, Уто, Сре, Чет, Пет, Суб] month_names: [~, Јануар, Фабруар, Март, Април, Мај, Јун, Јул, Август, Септембар, Октобар, Новембар, Децембар] abbr_month_names: [~, Јан, Феб, Мар, Апр, Мај, Јун, Јул, Авг, Сеп, Окт, Нов, Дец] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/sv-SE.yml b/config/locales/rails-i18n/sv-SE.yml index 2164a8452..058c74210 100644 --- a/config/locales/rails-i18n/sv-SE.yml +++ b/config/locales/rails-i18n/sv-SE.yml @@ -220,7 +220,10 @@ month_names: [~, januari, februari, mars, april, maj, juni, juli, augusti, september, oktober, november, december] abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, aug, sep, okt, nov, dec] # Used in date_select and datime_select. - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/sw.yml b/config/locales/rails-i18n/sw.yml index e9b33413f..b8875a437 100644 --- a/config/locales/rails-i18n/sw.yml +++ b/config/locales/rails-i18n/sw.yml @@ -82,11 +82,11 @@ sw: format: '%n %u' units: unit: '' - thousand: Elfu - million: Milioni - billion: Bilioni - trillion: Trilioni - quadrillion: Quadrillion + thousand: "Elfu" + million: "Milioni" + billion: "Bilioni" + trillion: "Trilioni" + quadrillion: "Quadrillion" datetime: distance_in_words: diff --git a/config/locales/rails-i18n/tr.yml b/config/locales/rails-i18n/tr.yml index 513508180..058ba12f0 100644 --- a/config/locales/rails-i18n/tr.yml +++ b/config/locales/rails-i18n/tr.yml @@ -3,7 +3,7 @@ tr: locale: - native_name: Türkçe + native_name: "Türkçe" address_separator: " " date: formats: @@ -17,7 +17,10 @@ tr: abbr_day_names: [Pzr, Pzt, Sal, Çrş, Prş, Cum, Cts] month_names: [~, Ocak, Şubat, Mart, Nisan, Mayıs, Haziran, Temmuz, Ağustos, Eylül, Ekim, Kasım, Aralık] abbr_month_names: [~, Oca, Şub, Mar, Nis, May, Haz, Tem, Ağu, Eyl, Eki, Kas, Ara] - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/uk.yml b/config/locales/rails-i18n/uk.yml index b47b8068a..1d82ff989 100644 --- a/config/locales/rails-i18n/uk.yml +++ b/config/locales/rails-i18n/uk.yml @@ -216,7 +216,10 @@ uk: month_names: [~, Січень, Лютий, Березень, Квітень, Травень, Червень, Липень, Серпень, Вересень, Жовтень, Листопад, Грудень] abbr_month_names: [~, січ., лют., бер., квіт., трав., черв., лип., серп., вер., жовт., лист., груд.] # Used in date_select and datime_select. - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/vi.yml b/config/locales/rails-i18n/vi.yml index b21a6e0c7..aea7e3e54 100644 --- a/config/locales/rails-i18n/vi.yml +++ b/config/locales/rails-i18n/vi.yml @@ -180,7 +180,10 @@ vi: month_names: [~, "Tháng một", "Tháng hai", "Tháng ba", "Tháng tư", "Tháng năm", "Tháng sáu", "Tháng bảy", "Tháng tám", "Tháng chín", "Tháng mười", "Tháng mười một", "Tháng mười hai"] abbr_month_names: [~, "Tháng một", "Tháng hai", "Tháng ba", "Tháng tư", "Tháng năm", "Tháng sáu", "Tháng bảy", "Tháng tám", "Tháng chín", "Tháng mười", "Tháng mười một", "Tháng mười hai"] # Used in date_select and datime_select. - order: [ :day, :month, :year ] + order: + - :day + - :month + - :year time: formats: diff --git a/config/locales/rails-i18n/zh-CN.yml b/config/locales/rails-i18n/zh-CN.yml index 7e253adff..f84065e10 100644 --- a/config/locales/rails-i18n/zh-CN.yml +++ b/config/locales/rails-i18n/zh-CN.yml @@ -11,7 +11,10 @@ zh-CN: abbr_day_names: [日, 一, 二, 三, 四, 五, 六] month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月] abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: diff --git a/config/locales/rails-i18n/zh-TW.yml b/config/locales/rails-i18n/zh-TW.yml index c0099425f..8d107ac27 100644 --- a/config/locales/rails-i18n/zh-TW.yml +++ b/config/locales/rails-i18n/zh-TW.yml @@ -11,7 +11,10 @@ zh-TW: abbr_day_names: [日, 一, 二, 三, 四, 五, 六] month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月] abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: