]> source.dussan.org Git - redmine.git/commitdiff
change i18n files to use valid yaml syntax that may be parsed by psych (#8209).
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Apr 2011 23:23:38 +0000 (23:23 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 21 Apr 2011 23:23:38 +0000 (23:23 +0000)
Contributed by Gregor Schmidt.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5508 e93f8b46-1217-0410-a6f0-8f06a7374b81

44 files changed:
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en-GB.yml
config/locales/en.yml
config/locales/es.yml
config/locales/eu.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/lv.yml
config/locales/mk.yml
config/locales/mn.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sr-YU.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml

index 487f8c35eaee704c41b5b950bf0aa7dfb06ab006..12678b7281b154e4cebb657b0ac6efc0aea85c2c 100644 (file)
@@ -17,7 +17,10 @@ bg:
     month_names: [~, Януари, Февруари, Март, Април, Май, Юни, Юли, Август, Септември, Октомври, Ноември, Декември]
     abbr_month_names: [~, Яну, Фев, Мар, Апр, Май, Юни, Юли, Авг, Сеп, Окт, Ное, Дек]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index 4948d97a9c7a2522a3581dde17e1856d6b7058ee..83546df5b1e1f09bb6fe5c8c7d4a0fa7212c694c 100644 (file)
@@ -15,7 +15,10 @@ bs:
 
     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:
index 7157e4c5158b1ec5ff91b1b54b3afd42f362b8b2..cc154144916aa0000c91847888bcd7a1cd549c73 100644 (file)
@@ -20,7 +20,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: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index 2f8c07907f70c213b171c18fafb94e30be6c8920..b9b439c02bf569f8228066c846f82485200a616b 100644 (file)
@@ -21,7 +21,10 @@ cs:
     month_names: [~, Leden, Únor, Březen, Duben, Květen, Červen, Červenec, Srpen, Září, Říjen, Listopad, Prosinec]
     abbr_month_names: [~, Led, Úno, Bře, Dub, Kvě, Čer, Čec, Srp, Zář, Říj, Lis, Pro]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index cde883970ed9d177ab7ac3a20ada13e16c128815..4cb68a7ee6d4cda287119930fa338dad4f744eab 100644 (file)
@@ -14,7 +14,10 @@ da:
     abbr_day_names: [sø, ma, ti, 'on', to, fr, lø]
     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:
index aae1495b80651264f64bb1ed96b3008cf466a96d..5479189b23e8ff5425c43872038f45d4135f5ebe 100644 (file)
@@ -19,7 +19,10 @@ de:
     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]
     # Used in date_select and datime_select.
-    order: [:day, :month, :year]
+    order:
+      - :day
+      - :month
+      - :year
 
   time:
     formats:
index a65cefbc44d8b40e5cfed64656bae25555d16a14..493e620fe2555cb0cd01d34d8dcc4bb22058af7d 100644 (file)
@@ -19,7 +19,10 @@ el:
     month_names: [~, Ιανουάριος, Φεβρουάριος, Μάρτιος, Απρίλιος, Μάϊος, Ιούνιος, Ιούλιος, Αύγουστος, Σεπτέμβριος, Οκτώβριος, Νοέμβριος, Δεκέμβριος]
     abbr_month_names: [~, Ιαν, Φεβ, Μαρ, Απρ, Μαϊ, Ιον, Ιολ, Αυγ, Σεπ, Οκτ, Νοε, Δεκ]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index 7c11f7ebd36e35a461f4d0f4680f5e7b29805c2b..9cd270c446a0af71920659bd947a0972944c394b 100644 (file)
@@ -16,7 +16,10 @@ en-GB:
     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:
index f5a3ffab11bb6ca2aa941e1eb3775e7f665042fa..902f0a1f798fe53ab446ccd3ec28d31b3dfa35c3 100644 (file)
@@ -17,7 +17,10 @@ en:
     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:
index 924adfe50849a7291480a3949d8a16fc50bad8ba..47cadd6e625121a4748bdcc17142e6d3522cbcc2 100644 (file)
@@ -159,7 +159,10 @@ es:
     month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Setiembre, Octubre, Noviembre, Diciembre]
     abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Set, Oct, Nov, Dic]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index b35f02edbf68bb4da96df6840195c551741d0f81..58d6be30e57abbbf92704fd3fc6c623e1243e664 100644 (file)
