rails-i18n 8.0.0 → 8.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 641d4bcf65ad23bf092e18739381e15be37c35b4be8de8f01c49c2f6e14004c5
4
- data.tar.gz: fede876f23dfce53ceb04fa7c897eef0e21142ce2b973eaeb0b4c0ecb1910c6d
3
+ metadata.gz: e0bb9ed81d26586c80a6b11f73387b1596cbdc3a93c64045f7fe2f088cfd15e1
4
+ data.tar.gz: a4a5914f500ff7b1d6273b979cff5741cdcf378a48cd2889b5503ad252a14fe4
5
5
  SHA512:
6
- metadata.gz: 05bb380dffe70a9975d50d5527ac5569fd8e92097879e01d566d98c22b9ce726348b4980e4b10efc237578db955a20b135764cb9408a00b932b508ba7ea30d4f
7
- data.tar.gz: 86cb86473bbe5045af2deda68aa82697a4ce3e20e87bfe3ab9eec3b1e47c173a2c82789bffc0dc3a8a0b3a6ebd82bbd384cd336d173ae84d27fba0aba43b41fc
6
+ metadata.gz: 3819a8d1d0184c9c6797d375a6c4e1ee0891eaab1c24542f3f18ddabfb00163512104d84f238bf61bd258581e8153b6cf671ed7619f4e77a6a4f8bd0d59d933f
7
+ data.tar.gz: 4bc7a77f4159a4a72c995526d6984c310d45c7166dbe7f1dfcbdaad8f281883fbeea5ea4a912a2648daca19ec78b4010506911a50f11b379351c6a745c79b60a
data/CHANGELOG.md CHANGED
@@ -1,9 +1,30 @@
1
1
  ## unreleased
2
2
 
3
3
 
4
- ## 8.0.0 (2024-11-09)
4
+ ## 8.0.2 (2025-08-16)
5
+
6
+ - Update following locales:
7
+ - Japanese (ja): Add missing key (`errors.messages.password_too_long`, `currency.format.negative_format`, `storage_units.units.zb`)
8
+ - German (de, de-DE, de-AT, de-CH): Add missing key (`password_too_long`)
9
+ - Malayalam (ml): Add missing key (`datetime.distance_in_words.x_years.one`, `datetime.distance_in_words.x_years.other`, `errors.messages.in`, `errors.messages.password_too_long`, `currency.format.negative_format`, `number.format.round_mode`, `storage_units.units.eb`, `storage_units.units.pb`, `storage_units.units.zb`). Fix translation (`activerecord.errors.messages.record_invalid`, `errors.messages.other_than`, `number.currency.format.unit`)
10
+ - Serbian Cyrillic (sr): Fix date format, February typo, and RSD unit
11
+ - Basque (eu): Fixed week day abbreviations, fix percentage symbol position (`number.percentage.format`)
12
+ - Croatian (hr), Serbian Cyrillic (sr) and Serbian Latin (scr): Add proper plural forms to decimal units
13
+ - Add following locales:
14
+ - Montenegrin (cnr)
15
+ - Armenian (hy)
16
+
17
+ ## 8.0.1 (2024-11-10)
18
+
19
+ - Update following locales:
20
+ - English (en): Add missing key (`password_too_long`)
21
+ - Portuguese (pt): Add missing keys (`password_too_long`, `negative_format`, and `zb`)
22
+ - Update Gemfile
23
+
24
+ ## 8.0.0 (2024-11-10)
5
25
 
6
26
  - Update to Rails 8.0.x
27
+ - Drop support for Ruby 3.0 and 3.1
7
28
 
8
29
  ## 7.0.10 (2024-10-28)
9
30
 
@@ -283,14 +304,15 @@
283
304
  ## 5.1.3 (2019-01-28)
284
305
 
285
306
  - Update following locales:
286
- - Spanish (es-*)
287
- - English (en-*)
307
+ - Spanish (es-\*)
308
+ - English (en-\*)
288
309
  - Hungarian (hu)
289
310
  - Hebrew (he)
