rails-i18n 7.0.10 → 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 +218 -163
- data/README.md +5 -2
- 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 +9 -6
- 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 +12 -12
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,4 +1,33 @@
|
|
1
1
|
## unreleased
|
2
|
+
|
3
|
+
|
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)
|
25
|
+
|
26
|
+
- Update to Rails 8.0.x
|
27
|
+
- Drop support for Ruby 3.0 and 3.1
|
28
|
+
|
29
|
+
## 7.0.10 (2024-10-28)
|
30
|
+
|
2
31
|
- Update following locales:
|
3
32
|
- Lithuanian (lt): Add missing keys (`x_years`, `in`, `model_invalid`, `required`, `round_mode`, `eb`, `pb`)
|
4
33
|
- Portuguese (pt): Fixed `number.currency.format.format` and `helpers.submit.update` #1122
|
@@ -275,14 +304,15 @@
|
|
275
304
|
## 5.1.3 (2019-01-28)
|
276
305
|
|
277
306
|
- Update following locales:
|
278
|
-
- Spanish (es
|
279
|
-
- English (en
|
307
|
+
- Spanish (es-\*)
|
308
|
+
- English (en-\*)
|
280
309
|
- Hungarian (hu)
|
281
310
|
- Hebrew (he)
|
282
311
|
- Cyrillic Serbian (sr)
|
283
312
|
- Farsi/Persian (fa)
|
284
313
|
|
285
314
|
## 5.1.2 (2018-10-29)
|
315
|
+
|
286
316
|
- Add Telugu (te) locale
|
287
317
|
- Update following locales:
|
288
318
|
- Azerbaijani (az)
|
@@ -291,14 +321,14 @@
|
|
291
321
|
- Danish (da)
|
292
322
|
- English (en)
|
293
323
|
- Spanish (es)
|
294
|
-
- French (fr
|
324
|
+
- French (fr-\*)
|
295
325
|
- Japanese (ja)
|
296
326
|
- Georgian (ka)
|
297
327
|
- Korean (ko)
|
298
328
|
- Lao (lo)
|
299
329
|
- Occitan (oc)
|
300
330
|
- Polish (pl)
|
301
|
-
- Portuguese (pt
|
331
|
+
- Portuguese (pt-\*)
|
302
332
|
- Russian (ru)
|
303
333
|
- Slovak (sk)
|
304
334
|
- Ukrainian (uk)
|
@@ -307,9 +337,11 @@
|
|
307
337
|
- Remove :fil inflector (#771)
|
308
338
|
|
309
339
|
## 5.1.1 (2018-02-26)
|
340
|
+
|
310
341
|
- Fix #767 (New Chinese pluralization rules break stuff)
|
311
342
|
|
312
343
|
## 5.1.0 (2018-02-14)
|
344
|
+
|
313
345
|
- Add following locales:
|
314
346
|
- Spanish (Nicaragua) (es-NI)
|
315
347
|
- Occitan (oc)
|
@@ -317,7 +349,7 @@
|
|
317
349
|
- Azerbaijani (az)
|
318
350
|
- Danish (da)
|
319
351
|
- German (de)
|
320
|
-
- Chinese (zh
|
352
|
+
- Chinese (zh-\*)
|
321
353
|
- Vietnamese (vi)
|
322
354
|
- Turkish (tr)
|
323
355
|
- Portuguese (pt)
|
@@ -328,6 +360,7 @@
|
|
328
360
|
- Bump gem dependencies to include i18n 1.0
|
329
361
|
|
330
362
|
## 5.0.4 (2017-05-06)
|
363
|
+
|
331
364
|
- Add following locales:
|
332
365
|
- Cypriot Greek (el-CY)
|
333
366
|
- Cypriot English (en-CY)
|
@@ -341,6 +374,7 @@
|
|
341
374
|
- Spanish (es)
|
342
375
|
|
343
376
|
## 5.0.3 (2017-02-10)
|
377
|
+
|
344
378
|
- Update following locales:
|
345
379
|
- Portuguese (pt, pt-BR)
|
346
380
|
- Spanish locales (ES-\*)
|
@@ -351,6 +385,7 @@
|
|
351
385
|
- Ukrainian (uk)
|
352
386
|
|
353
387
|
## 5.0.2 (2016-12-29)
|
388
|
+
|
354
389
|
- Add following locales:
|
355
390
|
- Georgian (ka)
|
356
391
|
- Update following locales:
|
@@ -368,6 +403,7 @@
|
|
368
403
|
- Fix precision for human format on eo, es-PE, fr-CA, fr-CH, fr-FR, fr, pt-BR and tr
|
369
404
|
|
370
405
|
## 5.0.1 (2016-09-22)
|
406
|
+
|
371
407
|
- Update following locales:
|
372
408
|
- Afrikaans (af)
|
373
409
|
- Bosnian (bs)
|
@@ -381,6 +417,7 @@
|
|
381
417
|
- Traditional Chinese (zh-TW)
|
382
418
|
|
383
419
|
## 5.0.0 (2016-07-05)
|
420
|
+
|
384
421
|
- Change the structure of translation files for Rails 5
|
385
422
|
- Update Spanish locales (ES-\*)
|
386
423
|
- Update Brazilian Portuguese (pt-BR)
|
@@ -406,6 +443,7 @@
|
|
406
443
|
- Update Hebrew (he)
|
407
444
|
|
408
445
|
## 4.0.9 (2016-07-05)
|
446
|
+
|
409
447
|
- Update Bosnian (bs)
|
410
448
|
- Update Arabic (ar)
|
411
449
|
- Update Panjabi (pa)
|
@@ -415,15 +453,18 @@
|
|
415
453
|
- Add Albanian (sq)
|
416
454
|
|
417
455
|
## 4.0.8 (2015-12-24)
|
456
|
+
|
418
457
|
- Add Panjabi (pa)
|
419
458
|
- Update Russian (ru)
|
420
459
|
|
421
460
|
## 4.0.7 (2015-11-20)
|
461
|
+
|
422
462
|
- Update Khmer (km)
|
423
463
|
- Update Greek (el)
|
424
464
|
- Update German (de)
|
425
465
|
|
426
466
|
## 4.0.6 (2015-10-23)
|
467
|
+
|
427
468
|
- Depend on i18n (~> 0.7)
|
428
469
|
- Update Indonesian (id)
|
429
470
|
- Update German (de)
|
@@ -433,6 +474,7 @@
|
|
433
474
|
- Update Dutch (nl)
|
434
475
|
|
435
476
|
## 4.0.5 (2015-09-06)
|
477
|
+
|
436
478
|
- Update Portuguese (pt)
|
437
479
|
- Update Korean (ko)
|
438
480
|
- Update Dutch (nl)
|
@@ -453,187 +495,200 @@
|
|
453
495
|
- Update Greek (el)
|
454
496
|
|
455
497
|
## 4.0.4 (2015-02-27)
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
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)
|
474
517
|
|
475
518
|
## 4.0.3 (2014-09-04)
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
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)
|
503
547
|
|
504
548
|
## 4.0.2 (2014-03-23)
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
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)
|
524
569
|
|
525
570
|
## 4.0.1 (2013-12-19)
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
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
|
533
579
|
|
534
580
|
## 4.0.0 (2013-10-05)
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
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)
|
563
610
|
|
564
611
|
## 0.7.4 (2013-07-04)
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
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)
|
577
625
|
|
578
626
|
## 0.7.3 (2013-03-19)
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
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)
|
592
641
|
|
593
642
|
## 0.7.2 (2012-12-28)
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
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
|
598
648
|
|
599
649
|
## 0.7.1 (2012-11-24)
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
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)
|
605
656
|
|
606
657
|
## 0.7.0 (2012-10-23)
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
-
|
612
|
-
|
613
|
-
|
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
|
614
666
|
|
615
667
|
## 0.6.6 (2012-09-07)
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
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
|
623
676
|
|
624
677
|
## 0.6.5 (2012-07-02)
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
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
|
635
689
|
|
636
690
|
## 0.6.4 (2012-05-17)
|
691
|
+
|
637
692
|
- fixed Croatian translation and pluralization
|
638
693
|
- added Wolof translation
|
639
694
|
- fixed Hebrew pluralization
|
@@ -698,7 +753,7 @@
|
|
698
753
|
## 0.2.0 (2011-12-04)
|
699
754
|
|
700
755
|
- moved :'activerecord.errors.messages.taken' to :'errors.messages.taken'
|
701
|
-
- moved :'activerecord.errors.messages.record_invalid'
|
756
|
+
- moved :'activerecord.errors.messages.record_invalid' to :'errors.messages.record_invalid'
|
702
757
|
- moved Bulgarian (bg) transliterations into a new 'transliterations' folder
|
703
758
|
- aliased :'activerecord.errors.template' to :'errors.template'
|
704
759
|
- aliased :'activerecord.errors.messages' to :'errors.messages'
|
data/README.md
CHANGED
@@ -11,12 +11,14 @@ Centralization of locale data collection for Ruby on Rails.
|
|
11
11
|
Include the gem to your Gemfile:
|
12
12
|
|
13
13
|
``` ruby
|
14
|
+
gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'master' # For bleeding edge unreleased versions
|
15
|
+
gem 'rails-i18n', '~> 8.0.0' # For Rails >= 8.0.0
|
14
16
|
gem 'rails-i18n', '~> 7.0.0' # For Rails >= 7.0.0
|
15
17
|
gem 'rails-i18n', '~> 6.0' # For 6.x
|
16
18
|
gem 'rails-i18n', '~> 5.1' # For 5.0.x, 5.1.x and 5.2.x
|
17
19
|
gem 'rails-i18n', '~> 4.0' # For 4.0.x
|
18
20
|
gem 'rails-i18n', '~> 3.0' # For 3.x
|
19
|
-
gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: '
|
21
|
+
gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'rails-5-x' # For 5.x
|
20
22
|
gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'rails-4-x' # For 4.x
|
21
23
|
gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'rails-3-x' # For 3.x
|
22
24
|
```
|
@@ -24,6 +26,7 @@ gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'rails-3-x' # For 3.x
|
|
24
26
|
Alternatively, execute the following command:
|
25
27
|
|
26
28
|
``` shell
|
29
|
+
gem install rails-i18n -v '~> 8.0.0' # For Rails >= 8.0.0
|
27
30
|
gem install rails-i18n -v '~> 7.0.0' # For Rails >= 7.0.0
|
28
31
|
gem install rails-i18n -v '~> 6.0' # For 6.x
|
29
32
|
gem install rails-i18n -v '~> 5.1' # For For 5.0.x, 5.1.x and 5.2.x
|
@@ -251,7 +254,7 @@ docker run railsi18n bundle exec rake i18n-spec:completeness rails/locale/en.yml
|
|
251
254
|
|
252
255
|
## See also
|
253
256
|
|
254
|
-
* [devise-i18n](https://github.com/
|
257
|
+
* [devise-i18n](https://github.com/devise-i18n/devise-i18n)
|
255
258
|
* [will-paginate-i18n](https://github.com/tigrish/will-paginate-i18n)
|
256
259
|
* [kaminari-i18n](https://github.com/tigrish/kaminari-i18n)
|
257
260
|
* [i18n-country-translation](https://github.com/onomojo/i18n-country-translations) for translations of country names
|