@@ -20,7 +20,10 @@ eu:
     month_names: [~, Urtarrila, Otsaila, Martxoa, Apirila, Maiatza, Ekaina, Uztaila, Abuztua, Iraila, Urria, Azaroa, Abendua]\r
     abbr_month_names: [~, Urt, Ots, Mar, Api, Mai, Eka, Uzt, Abu, Ira, Urr, Aza, Abe]\r
     # Used in date_select and datime_select.\r
-    order: [ :year, :month, :day ]\r
+    order:\r
+      - :year\r
+      - :month\r
+      - :day\r
 \r
   time:\r
     formats:\r
index 477eebec9c3f897e1ab0dfb829668e2d56e4f9ff..7e9f2b624aff9b0250adbd416ca3906eb3b0f383 100644 (file)
@@ -17,7 +17,10 @@ fa:
     month_names: [~, ژانویه, فوریه, مارس, آوریل, مه, ژوئن, ژوئیه, اوت, سپتامبر, اکتبر, نوامبر, دسامبر]
     abbr_month_names: [~, ژان, فور, مار, آور, مه, ژوئن, ژوئیه, اوت, سپت, اکت, نوا, دسا]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index 78d43fdb170f49795bb408bc81ff8de7958751ec..2fdf049551f0ee603a1fbfcccf83a34dea5de8bd 100644 (file)
@@ -13,7 +13,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:
index 687ce4b2caea8428666dddecba7cae5e174a8379..0bbbc2209ab6b0def0cebf7df182bc94d628d5dd 100644 (file)
@@ -17,7 +17,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:
index 95a6885fb08cebdddf60daf1b3886ebb9c1bcae7..a83da2da27cda11d502c017afd23cf42e66dfb5f 100644 (file)
@@ -55,7 +55,10 @@ gl:
     abbr_day_names:   [Dom, Lun, Mar, Mer, Xov, Ven, Sab]
     month_names:      [~, Xaneiro, Febreiro, Marzo, Abril, Maio, Xunio, Xullo, Agosto, Setembro, Outubro, Novembro, Decembro]
     abbr_month_names: [~, Xan, Feb, Maz, Abr, Mai, Xun, Xul, Ago, Set, Out, Nov, Dec]
-    order:            [:day, :month, :year]
+    order:
+      - :day
+      - :month
+      - :year
 
   time:
     formats:
index 0f57e3ff6eb41bcf5cab1d0e3c02f0b475d03de9..7524e2736b5a2f0a0707a9aa056fcbfac907fa03 100644 (file)
@@ -15,7 +15,10 @@ he:
     abbr_day_names: ["א'", "ב'", "ג'", "ד'", "ה'", "ו'", "ש'"]
     month_names: [~, ינואר, פברואר, מרץ, אפריל, מאי, יוני, יולי, אוגוסט, ספטמבר, אוקטובר, נובמבר, דצמבר]
     abbr_month_names: [~, יאנ, פבר, מרץ, אפר, מאי, יונ, יול, אוג, ספט, אוק, נוב, דצמ]
-    order: [ :day, :month, :year ]
+    order:
+      - :day
+      - :month
+      - :year
 
   time:
     formats:
index 7dffacf1344debf1e87b9314545c9a92cfc95010..ff8fef054fa439a4314f5315b5e2e4d41514ee8c 100644 (file)
@@ -19,7 +19,10 @@ hr:
     month_names: [~, Sijecanj, Veljaca, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac]
     abbr_month_names: [~, Sij, Velj, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, List, Stu, Pro]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index 94e01d8de9b6614679a607f5b18893f835927569..f3c4979cad3c6a406159e88904db494f59557e77 100644 (file)
     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:
index e362881f8ecefb8170ed3197f9a95342c319d8b5..348c8aa2af3054d11751dddb2ab89d3e42c5cc16 100644 (file)
@@ -14,7 +14,10 @@ id:
       
     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:
index 0b164f66ba3ea67e086d7b8eb9a4deab132de065..e5318313825a43dbad3933dfe0126fcf6d38b850 100644 (file)
@@ -16,7 +16,10 @@ it:
     abbr_day_names: [Dom, Lun, Mar, Mer, Gio, Ven, Sab]
     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:
index 167d33613c4f816b72d32a251f948d55d5bdf669..b7e05fb53be7e1f531b06d50b0f6d43f415ff044 100644 (file)
@@ -20,7 +20,10 @@ ja:
     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月]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index 342022e94f8f4c083c54e12548e145b71c40aab8..8856e28bc02fe5c324991bc9638d55665a3a0744 100644 (file)
