rails-i18n 8.0.1 → 8.1.0

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: d2459b1e777f151a6d1dfb7565f45604fc730c518f5e700fc6a328755ade0f74
4
- data.tar.gz: 91b77c69aa1b543de0433d258565633ec08ce11bafa736cd3de774295d7aff73
3
+ metadata.gz: 34c8f52b31e8bbae397fad2fd597dea5f06cefbb296d0dd717cbad0272935892
4
+ data.tar.gz: 349e517755c82f8c8df3e49986d6e265ef6041110e5612346338019038908a5f
5
5
  SHA512:
6
- metadata.gz: c0104fd3167ab5282de30ff0ce95f651ee05c0923d9b555fb6fc9fba83d3a89aae2dd56bedba1600dfce13da5252638e20bf252217ff60166281f390a6379925
7
- data.tar.gz: 56180e14621ef59b9a61e82505749415a69d0c3a3d60bb8f70b508341a890366bfb458a957b36f4acc7e1cb9d350f85d6597700e6c98972434b41b95ff20dff1
6
+ metadata.gz: cbca241fefb2cb64ad7f7e9b74dac3c60312b10e978bffd516a8c34559c5d9a2ef50645095ba899bca5d31aa9c83979594365c2cced7d0704aea32adaf34ce74
7
+ data.tar.gz: 37e9af3026d499cd15237d954aeb48ae116adf5049005d51540d649dcc259e627104779a572fa0ec21ad48f444585a928f6fe7431029d3287cd0961b3360d791
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
- ## unreleased
1
+ ## Unreleased
2
2
 
