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 +4 -4
- data/CHANGELOG.md +211 -164
- data/README.md +1 -1
- data/rails/locale/cnr.yml +248 -0
- data/rails/locale/de-AT.yml +1 -0
- data/rails/locale/de-CH.yml +1 -0
- data/rails/locale/de-DE.yml +1 -0
- data/rails/locale/de.yml +1 -0
- data/rails/locale/en.yml +1 -0
- data/rails/locale/eu.yml +8 -8
- data/rails/locale/hr.yml +25 -5
- data/rails/locale/hy.yml +219 -0
- data/rails/locale/ja.yml +3 -0
- data/rails/locale/ml.yml +15 -5
- data/rails/locale/pt.yml +6 -3
- data/rails/locale/sr.yml +32 -12
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0bb9ed81d26586c80a6b11f73387b1596cbdc3a93c64045f7fe2f088cfd15e1
|
4
|
+
data.tar.gz: a4a5914f500ff7b1d6273b979cff5741cdcf378a48cd2889b5503ad252a14fe4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
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
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
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
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
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
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
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
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
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
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
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
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
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
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
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
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
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
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
-
|
620
|
-
|
621
|
-
|
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
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
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
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
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'
|
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/
|
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
|