@@ -21,7 +21,10 @@ ko:
     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월]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index 225bda2600aa3c7e25f50a74223501e11aae86e3..cbe22541de1d89afd68fe02d404b04da8f02e5cd 100644 (file)
@@ -22,7 +22,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]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index 124a15d192aa1603ef0c88cde79415488b5702be..6e62b597846ceacee2efceb7882907fbe803852c 100644 (file)
@@ -13,7 +13,10 @@ lv:
       \r
     month_names: [~, Janvāris, Februāris, Marts, Aprīlis , Maijs, Jūnijs, Jūlijs, Augusts, Septembris, Oktobris, Novembris, Decembris]\r
     abbr_month_names: [~, Jan, Feb, Mar, Apr, Mai, Jūn, Jūl, Aug, Sep, Okt, Nov, Dec]\r
-    order: [ :day, :month, :year ]\r
+    order:\r
+      - :day\r
+      - :month\r
+      - :year\r
 \r
   time:\r
     formats:\r
index f9e09599b2166fa150580dc46103e23d1967ad2d..06bd374201acd54c58cd5dcd8b4cc21ec921b5ca 100644 (file)
@@ -17,7 +17,10 @@ mk:
     month_names: [~, јануари, февруари, март, април, мај, јуни, јули, август, септември, октомври, ноември, декември]\r
     abbr_month_names: [~, јан, фев, мар, апр, мај, јун, јул, авг, сеп, окт, ное, дек]\r
     # Used in date_select and datime_select.\r
-    order: [ :day, :month, :year ]\r
+    order:\r
+      - :day\r
+      - :month\r
+      - :year\r
 \r
   time:\r
     formats:\r
index d79a248614af67be21768c12fc0c91682e2acf65..892c0dc4fb9d87078f58fbf16627f8b7a6cc7cb5 100644 (file)
@@ -16,7 +16,10 @@ mn:
     month_names: [~, 1-р сар, 2-р сар, 3-р сар, 4-р сар, 5-р сар, 6-р сар, 7-р сар, 8-р сар, 9-р сар, 10-р сар, 11-р сар, 12-р сар]\r
     abbr_month_names: [~, 1сар, 2сар, 3сар, 4сар, 5сар, 6сар, 7сар, 8сар, 9сар, 10сар, 11сар, 12сар]\r
     # Used in date_select and datime_select.\r
-    order: [ :day, :month, :year ]\r
+    order:\r
+      - :day\r
+      - :month\r
+      - :year\r
 \r
   time:\r
     formats:\r
index 4243701ef0d320ea18f68c0491baad12a2fdc8e7..59263ec9da7455ac1cd4d651ac3e572a3eb3970b 100644 (file)
@@ -16,7 +16,10 @@ nl:
     month_names: [~, januari, februari, maart, april, mei, juni, juli, augustus, september, oktober, november, december]
     abbr_month_names: [~, jan, feb, mar, apr, mei, jun, jul, aug, sep, okt, nov, dec]
     # Used in date_select and datime_select.
-    order: [ :day, :month, :year ]
+    order:
+      - :day
+      - :month
+      - :year
 
   time:
     formats:
index 273de20a99279e137c773d21e15e20bbfe405b89..b5f0659195d158c4f681161b633669fd1a3ec541 100644 (file)
     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"
index 64fc4465b1e39588ff2c2d2d0c033ce995321a6e..d2e68f3602028777f6697e762d002c5f9efcb8cc 100644 (file)
@@ -45,7 +45,10 @@ pl:
     
     month_names: [~, Styczeń, Luty, Marzec, Kwiecień, Maj, Czerwiec, Lipiec, Sierpień, Wrzesień, Październik, Listopad, Grudzień]
     abbr_month_names: [~, sty, lut, mar, kwi, maj, cze, lip, sie, wrz, paź, lis, gru]
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index 4b902025cfa2b0996264aec939c0194470361e5e..f3829641b65c1b75406f52b8b74fa3f7938a1b6c 100644 (file)
@@ -12,7 +12,10 @@ pt-BR:
     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:
index de5a7557d3797486659359374c6057739022cef1..d0032933c7fafdd1e869c440dd4e855084172952 100644 (file)
@@ -18,7 +18,10 @@ pt:
     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:        
index 8a9062c46d90bd762970198bcbe7020bd20c4ebc..c44b5ef9cfa8fbd3f071b0f3bb1de3010a69d5c1 100644 (file)
@@ -14,7 +14,10 @@ ro:
     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]
     # Used in date_select and datime_select.