3
+ ## 8.1.0 (2025-11-24)
4
+
5
+ - Update following locales:
6
+ - Korean (ko): Remove `%{attribute}` placeholder from error messages
7
+ - German (de): Add missing key (`errors.messages.in`)
8
+ - Italian (it): Add missing key (`errors.messages`, `errors.messages.password_too_long`, `number.currency.format.negative_format`, `number.format.round_mode`, `number.human.storage_units.units.zb`)
9
+ - Ukrainian (uk): Add missing key (`errors.messages.in`)
10
+ - Update to Rails 8.1.x
11
+
12
+ ## 8.0.2 (2025-08-16)
13
+
14
+ - Update following locales:
15
+ - Japanese (ja): Add missing key (`errors.messages.password_too_long`, `currency.format.negative_format`, `storage_units.units.zb`)
16
+ - German (de, de-DE, de-AT, de-CH): Add missing key (`password_too_long`)
17
+ - 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`)
18
+ - Serbian Cyrillic (sr): Fix date format, February typo, and RSD unit
19
+ - Basque (eu): Fixed week day abbreviations, fix percentage symbol position (`number.percentage.format`)
20
+ - Croatian (hr), Serbian Cyrillic (sr) and Serbian Latin (scr): Add proper plural forms to decimal units
21
+ - Add following locales:
22
+ - Montenegrin (cnr)
23
+ - Armenian (hy)
3
24
 
4
25
  ## 8.0.1 (2024-11-10)
5
26
 
@@ -291,14 +312,15 @@
291
312
  ## 5.1.3 (2019-01-28)
292
313
 
293
314
  - Update following locales:
294
- - Spanish (es-*)
295
- - English (en-*)
315
+ - Spanish (es-\*)
316
+ - English (en-\*)
296
317
  - Hungarian (hu)
297
318
  - Hebrew (he)
298
319
  - Cyrillic Serbian (sr)
299
320
  - Farsi/Persian (fa)
300
321
 
301
322
  ## 5.1.2 (2018-10-29)
323
+
302
324
  - Add Telugu (te) locale
303
325
  - Update following locales:
304
326
  - Azerbaijani (az)
@@ -307,14 +329,14 @@
307
329
  - Danish (da)
308
330
  - English (en)
309
331
  - Spanish (es)
310
- - French (fr-*)
332
+ - French (fr-\*)
311
333
  - Japanese (ja)
312
334
  - Georgian (ka)
313
335
  - Korean (ko)
314
336
  - Lao (lo)
315
337
  - Occitan (oc)
316
338
  - Polish (pl)
317
- - Portuguese (pt-*)
339
+ - Portuguese (pt-\*)
318
340
  - Russian (ru)
319
341
  - Slovak (sk)
320
342
  - Ukrainian (uk)
@@ -323,9 +345,11 @@
323
345
  - Remove :fil inflector (#771)
324
346
 
325
347
  ## 5.1.1 (2018-02-26)
348
+
326
349
  - Fix #767 (New Chinese pluralization rules break stuff)
327
350
 
328
351
  ## 5.1.0 (2018-02-14)
352
+
329
353
  - Add following locales:
330
354
  - Spanish (Nicaragua) (es-NI)
331
355
  - Occitan (oc)
@@ -333,7 +357,7 @@
333
357
  - Azerbaijani (az)
334
358
  - Danish (da)
335
359
  - German (de)
336
- - Chinese (zh-*)
360
+ - Chinese (zh-\*)
337
361
  - Vietnamese (vi)
338
362
  - Turkish (tr)
339
363
  - Portuguese (pt)
@@ -344,6 +368,7 @@
344
368
  - Bump gem dependencies to include i18n 1.0
345
369
 
346
370
  ## 5.0.4 (2017-05-06)
371
+
347
372
  - Add following locales:
348
373
  - Cypriot Greek (el-CY)
349
374
  - Cypriot English (en-CY)
@@ -357,6 +382,7 @@
357
382
  - Spanish (es)
358
383
 
359
384
  ## 5.0.3 (2017-02-10)
385
+
360
386
  - Update following locales:
361
387
  - Portuguese (pt, pt-BR)
362
388
  - Spanish locales (ES-\*)
@@ -367,6 +393,7 @@
367
393
  - Ukrainian (uk)
368
394
 
369
395
  ## 5.0.2 (2016-12-29)
396
+
370
397
  - Add following locales:
371
398
  - Georgian (ka)
372
399
  - Update following locales:
@@ -384,6 +411,7 @@
384
411
  - Fix precision for human format on eo, es-PE, fr-CA, fr-CH, fr-FR, fr, pt-BR and tr
385
412
 
386
413
  ## 5.0.1 (2016-09-22)
414
+
387
415
  - Update following locales:
388
416
  - Afrikaans (af)
389
417
  - Bosnian (bs)
@@ -397,6 +425,7 @@
397
425
  - Traditional Chinese (zh-TW)
398
426
 
399
427
  ## 5.0.0 (2016-07-05)
428
+
400
429
  - Change the structure of translation files for Rails 5
401
430
  - Update Spanish locales (ES-\*)
402
431
  - Update Brazilian Portuguese (pt-BR)
@@ -422,6 +451,7 @@
422
451
  - Update Hebrew (he)
423
452
 
424
453
  ## 4.0.9 (2016-07-05)
454
+
425
455
  - Update Bosnian (bs)
426
456
  - Update Arabic (ar)
427
457
  - Update Panjabi (pa)
@@ -431,15 +461,18 @@
431
461
  - Add Albanian (sq)
432
462
 
433
463
  ## 4.0.8 (2015-12-24)
464
+
434
465
  - Add Panjabi (pa)
435
466
  - Update Russian (ru)
436
467
 
437
468
  ## 4.0.7 (2015-11-20)
469
+
438
470
  - Update Khmer (km)
439
471
  - Update Greek (el)
440
472
  - Update German (de)
441
473
 
442
474
  ## 4.0.6 (2015-10-23)
475
+
443
476
  - Depend on i18n (~> 0.7)
444
477
  - Update Indonesian (id)
445
478
  - Update German (de)
@@ -449,6 +482,7 @@
449
482
  - Update Dutch (nl)
450
483
 
451
484
  ## 4.0.5 (2015-09-06)
485
+
452
486
  - Update Portuguese (pt)
453
487
  - Update Korean (ko)
454
488
  - Update Dutch (nl)
@@ -469,187 +503,200 @@
469
503
  - Update Greek (el)
470
504
 
471
505
  ## 4.0.4 (2015-02-27)
472
- - Complete Brazilian Portuguese translation (pt-BR)
473
- - Fix east slavic pluralization and transliteration rules
474
- - Update Polish (pl)
475
- - Change confirmation error message for es-* locales
476
- - Update Swedish (sv)
477
- - Update French (fr)
478
- - Update Dutch (nl)
479
- - Update Swiss German (de-CH)
480
- - Update German (de, de-AT)
481
- - Update Turkish (tr)
482
- - Update Lithuanian (lt)
483
- - Update Urdu (ur)
484
- - Update Chinese (zh-CN, zh-HK, zh-TW, zh-YUE)
485
- - Update Khmer (km)
486
- - Update Italian (it)
487
- - Add Belarusian (be)
488
- - Add Tatar (tt)
489
- - Update Croatian (hr)
506
+
507
+ - Complete Brazilian Portuguese translation (pt-BR)
508
+ - Fix east slavic pluralization and transliteration rules
509
+ - Update Polish (pl)
510
+ - Change confirmation error message for es-\* locales
511
+ - Update Swedish (sv)
512
+ - Update French (fr)
513
+ - Update Dutch (nl)
514
+ - Update Swiss German (de-CH)
515
+ - Update German (de, de-AT)
516
+ - Update Turkish (tr)
517
+ - Update Lithuanian (lt)
518
+ - Update Urdu (ur)
519
+ - Update Chinese (zh-CN, zh-HK, zh-TW, zh-YUE)
520
+ - Update Khmer (km)
521
+ - Update Italian (it)
522
+ - Add Belarusian (be)
523
+ - Add Tatar (tt)
524
+ - Update Croatian (hr)
490
525
 
491
526
  ## 4.0.3 (2014-09-04)
492
- - Remove activemodel and activerecord namespaces
493
- - Update Hebrew translation (he)
494
- - Add Tamil (ta)
495
- - Update Ukrainian (uk)
496
- - Update Italian (it)
497
- - Update Dutch (nl)
498
- - Add es-US locale
499
- - Update Korean (ko)
500
- - Update Norwegian bokmål (nb)
501
- - Update Norwegian (nn)
502
- - Update Czech (cs)
503
- - Update Indonesian (id)
504
- - Update Chinese Simplified (zh-CN)
505
- - Complete Russian (ru)
506
- - Update Arabic (ar)
507
- - Update Turkish (tr)
508
- - Update Vietnamese (vi)
509
- - Update French (fr, fr-CA, fr-CH)
510
- - Update Croatian (hr)
511
- - Update Icelandic (is)
512
- - Update English (en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ)
513
- - Update Wolof (wo)
514
- - Update Spanish/Mexico (es-MX)
515
- - Update German (de)
516
- - Update Latvian (lv)
517
- - Update Khmer (km)
518
- - Update Polish (po)
527
+
528
+ - Remove activemodel and activerecord namespaces
529
+ - Update Hebrew translation (he)
530
+ - Add Tamil (ta)
531
+ - Update Ukrainian (uk)
532
+ - Update Italian (it)
533
+ - Update Dutch (nl)
534
+ - Add es-US locale
535
+ - Update Korean (ko)
536
+ - Update Norwegian bokmål (nb)
537
+ - Update Norwegian (nn)
538
+ - Update Czech (cs)
539
+ - Update Indonesian (id)
540
+ - Update Chinese Simplified (zh-CN)
541
+ - Complete Russian (ru)
542
+ - Update Arabic (ar)
543
+ - Update Turkish (tr)
544
+ - Update Vietnamese (vi)
545
+ - Update French (fr, fr-CA, fr-CH)
546
+ - Update Croatian (hr)
547
+ - Update Icelandic (is)
548
+ - Update English (en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ)
549
+ - Update Wolof (wo)
550
+ - Update Spanish/Mexico (es-MX)
551
+ - Update German (de)
552
+ - Update Latvian (lv)
553
+ - Update Khmer (km)
554
+ - Update Polish (po)
519
555
 
520
556
  ## 4.0.2 (2014-03-23)
521
- - Complete French translation (fr)
522
- - Make East Slavic pluralization faster
523
- - Update Upper Sorbian translation (dsb)
524
- - Add new locale Spanish for Ecuador (es-EC)
525
- - Update German translation for Switzerland (de-CH)
526
- - Update Hebrew translation (he)
527
- - Change currency for Latvian (lv)
528
- - Use two letter week day abbreviations for Dutch (nl)
529
- - Update Arabic translation (ar)
530
- - Update Hungarian translation (hu)
531
- - Change currency for Ireland (en-IE)
532
- - Update Ukrainian translation (uk)
533
- - Add Papiamento/Curaçao translation (pap-CW)
534
- - Add Cantonese translation (zh-YUE)
535
- - Update Portugese translation for Brazil (pt-BR)
536
- - Update Tagalog translation (tl)
537
- - Update English translation for India (en-IN)
538
- - Update Lithuanian translation (lt)
539
- - Update date formats for Finnish (fi)
557
+
558
+ - Complete French translation (fr)
559
+ - Make East Slavic pluralization faster
560
+ - Update Upper Sorbian translation (dsb)
561
+ - Add new locale Spanish for Ecuador (es-EC)
562
+ - Update German translation for Switzerland (de-CH)
563
+ - Update Hebrew translation (he)
564
+ - Change currency for Latvian (lv)
565
+ - Use two letter week day abbreviations for Dutch (nl)
566
+ - Update Arabic translation (ar)
567
+ - Update Hungarian translation (hu)
568
+ - Change currency for Ireland (en-IE)
569
+ - Update Ukrainian translation (uk)
570
+ - Add Papiamento/Curaçao translation (pap-CW)
571
+ - Add Cantonese translation (zh-YUE)
572
+ - Update Portugese translation for Brazil (pt-BR)
573
+ - Update Tagalog translation (tl)
574
+ - Update English translation for India (en-IN)
575
+ - Update Lithuanian translation (lt)
576
+ - Update date formats for Finnish (fi)
540
577
 
541
578
  ## 4.0.1 (2013-12-19)
542
- - Fix typos, formats and delimiters for Swiss-German (iso-639-2/gsw-CH)
543
- - Add missing keys to Dutch (nl)
544
- - Fix translations for Lithuanian (lt)
545
- - Add Spanish/Panama (es-PA)
546
- - Add Urdu (ur)
547
- - Remove whitespace between attribute and message in Chinese (zh-CN)
548
- - Support Rails 4.1.0.beta1
579
+
580
+ - Fix typos, formats and delimiters for Swiss-German (iso-639-2/gsw-CH)
581
+ - Add missing keys to Dutch (nl)
582
+ - Fix translations for Lithuanian (lt)
583
+ - Add Spanish/Panama (es-PA)
584
+ - Add Urdu (ur)
585
+ - Remove whitespace between attribute and message in Chinese (zh-CN)
586
+ - Support Rails 4.1.0.beta1
549
587
 
550
588
  ## 4.0.0 (2013-10-05)
551
- - Fix values of 'restrict_dependent_destroy' key for many languages
552
- - Fix currency separator and delimiters for es-AR, fi, ro and sv
553
- - Fix 'errors.messages.too_(long|short)' for German (de)
554
- - Add transliteration rules for German (de)
555
- - Add missing keys to Chinese/Hong Kong (zh-HK)
556
- - Add English/Ireland (en-IE)
557
- - Add missing keys to Icelandic (is)
558
- - Add missing keys to Danish (da)
559
- - Fix a grammar error for Bulgarian (bg)
560
- - Order keys of French (fr) locale alphabetically
561
- - Singularize Millionen, Billionen for German/Switzerland (de-CH)
562
- - Fix date format for Italian (it)
563
- - Add transliteration rules for French (fr)
564
- - Add Spanish/Costa Rica (es-CR)
565
- - Remove trailing spaces for many languages
566
- - Fix abbr_month_names and month_names for Catalan (ca)
567
- - Reintroduce English/US (en-US)
568
- - Add transliteration rules for Romanian (ro)
569
- - Fix abbr_day_names and abbr_month_names for French (fr)
570
- - Fix 'storage_units.units.byte' key for Chinese/Taiwan (zh-TW)
571
- - Use 12-hour clock for :en-US and :en-CA
572
- - Fix 'date.formats.default' key in en-US locale
573
- - Fix some translations for Chinese/Hong Kong (zh-HK)
574
- - Fix translations for less_than_x_{minutes,seconds} for Japanese (ja)
575
- - Fix 'errors.messages.confirmation' key for Russian (ru)
576
- - Fix 'datetime.distance_in_words' keys for Hungarian (hu)
577
- - Fix the currency unit for Polish (pl)
578
- - Fix the currency unit for French/Switzerland (fr-CH)
589
+
590
+ - Fix values of 'restrict_dependent_destroy' key for many languages
591
+ - Fix currency separator and delimiters for es-AR, fi, ro and sv
592
+ - Fix 'errors.messages.too\_(long|short)' for German (de)
593
+ - Add transliteration rules for German (de)
594
+ - Add missing keys to Chinese/Hong Kong (zh-HK)
595
+ - Add English/Ireland (en-IE)
596
+ - Add missing keys to Icelandic (is)
597
+ - Add missing keys to Danish (da)
598
+ - Fix a grammar error for Bulgarian (bg)
599
+ - Order keys of French (fr) locale alphabetically
600
+ - Singularize Millionen, Billionen for German/Switzerland (de-CH)
601
+ - Fix date format for Italian (it)
602
+ - Add transliteration rules for French (fr)
603
+ - Add Spanish/Costa Rica (es-CR)
604
+ - Remove trailing spaces for many languages
605
+ - Fix abbr_month_names and month_names for Catalan (ca)
606
+ - Reintroduce English/US (en-US)
607
+ - Add transliteration rules for Romanian (ro)
608
+ - Fix abbr_day_names and abbr_month_names for French (fr)
609
+ - Fix 'storage_units.units.byte' key for Chinese/Taiwan (zh-TW)
610
+ - Use 12-hour clock for :en-US and :en-CA
611
+ - Fix 'date.formats.default' key in en-US locale
612
+ - Fix some translations for Chinese/Hong Kong (zh-HK)
613
+ - Fix translations for less*than_x*{minutes,seconds} for Japanese (ja)
614
+ - Fix 'errors.messages.confirmation' key for Russian (ru)
615
+ - Fix 'datetime.distance_in_words' keys for Hungarian (hu)
616
+ - Fix the currency unit for Polish (pl)
617
+ - Fix the currency unit for French/Switzerland (fr-CH)
579
618
 
580
619
  ## 0.7.4 (2013-07-04)
581
- - Add Oriya/Odiya language (or)
582
- - Revert several translations for Spanish/Colombia (es-CO)
583
- - Add Swiss-German (iso-639-2/gsw-CH)
584
- - Add Chinese/Hong Kong (zh-HK)
585
- - Fix some translations for Mongolian (mn)
586
- - Fix some translations for Hebrew (he)
587
- - Fix date and time formats for English/Austraria (en-AU)
588
- - Add English/New Zealand (en-NZ)
589
- - Fix some translations for Finnish (fi)
590
- - Fix the case in x_seconds for Russian (ru)
591
- - Add :many pluralization value for Polish (pl)
592
- - Change the value of strip_insignificant_zeros to false for Norwegian (nb)
620
+
621
+ - Add Oriya/Odiya language (or)
622
+ - Revert several translations for Spanish/Colombia (es-CO)
623
+ - Add Swiss-German (iso-639-2/gsw-CH)
624
+ - Add Chinese/Hong Kong (zh-HK)
625
+ - Fix some translations for Mongolian (mn)
626
+ - Fix some translations for Hebrew (he)
627
+ - Fix date and time formats for English/Austraria (en-AU)
628
+ - Add English/New Zealand (en-NZ)
629
+ - Fix some translations for Finnish (fi)
630
+ - Fix the case in x_seconds for Russian (ru)
631
+ - Add :many pluralization value for Polish (pl)
632
+ - Change the value of strip_insignificant_zeros to false for Norwegian (nb)
593
633
 
594
634
  ## 0.7.3 (2013-03-19)
595
- - Fix number delimiter and separator for Italian (it)
596
- - Fix currency delimiter and separator for Romanian (ro)
597
- - Fix time formats for Portuguese/Brazil (pt-BR)
598
- - Fix several translations for Estonian (et)
599
- - Fix several translations for Spanish/Colombia (es-CO)
600
- - Fix the translation of half_a_minute for Tagalog (tl)
601
- - Fix separators for Russian (ru)
602
- - Add Afrikaans locale (af)
603
- - Fix some spelling mistakes for Catalan (ca)
604
- - Use secure Rubygems URL
605
- - Change capitalization rules for Italian (it)
606
- - Fix abbreviations, currency format, etc. for Greek (el)
607
- - Fix the translation of submit for Portuguese (pt)
635
+
636
+ - Fix number delimiter and separator for Italian (it)
637
+ - Fix currency delimiter and separator for Romanian (ro)
638
+ - Fix time formats for Portuguese/Brazil (pt-BR)
639
+ - Fix several translations for Estonian (et)
640
+ - Fix several translations for Spanish/Colombia (es-CO)
641
+ - Fix the translation of half_a_minute for Tagalog (tl)
642
+ - Fix separators for Russian (ru)
643
+ - Add Afrikaans locale (af)
644
+ - Fix some spelling mistakes for Catalan (ca)
645
+ - Use secure Rubygems URL
646
+ - Change capitalization rules for Italian (it)
647
+ - Fix abbreviations, currency format, etc. for Greek (el)
648
+ - Fix the translation of submit for Portuguese (pt)
608
649
 
609
650
  ## 0.7.2 (2012-12-28)
610
- - Remove spurious `mis` from Welsh month names
611
- - Add OneOther default pluralization rule and create corresponding locale pluralization files
612
- - Add pluralization files for locales with region
613
- - Update Persian (fa) translation
651
+
652
+ - Remove spurious `mis` from Welsh month names
653
+ - Add OneOther default pluralization rule and create corresponding locale pluralization files
654
+ - Add pluralization files for locales with region
655
+ - Update Persian (fa) translation
614
656
 
615
657
  ## 0.7.1 (2012-11-24)
616
- - Update Peruvian Spanish (es-PE) translation
617
- - Fix pluralization rules for OneTwoOther
618
- - Fix pluralization rules for Hungarian (hu)
619
- - Update Japanese (ja) translation
620
- - Fix and complete translations of Macedonian (mk), Cyrillic Serbian (sr) and Serbo-Croatian (scr)
658
+
659
+ - Update Peruvian Spanish (es-PE) translation
660
+ - Fix pluralization rules for OneTwoOther
661
+ - Fix pluralization rules for Hungarian (hu)
662
+ - Update Japanese (ja) translation
663
+ - Fix and complete translations of Macedonian (mk), Cyrillic Serbian (sr) and Serbo-Croatian (scr)
621
664
 
622
665
  ## 0.7.0 (2012-10-23)
623
- - Remove Swiss German (gsw-CH) as a duplicate of de-CH
624
- - Remove en-US
625
- - Remove region code from bn-IN, gl-ES, pt-PT and sv-SE
626
- - Move iso-639-2 locales into their own directory
627
- - Add pluralization rule for Upper Sorbian
628
- - Fix grammar mistakes on Bulgarian (bg) translation
629
- - Add Latin American Spanish (es-419) translation
666
+
667
+ - Remove Swiss German (gsw-CH) as a duplicate of de-CH
668
+ - Remove en-US
669
+ - Remove region code from bn-IN, gl-ES, pt-PT and sv-SE
670
+ - Move iso-639-2 locales into their own directory
671
+ - Add pluralization rule for Upper Sorbian
672
+ - Fix grammar mistakes on Bulgarian (bg) translation
673
+ - Add Latin American Spanish (es-419) translation
630
674
 
631
675
  ## 0.6.6 (2012-09-07)
632
- - added Uzbek (uz) translation
633
- - added Swiss Italian (it-CH) translation
634
- - fixed Swiss German (de-CH) translation
635
- - added Polish (pl) transliteration
636
- - fixed Greek (el) translation
637
- - added Nepali (ne) translation
638
- - fixed Argentina Spanish (es-AR) translation
676
+
677
+ - added Uzbek (uz) translation
678
+ - added Swiss Italian (it-CH) translation
679
+ - fixed Swiss German (de-CH) translation
680
+ - added Polish (pl) transliteration
681
+ - fixed Greek (el) translation
682
+ - added Nepali (ne) translation
683
+ - fixed Argentina Spanish (es-AR) translation
639
684
 
640
685
  ## 0.6.5 (2012-07-02)
641
- - fixed Icelandic translation
642
- - fixed Portuguese translation
643
- - completed Vietnamese translation and transliteration
644
- - added Canadian English
645
- - fixed Tagalog delimiter and separator
646
- - fixed Bosinian translation
647
- - fixed French translation
648
- - added Engish (en) translation
649
- - added Spanish (Venizuela) translation
650
- - complted Turkish translation
686
+
687
+ - fixed Icelandic translation
688
+ - fixed Portuguese translation
689
+ - completed Vietnamese translation and transliteration
690
+ - added Canadian English
691
+ - fixed Tagalog delimiter and separator
692
+ - fixed Bosinian translation
693
+ - fixed French translation
694
+ - added Engish (en) translation
695
+ - added Spanish (Venizuela) translation
696
+ - complted Turkish translation
651
697
 
652
698
  ## 0.6.4 (2012-05-17)
699
+
653
700
  - fixed Croatian translation and pluralization
654
701
  - added Wolof translation
655
702
  - fixed Hebrew pluralization
@@ -714,7 +761,7 @@
714
761
  ## 0.2.0 (2011-12-04)
715
762
 
716
763
  - moved :'activerecord.errors.messages.taken' to :'errors.messages.taken'
717
- - moved :'activerecord.errors.messages.record_invalid' to :'errors.messages.record_invalid'
764
+ - moved :'activerecord.errors.messages.record_invalid' to :'errors.messages.record_invalid'
718
765
  - moved Bulgarian (bg) transliterations into a new 'transliterations' folder
719
766
  - aliased :'activerecord.errors.template' to :'errors.template'
720
767
  - 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