290
311
  - Cyrillic Serbian (sr)
291
312
  - Farsi/Persian (fa)
292
313
 
293
314
  ## 5.1.2 (2018-10-29)
315
+
294
316
  - Add Telugu (te) locale
295
317
  - Update following locales:
296
318
  - Azerbaijani (az)
@@ -299,14 +321,14 @@
299
321
  - Danish (da)
300
322
  - English (en)
301
323
  - Spanish (es)
302
- - French (fr-*)
324
+ - French (fr-\*)
303
325
  - Japanese (ja)
304
326
  - Georgian (ka)
305
327
  - Korean (ko)
306
328
  - Lao (lo)
307
329
  - Occitan (oc)
308
330
  - Polish (pl)
309
- - Portuguese (pt-*)
331
+ - Portuguese (pt-\*)
310
332
  - Russian (ru)
311
333
  - Slovak (sk)
312
334
  - Ukrainian (uk)
@@ -315,9 +337,11 @@
315
337
  - Remove :fil inflector (#771)
316
338
 
317
339
  ## 5.1.1 (2018-02-26)
340
+
318
341
  - Fix #767 (New Chinese pluralization rules break stuff)
319
342
 
320
343
  ## 5.1.0 (2018-02-14)
344
+
321
345
  - Add following locales:
322
346
  - Spanish (Nicaragua) (es-NI)
323
347
  - Occitan (oc)
@@ -325,7 +349,7 @@
325
349
  - Azerbaijani (az)
326
350
  - Danish (da)
327
351
  - German (de)
328
- - Chinese (zh-*)
352
+ - Chinese (zh-\*)
329
353
  - Vietnamese (vi)
330
354
  - Turkish (tr)
331
355
  - Portuguese (pt)
@@ -336,6 +360,7 @@
336
360
  - Bump gem dependencies to include i18n 1.0
337
361
 
338
362
  ## 5.0.4 (2017-05-06)
363
+
339
364
  - Add following locales:
340
365
  - Cypriot Greek (el-CY)
341
366
  - Cypriot English (en-CY)
@@ -349,6 +374,7 @@
349
374
  - Spanish (es)
350
375
 
351
376
  ## 5.0.3 (2017-02-10)
377
+
352
378
  - Update following locales:
353
379
  - Portuguese (pt, pt-BR)
354
380
  - Spanish locales (ES-\*)
@@ -359,6 +385,7 @@
359
385
  - Ukrainian (uk)
360
386
 
361
387
  ## 5.0.2 (2016-12-29)
388
+
362
389
  - Add following locales:
363
390
  - Georgian (ka)
364
391
  - Update following locales:
@@ -376,6 +403,7 @@
376
403
  - Fix precision for human format on eo, es-PE, fr-CA, fr-CH, fr-FR, fr, pt-BR and tr
377
404
 
378
405
  ## 5.0.1 (2016-09-22)
406
+
379
407
  - Update following locales:
380
408
  - Afrikaans (af)
381
409
  - Bosnian (bs)
@@ -389,6 +417,7 @@
389
417
  - Traditional Chinese (zh-TW)
390
418
 
391
419
  ## 5.0.0 (2016-07-05)
420
+
392
421
  - Change the structure of translation files for Rails 5
393
422
  - Update Spanish locales (ES-\*)
394
423
  - Update Brazilian Portuguese (pt-BR)
@@ -414,6 +443,7 @@
414
443
  - Update Hebrew (he)
415
444
 
416
445
  ## 4.0.9 (2016-07-05)
446
+
417
447
  - Update Bosnian (bs)
418
448
  - Update Arabic (ar)
419
449
  - Update Panjabi (pa)
@@ -423,15 +453,18 @@
423
453
  - Add Albanian (sq)
424
454
 
425
455
  ## 4.0.8 (2015-12-24)
456
+
426
457
  - Add Panjabi (pa)
427
458
  - Update Russian (ru)
428
459
 
429
460
  ## 4.0.7 (2015-11-20)
461
+
430
462
  - Update Khmer (km)
431
463
  - Update Greek (el)
432
464
  - Update German (de)
433
465
 
434
466
  ## 4.0.6 (2015-10-23)
467
+
435
468
  - Depend on i18n (~> 0.7)
436
469
  - Update Indonesian (id)
437
470
  - Update German (de)
@@ -441,6 +474,7 @@
441
474
  - Update Dutch (nl)
442
475
 
443
476
  ## 4.0.5 (2015-09-06)
477
+
444
478
  - Update Portuguese (pt)
445
479
  - Update Korean (ko)
446
480
  - Update Dutch (nl)
@@ -461,187 +495,200 @@
461
495
  - Update Greek (el)
462
496
 
463
497
  ## 4.0.4 (2015-02-27)
464
- - Complete Brazilian Portuguese translation (pt-BR)
465
- - Fix east slavic pluralization and transliteration rules
466
- - Update Polish (pl)
467
- - Change confirmation error message for es-* locales
468
- - Update Swedish (sv)
469
- - Update French (fr)
470
- - Update Dutch (nl)
471
- - Update Swiss German (de-CH)
472
- - Update German (de, de-AT)
473
- - Update Turkish (tr)
474
- - Update Lithuanian (lt)
475
- - Update Urdu (ur)
476
- - Update Chinese (zh-CN, zh-HK, zh-TW, zh-YUE)
477
- - Update Khmer (km)
478
- - Update Italian (it)
479
- - Add Belarusian (be)
480
- - Add Tatar (tt)
481
- - Update Croatian (hr)
498
+
499
+ - Complete Brazilian Portuguese translation (pt-BR)
500
+ - Fix east slavic pluralization and transliteration rules
501
+ - Update Polish (pl)
502
+ - Change confirmation error message for es-\* locales
503
+ - Update Swedish (sv)
504
+ - Update French (fr)
505
+ - Update Dutch (nl)
506
+ - Update Swiss German (de-CH)
507
+ - Update German (de, de-AT)
508
+ - Update Turkish (tr)
509
+ - Update Lithuanian (lt)
510
+ - Update Urdu (ur)
511
+ - Update Chinese (zh-CN, zh-HK, zh-TW, zh-YUE)
512
+ - Update Khmer (km)
513
+ - Update Italian (it)
514
+ - Add Belarusian (be)
515
+ - Add Tatar (tt)
516
+ - Update Croatian (hr)
482
517
 
483
518
  ## 4.0.3 (2014-09-04)
484
- - Remove activemodel and activerecord namespaces
485
- - Update Hebrew translation (he)
486
- - Add Tamil (ta)
487
- - Update Ukrainian (uk)
488
- - Update Italian (it)
489
- - Update Dutch (nl)
490
- - Add es-US locale
491
- - Update Korean (ko)
492
- - Update Norwegian bokmål (nb)
493
- - Update Norwegian (nn)
494
- - Update Czech (cs)
495
- - Update Indonesian (id)
496
- - Update Chinese Simplified (zh-CN)
497
- - Complete Russian (ru)
498
- - Update Arabic (ar)
499
- - Update Turkish (tr)
500
- - Update Vietnamese (vi)
501
- - Update French (fr, fr-CA, fr-CH)
502
- - Update Croatian (hr)
503
- - Update Icelandic (is)
504
- - Update English (en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ)
505
- - Update Wolof (wo)
506
- - Update Spanish/Mexico (es-MX)
507
- - Update German (de)
508
- - Update Latvian (lv)
509
- - Update Khmer (km)
510
- - Update Polish (po)
519
+
520
+ - Remove activemodel and activerecord namespaces
521
+ - Update Hebrew translation (he)
522
+ - Add Tamil (ta)
523
+ - Update Ukrainian (uk)
524
+ - Update Italian (it)
525
+ - Update Dutch (nl)
526
+ - Add es-US locale
527
+ - Update Korean (ko)
528
+ - Update Norwegian bokmål (nb)
529
+ - Update Norwegian (nn)
530
+ - Update Czech (cs)
531
+ - Update Indonesian (id)
532
+ - Update Chinese Simplified (zh-CN)
533
+ - Complete Russian (ru)
534
+ - Update Arabic (ar)
535
+ - Update Turkish (tr)
536
+ - Update Vietnamese (vi)
537
+ - Update French (fr, fr-CA, fr-CH)
538
+ - Update Croatian (hr)
539
+ - Update Icelandic (is)
540
+ - Update English (en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ)
541
+ - Update Wolof (wo)
542
+ - Update Spanish/Mexico (es-MX)
543
+ - Update German (de)
544
+ - Update Latvian (lv)
545
+ - Update Khmer (km)
546
+ - Update Polish (po)
511
547
 
512
548
  ## 4.0.2 (2014-03-23)
513
- - Complete French translation (fr)
514
- - Make East Slavic pluralization faster
515
- - Update Upper Sorbian translation (dsb)
516
- - Add new locale Spanish for Ecuador (es-EC)
517
- - Update German translation for Switzerland (de-CH)
518
- - Update Hebrew translation (he)
519
- - Change currency for Latvian (lv)
520
- - Use two letter week day abbreviations for Dutch (nl)
521
- - Update Arabic translation (ar)
522
- - Update Hungarian translation (hu)
523
- - Change currency for Ireland (en-IE)
524
- - Update Ukrainian translation (uk)
525
- - Add Papiamento/Curaçao translation (pap-CW)
526
- - Add Cantonese translation (zh-YUE)
527
- - Update Portugese translation for Brazil (pt-BR)
528
- - Update Tagalog translation (tl)
529
- - Update English translation for India (en-IN)
530
- - Update Lithuanian translation (lt)
531
- - Update date formats for Finnish (fi)
549
+
550
+ - Complete French translation (fr)
551
+ - Make East Slavic pluralization faster
552
+ - Update Upper Sorbian translation (dsb)
553
+ - Add new locale Spanish for Ecuador (es-EC)
554
+ - Update German translation for Switzerland (de-CH)
555
+ - Update Hebrew translation (he)
556
+ - Change currency for Latvian (lv)
557
+ - Use two letter week day abbreviations for Dutch (nl)
558
+ - Update Arabic translation (ar)
559
+ - Update Hungarian translation (hu)
560
+ - Change currency for Ireland (en-IE)
561
+ - Update Ukrainian translation (uk)
562
+ - Add Papiamento/Curaçao translation (pap-CW)
563
+ - Add Cantonese translation (zh-YUE)
564
+ - Update Portugese translation for Brazil (pt-BR)
565
+ - Update Tagalog translation (tl)
566
+ - Update English translation for India (en-IN)
567
+ - Update Lithuanian translation (lt)
568
+ - Update date formats for Finnish (fi)
532
569
 
533
570
  ## 4.0.1 (2013-12-19)
534
- - Fix typos, formats and delimiters for Swiss-German (iso-639-2/gsw-CH)
535
- - Add missing keys to Dutch (nl)
536
- - Fix translations for Lithuanian (lt)
537
- - Add Spanish/Panama (es-PA)
538
- - Add Urdu (ur)
539
- - Remove whitespace between attribute and message in Chinese (zh-CN)
540
- - Support Rails 4.1.0.beta1
571
+
572
+ - Fix typos, formats and delimiters for Swiss-German (iso-639-2/gsw-CH)
573
+ - Add missing keys to Dutch (nl)
574
+ - Fix translations for Lithuanian (lt)
575
+ - Add Spanish/Panama (es-PA)
576
+ - Add Urdu (ur)
577
+ - Remove whitespace between attribute and message in Chinese (zh-CN)
578
+ - Support Rails 4.1.0.beta1
541
579
 
542
580
  ## 4.0.0 (2013-10-05)
543
- - Fix values of 'restrict_dependent_destroy' key for many languages
544
- - Fix currency separator and delimiters for es-AR, fi, ro and sv
545
- - Fix 'errors.messages.too_(long|short)' for German (de)
546
- - Add transliteration rules for German (de)
547
- - Add missing keys to Chinese/Hong Kong (zh-HK)
548
- - Add English/Ireland (en-IE)
549
- - Add missing keys to Icelandic (is)
550
- - Add missing keys to Danish (da)
551
- - Fix a grammar error for Bulgarian (bg)
552
- - Order keys of French (fr) locale alphabetically
553
- - Singularize Millionen, Billionen for German/Switzerland (de-CH)
554
- - Fix date format for Italian (it)
555
- - Add transliteration rules for French (fr)
556
- - Add Spanish/Costa Rica (es-CR)
557
- - Remove trailing spaces for many languages
558
- - Fix abbr_month_names and month_names for Catalan (ca)
559
- - Reintroduce English/US (en-US)
560
- - Add transliteration rules for Romanian (ro)
561
- - Fix abbr_day_names and abbr_month_names for French (fr)
562
- - Fix 'storage_units.units.byte' key for Chinese/Taiwan (zh-TW)
563
- - Use 12-hour clock for :en-US and :en-CA
564
- - Fix 'date.formats.default' key in en-US locale
565
- - Fix some translations for Chinese/Hong Kong (zh-HK)
566
- - Fix translations for less_than_x_{minutes,seconds} for Japanese (ja)
567
- - Fix 'errors.messages.confirmation' key for Russian (ru)
568
- - Fix 'datetime.distance_in_words' keys for Hungarian (hu)
569
- - Fix the currency unit for Polish (pl)
570
- - Fix the currency unit for French/Switzerland (fr-CH)
581
+
582
+ - Fix values of 'restrict_dependent_destroy' key for many languages
583
+ - Fix currency separator and delimiters for es-AR, fi, ro and sv
584
+ - Fix 'errors.messages.too\_(long|short)' for German (de)
585
+ - Add transliteration rules for German (de)
586
+ - Add missing keys to Chinese/Hong Kong (zh-HK)
587
+ - Add English/Ireland (en-IE)
588
+ - Add missing keys to Icelandic (is)
589
+ - Add missing keys to Danish (da)
590
+ - Fix a grammar error for Bulgarian (bg)
591
+ - Order keys of French (fr) locale alphabetically
592
+ - Singularize Millionen, Billionen for German/Switzerland (de-CH)
593
+ - Fix date format for Italian (it)
594
+ - Add transliteration rules for French (fr)
595
+ - Add Spanish/Costa Rica (es-CR)
596
+ - Remove trailing spaces for many languages
597
+ - Fix abbr_month_names and month_names for Catalan (ca)
598
+ - Reintroduce English/US (en-US)
599
+ - Add transliteration rules for Romanian (ro)
600
+ - Fix abbr_day_names and abbr_month_names for French (fr)
601
+ - Fix 'storage_units.units.byte' key for Chinese/Taiwan (zh-TW)
602
+ - Use 12-hour clock for :en-US and :en-CA
603
+ - Fix 'date.formats.default' key in en-US locale
604
+ - Fix some translations for Chinese/Hong Kong (zh-HK)
605
+ - Fix translations for less*than_x*{minutes,seconds} for Japanese (ja)
606
+ - Fix 'errors.messages.confirmation' key for Russian (ru)
607
+ - Fix 'datetime.distance_in_words' keys for Hungarian (hu)
608
+ - Fix the currency unit for Polish (pl)
609
+ - Fix the currency unit for French/Switzerland (fr-CH)
571
610
 
572
611
  ## 0.7.4 (2013-07-04)
573
- - Add Oriya/Odiya language (or)
574
- - Revert several translations for Spanish/Colombia (es-CO)
575
- - Add Swiss-German (iso-639-2/gsw-CH)
576
- - Add Chinese/Hong Kong (zh-HK)
577
- - Fix some translations for Mongolian (mn)
578
- - Fix some translations for Hebrew (he)
579
- - Fix date and time formats for English/Austraria (en-AU)
580
- - Add English/New Zealand (en-NZ)
581
- - Fix some translations for Finnish (fi)
582
- - Fix the case in x_seconds for Russian (ru)
583
- - Add :many pluralization value for Polish (pl)
584
- - Change the value of strip_insignificant_zeros to false for Norwegian (nb)
612
+
613
+ - Add Oriya/Odiya language (or)
614
+ - Revert several translations for Spanish/Colombia (es-CO)
615
+ - Add Swiss-German (iso-639-2/gsw-CH)
616
+ - Add Chinese/Hong Kong (zh-HK)
617
+ - Fix some translations for Mongolian (mn)
618
+ - Fix some translations for Hebrew (he)
619
+ - Fix date and time formats for English/Austraria (en-AU)
620
+ - Add English/New Zealand (en-NZ)
621
+ - Fix some translations for Finnish (fi)
622
+ - Fix the case in x_seconds for Russian (ru)
623
+ - Add :many pluralization value for Polish (pl)
624
+ - Change the value of strip_insignificant_zeros to false for Norwegian (nb)
585
625
 
586
626
  ## 0.7.3 (2013-03-19)
587
- - Fix number delimiter and separator for Italian (it)
588
- - Fix currency delimiter and separator for Romanian (ro)
589
- - Fix time formats for Portuguese/Brazil (pt-BR)
590
- - Fix several translations for Estonian (et)
591
- - Fix several translations for Spanish/Colombia (es-CO)
592
- - Fix the translation of half_a_minute for Tagalog (tl)
593
- - Fix separators for Russian (ru)
594
- - Add Afrikaans locale (af)
595
- - Fix some spelling mistakes for Catalan (ca)
596
- - Use secure Rubygems URL
597
- - Change capitalization rules for Italian (it)
598
- - Fix abbreviations, currency format, etc. for Greek (el)
599
- - Fix the translation of submit for Portuguese (pt)
627
+
628
+ - Fix number delimiter and separator for Italian (it)
629
+ - Fix currency delimiter and separator for Romanian (ro)
630
+ - Fix time formats for Portuguese/Brazil (pt-BR)
631
+ - Fix several translations for Estonian (et)
632
+ - Fix several translations for Spanish/Colombia (es-CO)
633
+ - Fix the translation of half_a_minute for Tagalog (tl)
634
+ - Fix separators for Russian (ru)
635
+ - Add Afrikaans locale (af)
636
+ - Fix some spelling mistakes for Catalan (ca)
637
+ - Use secure Rubygems URL
638
+ - Change capitalization rules for Italian (it)
639
+ - Fix abbreviations, currency format, etc. for Greek (el)
640
+ - Fix the translation of submit for Portuguese (pt)
600
641
 
601
642
  ## 0.7.2 (2012-12-28)
602
- - Remove spurious `mis` from Welsh month names
603
- - Add OneOther default pluralization rule and create corresponding locale pluralization files
604
- - Add pluralization files for locales with region
605
- - Update Persian (fa) translation
643
+
644
+ - Remove spurious `mis` from Welsh month names
645
+ - Add OneOther default pluralization rule and create corresponding locale pluralization files
646
+ - Add pluralization files for locales with region
647
+ - Update Persian (fa) translation
606
648
 
607
649
  ## 0.7.1 (2012-11-24)
608
- - Update Peruvian Spanish (es-PE) translation
609
- - Fix pluralization rules for OneTwoOther
610
- - Fix pluralization rules for Hungarian (hu)
611
- - Update Japanese (ja) translation
612
- - Fix and complete translations of Macedonian (mk), Cyrillic Serbian (sr) and Serbo-Croatian (scr)
650
+
651
+ - Update Peruvian Spanish (es-PE) translation
652
+ - Fix pluralization rules for OneTwoOther
653
+ - Fix pluralization rules for Hungarian (hu)
654
+ - Update Japanese (ja) translation
655
+ - Fix and complete translations of Macedonian (mk), Cyrillic Serbian (sr) and Serbo-Croatian (scr)
613
656
 
614
657
  ## 0.7.0 (2012-10-23)
615
- - Remove Swiss German (gsw-CH) as a duplicate of de-CH
616
- - Remove en-US
617
- - Remove region code from bn-IN, gl-ES, pt-PT and sv-SE
618
- - Move iso-639-2 locales into their own directory
619
- - Add pluralization rule for Upper Sorbian
620
- - Fix grammar mistakes on Bulgarian (bg) translation
621
- - Add Latin American Spanish (es-419) translation
658
+
659
+ - Remove Swiss German (gsw-CH) as a duplicate of de-CH
660
+ - Remove en-US
661
+ - Remove region code from bn-IN, gl-ES, pt-PT and sv-SE
662
+ - Move iso-639-2 locales into their own directory
663
+ - Add pluralization rule for Upper Sorbian
664
+ - Fix grammar mistakes on Bulgarian (bg) translation
665
+ - Add Latin American Spanish (es-419) translation
622
666
 
623
667
  ## 0.6.6 (2012-09-07)
624
- - added Uzbek (uz) translation
625
- - added Swiss Italian (it-CH) translation
626
- - fixed Swiss German (de-CH) translation
627
- - added Polish (pl) transliteration
628
- - fixed Greek (el) translation
629
- - added Nepali (ne) translation
630
- - fixed Argentina Spanish (es-AR) translation
668
+
669
+ - added Uzbek (uz) translation
670
+ - added Swiss Italian (it-CH) translation
671
+ - fixed Swiss German (de-CH) translation
672
+ - added Polish (pl) transliteration
673
+ - fixed Greek (el) translation
674
+ - added Nepali (ne) translation
675
+ - fixed Argentina Spanish (es-AR) translation
631
676
 
632
677
  ## 0.6.5 (2012-07-02)
633
- - fixed Icelandic translation
634
- - fixed Portuguese translation
635
- - completed Vietnamese translation and transliteration
636
- - added Canadian English
637
- - fixed Tagalog delimiter and separator
638
- - fixed Bosinian translation
639
- - fixed French translation
640
- - added Engish (en) translation
641
- - added Spanish (Venizuela) translation
642
- - complted Turkish translation
678
+
679
+ - fixed Icelandic translation
680
+ - fixed Portuguese translation
681
+ - completed Vietnamese translation and transliteration
682
+ - added Canadian English
683
+ - fixed Tagalog delimiter and separator
684
+ - fixed Bosinian translation
685
+ - fixed French translation
686
+ - added Engish (en) translation
687
+ - added Spanish (Venizuela) translation
688
+ - complted Turkish translation
643
689
 
644
690
  ## 0.6.4 (2012-05-17)
691
+
645
692
  - fixed Croatian translation and pluralization
646
693
  - added Wolof translation
647
694
  - fixed Hebrew pluralization
@@ -706,7 +753,7 @@
706
753
  ## 0.2.0 (2011-12-04)
707
754
 
708
755
  - moved :'activerecord.errors.messages.taken' to :'errors.messages.taken'
709
- - moved :'activerecord.errors.messages.record_invalid' to :'errors.messages.record_invalid'
756
+ - moved :'activerecord.errors.messages.record_invalid' to :'errors.messages.record_invalid'
710
757
  - moved Bulgarian (bg) transliterations into a new 'transliterations' folder
711
758
  - aliased :'activerecord.errors.template' to :'errors.template'
712
759
  - aliased :'activerecord.errors.messages' to :'errors.messages'
data/README.md CHANGED
@@ -254,7 +254,7 @@ docker run railsi18n bundle exec rake i18n-spec:completeness rails/locale/en.yml
254
254
 
255
255
  ## See also
256
256
 
257
- * [devise-i18n](https://github.com/tigrish/devise-i18n)
257
+ * [devise-i18n](https://github.com/devise-i18n/devise-i18n)
258
258
  * [will-paginate-i18n](https://github.com/tigrish/will-paginate-i18n)
259
259
  * [kaminari-i18n](https://github.com/tigrish/kaminari-i18n)
260
260
  * [i18n-country-translation](https://github.com/onomojo/i18n-country-translations) for translations of country names