-    order: [ :day, :month, :year ]
+    order:
+      - :day
+      - :month
+      - :year
 
   time:
     formats:
index c56cc37b6f4dd789e6a92e3dcf621ae0567ab4da..717915774576cbfa664789a2bb802af28f37788c 100644 (file)
@@ -28,7 +28,10 @@ ru:
     abbr_month_names: [~, янв., февр., марта, апр., мая, июня, июля, авг., сент., окт., нояб., дек.]
     standalone_abbr_month_names: [~, янв., февр., март, апр., май, июнь, июль, авг., сент., окт., нояб., дек.]
 
-    order: [ :day, :month, :year ]
+    order:
+      - :day
+      - :month
+      - :year
 
   time:
     formats:
index 1f00bb3e416fb8e277befd9d111b70575198b487..259ac2e6b75349523a8ed654c138f5222ddb527f 100644 (file)
@@ -16,7 +16,10 @@ sk:
     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]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
index 5f8669c147927e5056daaf84a35a18f8ada9bb5e..d8bd6393f3b99971e4792626c3842f37f659f11c 100644 (file)
@@ -16,7 +16,10 @@ sl:
     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:
index 71f919a337c99fe0c0fea8094b423db757313e4e..8bf185e5b083c775737a46e7ccc8d272b92e66b4 100644 (file)
@@ -18,7 +18,10 @@ sr-YU:
     month_names: [~, januar, februar, mart, april, maj, jun, jul, avgust, septembar, oktobar, novembar, decembar]\r
     abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, avg, sep, okt, nov, dec]\r
     # Used in date_select and datime_select.\r
-    order: [ :day, :month, :year ]\r
+    order:\r
+      - :day\r
+      - :month\r
+      - :year\r
 \r
   time:\r
     formats:\r
index b069f0e8fa6bca557617357102822dd91e2a2747..749393cdebc67691908b9c423c6fb7ee7022e44f 100644 (file)
@@ -18,7 +18,10 @@ sr:
     month_names: [~, јануар, фебруар, март, април, мај, јун, јул, август, септембар, октобар, новембар, децембар]
     abbr_month_names: [~, јан, феб, мар, апр, мај, јун, јул, авг, сеп, окт, нов, дец]
     # Used in date_select and datime_select.
-    order: [ :day, :month, :year ]
+    order:
+      - :day
+      - :month
+      - :year
 
   time:
     formats:
index fd701a40d7a9ad04946beabed16fe82f50a5ad45..cc4a1a877430e806168e3bb8062312b20a442a2f 100644 (file)
@@ -149,7 +149,10 @@ sv:
     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:
index 8a9ddc868448a8e98682ce8eb2368f5955a0bfe9..a1242bdc4e91ca38534f05747752619631b7734a 100644 (file)
@@ -16,7 +16,10 @@ th:
     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:
index c5646f92da2173b31cbcfb2225f319c0d23a7ad5..5a115f5470416aa845aa2597fd75515ddef727e8 100644 (file)
@@ -18,7 +18,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:
index 50b506430061f92a351af5e4c775878a8eb80fcb..f174fb9d2f4f482e49c7c5dd15d39b5634faa2f5 100644 (file)
@@ -16,7 +16,10 @@ uk:
     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:
index 188b3e9e415eee6698a8088b264c15917643f301..c474e83c22a54a59894eaca20607aa1a936da47e 100644 (file)
@@ -158,7 +158,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:
index a52dea966ef6b3377c5ffd8fa26be08aa03c11bc..58fca593e7d1b0285e125d6bf9491159ef2be24b 100644 (file)
     month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
     abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
     # 使用於 date_select 與 datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
   
   time:
     formats:
index 779ae88b2252363b7ff0fb045bae3f8c715a1136..c60280c6efe32cdf614295421546fac2993a6c63 100644 (file)
@@ -14,12 +14,15 @@ zh:
       
     day_names: [星期天, 星期一, 星期二, 星期三, 星期四, 星期五, 星期六]
     abbr_day_names: [日, 一, 二, 三, 四, 五, 六]
-      
+
     # Don't forget the nil at the beginning; there's no such thing as a 0th month
     month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
     abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
     # Used in date_select and datime_select.
-    order: [ :year, :month, :day ]
+    order:
+      - :year
+      - :month
+      - :day
 
   time:
     formats:
@@ -29,7 +32,7 @@ zh:
       long: "%Y年%b%d日 %H:%M"
     am: "上午"
     pm: "下午"
-      
+
   datetime:
     distance_in_words:
       half_a_minute: "半分钟"