rails-i18n 8.0.1 → 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 +202 -163
- 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/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/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,6 +1,19 @@
|
|
1
1
|
## unreleased
|
2
2
|
|
3
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
|
+
|
4
17
|
## 8.0.1 (2024-11-10)
|
5
18
|
|
6
19
|
- Update following locales:
|
@@ -291,14 +304,15 @@
|
|
291
304
|
## 5.1.3 (2019-01-28)
|
292
305
|
|
293
306
|
- Update following locales:
|
294
|
-
- Spanish (es
|
295
|
-
- English (en
|
307
|
+
- Spanish (es-\*)
|
308
|
+
- English (en-\*)
|
296
309
|
- Hungarian (hu)
|
297
310
|
- Hebrew (he)
|
298
311
|
- Cyrillic Serbian (sr)
|
299
312
|
- Farsi/Persian (fa)
|
300
313
|
|
301
314
|
## 5.1.2 (2018-10-29)
|
315
|
+
|
302
316
|
- Add Telugu (te) locale
|
303
317
|
- Update following locales:
|
304
318
|
- Azerbaijani (az)
|
@@ -307,14 +321,14 @@
|
|
307
321
|
- Danish (da)
|
308
322
|
- English (en)
|
309
323
|
- Spanish (es)
|
310
|
-
- French (fr
|
324
|
+
- French (fr-\*)
|
311
325
|
- Japanese (ja)
|
312
326
|
- Georgian (ka)
|
313
327
|
- Korean (ko)
|
314
328
|
- Lao (lo)
|
315
329
|
- Occitan (oc)
|
316
330
|
- Polish (pl)
|
317
|
-
- Portuguese (pt
|
331
|
+
- Portuguese (pt-\*)
|
318
332
|
- Russian (ru)
|
319
333
|
- Slovak (sk)
|
320
334
|
- Ukrainian (uk)
|
@@ -323,9 +337,11 @@
|
|
323
337
|
- Remove :fil inflector (#771)
|
324
338
|
|
325
339
|
## 5.1.1 (2018-02-26)
|
340
|
+
|
326
341
|
- Fix #767 (New Chinese pluralization rules break stuff)
|
327
342
|
|
328
343
|
## 5.1.0 (2018-02-14)
|
344
|
+
|
329
345
|
- Add following locales:
|
330
346
|
- Spanish (Nicaragua) (es-NI)
|
331
347
|
- Occitan (oc)
|
@@ -333,7 +349,7 @@
|
|
333
349
|
- Azerbaijani (az)
|
334
350
|
- Danish (da)
|
335
351
|
- German (de)
|
336
|
-
- Chinese (zh
|
352
|
+
- Chinese (zh-\*)
|
337
353
|
- Vietnamese (vi)
|
338
354
|
- Turkish (tr)
|
339
355
|
- Portuguese (pt)
|
@@ -344,6 +360,7 @@
|
|
344
360
|
- Bump gem dependencies to include i18n 1.0
|
345
361
|
|
346
362
|
## 5.0.4 (2017-05-06)
|
363
|
+
|
347
364
|
- Add following locales:
|
348
365
|
- Cypriot Greek (el-CY)
|
349
366
|
- Cypriot English (en-CY)
|
@@ -357,6 +374,7 @@
|
|
357
374
|
- Spanish (es)
|
358
375
|
|
359
376
|
## 5.0.3 (2017-02-10)
|
377
|
+
|
360
378
|
- Update following locales:
|
361
379
|
- Portuguese (pt, pt-BR)
|
362
380
|
- Spanish locales (ES-\*)
|
@@ -367,6 +385,7 @@
|
|
367
385
|
- Ukrainian (uk)
|
368
386
|
|
369
387
|
## 5.0.2 (2016-12-29)
|
388
|
+
|
370
389
|
- Add following locales:
|
371
390
|
- Georgian (ka)
|
372
391
|
- Update following locales:
|
@@ -384,6 +403,7 @@
|
|
384
403
|
- Fix precision for human format on eo, es-PE, fr-CA, fr-CH, fr-FR, fr, pt-BR and tr
|
385
404
|
|
386
405
|
## 5.0.1 (2016-09-22)
|
406
|
+
|
387
407
|
- Update following locales:
|
388
408
|
- Afrikaans (af)
|
389
409
|
- Bosnian (bs)
|
@@ -397,6 +417,7 @@
|
|
397
417
|
- Traditional Chinese (zh-TW)
|
398
418
|
|
399
419
|
## 5.0.0 (2016-07-05)
|
420
|
+
|
400
421
|
- Change the structure of translation files for Rails 5
|
401
422
|
- Update Spanish locales (ES-\*)
|
402
423
|
- Update Brazilian Portuguese (pt-BR)
|
@@ -422,6 +443,7 @@
|
|
422
443
|
- Update Hebrew (he)
|
423
444
|
|
424
445
|
## 4.0.9 (2016-07-05)
|
446
|
+
|
425
447
|
- Update Bosnian (bs)
|
426
448
|
- Update Arabic (ar)
|
427
449
|
- Update Panjabi (pa)
|
@@ -431,15 +453,18 @@
|
|
431
453
|
- Add Albanian (sq)
|
432
454
|
|
433
455
|
## 4.0.8 (2015-12-24)
|
456
|
+
|
434
457
|
- Add Panjabi (pa)
|
435
458
|
- Update Russian (ru)
|
436
459
|
|
437
460
|
## 4.0.7 (2015-11-20)
|
461
|
+
|
438
462
|
- Update Khmer (km)
|
439
463
|
- Update Greek (el)
|
440
464
|
- Update German (de)
|
441
465
|
|
442
466
|
## 4.0.6 (2015-10-23)
|
467
|
+
|
443
468
|
- Depend on i18n (~> 0.7)
|
444
469
|
- Update Indonesian (id)
|
445
470
|
- Update German (de)
|
@@ -449,6 +474,7 @@
|
|
449
474
|
- Update Dutch (nl)
|
450
475
|
|
451
476
|
## 4.0.5 (2015-09-06)
|
477
|
+
|
452
478
|
- Update Portuguese (pt)
|
453
479
|
- Update Korean (ko)
|
454
480
|
- Update Dutch (nl)
|
@@ -469,187 +495,200 @@
|
|
469
495
|
- Update Greek (el)
|
470
496
|
|
471
497
|
## 4.0.4 (2015-02-27)
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
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)
|
490
517
|
|
491
518
|
## 4.0.3 (2014-09-04)
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
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)
|
519
547
|
|
520
548
|
## 4.0.2 (2014-03-23)
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
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)
|
540
569
|
|
541
570
|
## 4.0.1 (2013-12-19)
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
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
|
549
579
|
|
550
580
|
## 4.0.0 (2013-10-05)
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
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)
|
579
610
|
|
580
611
|
## 0.7.4 (2013-07-04)
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
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)
|
593
625
|
|
594
626
|
## 0.7.3 (2013-03-19)
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
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)
|
608
641
|
|
609
642
|
## 0.7.2 (2012-12-28)
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
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
|
614
648
|
|
615
649
|
## 0.7.1 (2012-11-24)
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
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)
|
621
656
|
|
622
657
|
## 0.7.0 (2012-10-23)
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
-
|
628
|
-
|
629
|
-
|
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
|
630
666
|
|
631
667
|
## 0.6.6 (2012-09-07)
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
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
|
639
676
|
|
640
677
|
## 0.6.5 (2012-07-02)
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
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
|
651
689
|
|
652
690
|
## 0.6.4 (2012-05-17)
|
691
|
+
|
653
692
|
- fixed Croatian translation and pluralization
|
654
693
|
- added Wolof translation
|
655
694
|
- fixed Hebrew pluralization
|
@@ -714,7 +753,7 @@
|
|
714
753
|
## 0.2.0 (2011-12-04)
|
715
754
|
|
716
755
|
- moved :'activerecord.errors.messages.taken' to :'errors.messages.taken'
|
717
|
-
- moved :'activerecord.errors.messages.record_invalid'
|
756
|
+
- moved :'activerecord.errors.messages.record_invalid' to :'errors.messages.record_invalid'
|
718
757
|
- moved Bulgarian (bg) transliterations into a new 'transliterations' folder
|
719
758
|
- aliased :'activerecord.errors.template' to :'errors.template'
|
720
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
|