rails-i18n 7.0.10 → 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 +4 -4
- data/CHANGELOG.md +227 -164
- 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 +2 -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/it.yml +5 -0
- data/rails/locale/ja.yml +3 -0
- data/rails/locale/ko.yml +26 -26
- data/rails/locale/ml.yml +15 -5
- data/rails/locale/pt.yml +6 -3
- data/rails/locale/sr.yml +32 -12
- data/rails/locale/uk.yml +1 -0
- 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: 34c8f52b31e8bbae397fad2fd597dea5f06cefbb296d0dd717cbad0272935892
|
|
4
|
+
data.tar.gz: 349e517755c82f8c8df3e49986d6e265ef6041110e5612346338019038908a5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbca241fefb2cb64ad7f7e9b74dac3c60312b10e978bffd516a8c34559c5d9a2ef50645095ba899bca5d31aa9c83979594365c2cced7d0704aea32adaf34ce74
|
|
7
|
+
data.tar.gz: 37e9af3026d499cd15237d954aeb48ae116adf5049005d51540d649dcc259e627104779a572fa0ec21ad48f444585a928f6fe7431029d3287cd0961b3360d791
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,41 @@
|
|
|
1
|
-
##
|
|
1
|
+
## Unreleased
|
|
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)
|
|
24
|
+
|
|
25
|
+
## 8.0.1 (2024-11-10)
|
|
26
|
+
|
|
27
|
+
- Update following locales:
|
|
28
|
+
- English (en): Add missing key (`password_too_long`)
|
|
29
|
+
- Portuguese (pt): Add missing keys (`password_too_long`, `negative_format`, and `zb`)
|
|
30
|
+
- Update Gemfile
|
|
31
|
+
|
|
32
|
+
## 8.0.0 (2024-11-10)
|
|
33
|
+
|
|
34
|
+
- Update to Rails 8.0.x
|
|
35
|
+
- Drop support for Ruby 3.0 and 3.1
|
|
36
|
+
|
|
37
|
+
## 7.0.10 (2024-10-28)
|
|
38
|
+
|
|
2
39
|
- Update following locales:
|
|
3
40
|
- Lithuanian (lt): Add missing keys (`x_years`, `in`, `model_invalid`, `required`, `round_mode`, `eb`, `pb`)
|
|
4
41
|
- Portuguese (pt): Fixed `number.currency.format.format` and `helpers.submit.update` #1122
|
|
@@ -275,14 +312,15 @@
|
|
|
275
312
|
## 5.1.3 (2019-01-28)
|
|
276
313
|
|
|
277
314
|
- Update following locales:
|
|
278
|
-
- Spanish (es
|
|
279
|
-
- English (en
|
|
315
|
+
- Spanish (es-\*)
|
|
316
|
+
- English (en-\*)
|
|
280
317
|
- Hungarian (hu)
|
|
281
318
|
- Hebrew (he)
|
|
282
319
|
- Cyrillic Serbian (sr)
|
|
283
320
|
- Farsi/Persian (fa)
|
|
284
321
|
|
|
285
322
|
## 5.1.2 (2018-10-29)
|
|
323
|
+
|
|
286
324
|
- Add Telugu (te) locale
|
|
287
325
|
- Update following locales:
|
|
288
326
|
- Azerbaijani (az)
|
|
@@ -291,14 +329,14 @@
|
|
|
291
329
|
- Danish (da)
|
|
292
330
|
- English (en)
|
|
293
331
|
- Spanish (es)
|
|
294
|
-
- French (fr
|
|
332
|
+
- French (fr-\*)
|
|
295
333
|
- Japanese (ja)
|
|
296
334
|
- Georgian (ka)
|
|
297
335
|
- Korean (ko)
|
|
298
336
|
- Lao (lo)
|
|
299
337
|
- Occitan (oc)
|
|
300
338
|
- Polish (pl)
|
|
301
|
-
- Portuguese (pt
|
|
339
|
+
- Portuguese (pt-\*)
|
|
302
340
|
- Russian (ru)
|
|
303
341
|
- Slovak (sk)
|
|
304
342
|
- Ukrainian (uk)
|
|
@@ -307,9 +345,11 @@
|
|
|
307
345
|
- Remove :fil inflector (#771)
|
|
308
346
|
|
|
309
347
|
## 5.1.1 (2018-02-26)
|
|
348
|
+
|
|
310
349
|
- Fix #767 (New Chinese pluralization rules break stuff)
|
|
311
350
|
|
|
312
351
|
## 5.1.0 (2018-02-14)
|
|
352
|
+
|
|
313
353
|
- Add following locales:
|
|
314
354
|
- Spanish (Nicaragua) (es-NI)
|
|
315
355
|
- Occitan (oc)
|
|
@@ -317,7 +357,7 @@
|
|
|
317
357
|
- Azerbaijani (az)
|
|
318
358
|
- Danish (da)
|
|
319
359
|
- German (de)
|
|
320
|
-
- Chinese (zh
|
|
360
|
+
- Chinese (zh-\*)
|
|
321
361
|
- Vietnamese (vi)
|
|
322
362
|
- Turkish (tr)
|
|
323
363
|
- Portuguese (pt)
|
|
@@ -328,6 +368,7 @@
|
|
|
328
368
|
- Bump gem dependencies to include i18n 1.0
|
|
329
369
|
|
|
330
370
|
## 5.0.4 (2017-05-06)
|
|
371
|
+
|
|
331
372
|
- Add following locales:
|
|
332
373
|
- Cypriot Greek (el-CY)
|
|
333
374
|
- Cypriot English (en-CY)
|
|
@@ -341,6 +382,7 @@
|
|
|
341
382
|
- Spanish (es)
|
|
342
383
|
|
|
343
384
|
## 5.0.3 (2017-02-10)
|
|
385
|
+
|
|
344
386
|
- Update following locales:
|
|
345
387
|
- Portuguese (pt, pt-BR)
|
|
346
388
|
- Spanish locales (ES-\*)
|
|
@@ -351,6 +393,7 @@
|
|
|
351
393
|
- Ukrainian (uk)
|
|
352
394
|
|
|
353
395
|
## 5.0.2 (2016-12-29)
|
|
396
|
+
|
|
354
397
|
- Add following locales:
|
|
355
398
|
- Georgian (ka)
|
|
356
399
|
- Update following locales:
|
|
@@ -368,6 +411,7 @@
|
|
|
368
411
|
- Fix precision for human format on eo, es-PE, fr-CA, fr-CH, fr-FR, fr, pt-BR and tr
|
|
369
412
|
|
|
370
413
|
## 5.0.1 (2016-09-22)
|
|
414
|
+
|
|
371
415
|
- Update following locales:
|
|
372
416
|
- Afrikaans (af)
|
|
373
417
|
- Bosnian (bs)
|
|
@@ -381,6 +425,7 @@
|
|
|
381
425
|
- Traditional Chinese (zh-TW)
|
|
382
426
|
|
|
383
427
|
## 5.0.0 (2016-07-05)
|
|
428
|
+
|
|
384
429
|
- Change the structure of translation files for Rails 5
|
|
385
430
|
- Update Spanish locales (ES-\*)
|
|
386
431
|
- Update Brazilian Portuguese (pt-BR)
|
|
@@ -406,6 +451,7 @@
|
|
|
406
451
|
- Update Hebrew (he)
|
|
407
452
|
|
|
408
453
|
## 4.0.9 (2016-07-05)
|
|
454
|
+
|
|
409
455
|
- Update Bosnian (bs)
|
|
410
456
|
- Update Arabic (ar)
|
|
411
457
|
- Update Panjabi (pa)
|
|
@@ -415,15 +461,18 @@
|
|
|
415
461
|
- Add Albanian (sq)
|
|
416
462
|
|
|
417
463
|
## 4.0.8 (2015-12-24)
|
|
464
|
+
|
|
418
465
|
- Add Panjabi (pa)
|
|
419
466
|
- Update Russian (ru)
|
|
420
467
|
|
|
421
468
|
## 4.0.7 (2015-11-20)
|
|
469
|
+
|
|
422
470
|
- Update Khmer (km)
|
|
423
471
|
- Update Greek (el)
|
|
424
472
|
- Update German (de)
|
|
425
473
|
|
|
426
474
|
## 4.0.6 (2015-10-23)
|
|
475
|
+
|
|
427
476
|
- Depend on i18n (~> 0.7)
|
|
428
477
|
- Update Indonesian (id)
|
|
429
478
|
- Update German (de)
|
|
@@ -433,6 +482,7 @@
|
|
|
433
482
|
- Update Dutch (nl)
|
|
434
483
|
|
|
435
484
|
## 4.0.5 (2015-09-06)
|
|
485
|
+
|
|
436
486
|
- Update Portuguese (pt)
|
|
437
487
|
- Update Korean (ko)
|
|
438
488
|
- Update Dutch (nl)
|
|
@@ -453,187 +503,200 @@
|
|
|
453
503
|
- Update Greek (el)
|
|
454
504
|
|
|
455
505
|
## 4.0.4 (2015-02-27)
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
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)
|
|
474
525
|
|
|
475
526
|
## 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
|
-
|
|
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)
|
|
503
555
|
|
|
504
556
|
## 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
|
-
|
|
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)
|
|
524
577
|
|
|
525
578
|
## 4.0.1 (2013-12-19)
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
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
|
|
533
587
|
|
|
534
588
|
## 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
|
-
|
|
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)
|
|
563
618
|
|
|
564
619
|
## 0.7.4 (2013-07-04)
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
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)
|
|
577
633
|
|
|
578
634
|
## 0.7.3 (2013-03-19)
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
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)
|
|
592
649
|
|
|
593
650
|
## 0.7.2 (2012-12-28)
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
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
|
|
598
656
|
|
|
599
657
|
## 0.7.1 (2012-11-24)
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
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)
|
|
605
664
|
|
|
606
665
|
## 0.7.0 (2012-10-23)
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
-
|
|
612
|
-
|
|
613
|
-
|
|
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
|
|
614
674
|
|
|
615
675
|
## 0.6.6 (2012-09-07)
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
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
|
|
623
684
|
|
|
624
685
|
## 0.6.5 (2012-07-02)
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
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
|
|
635
697
|
|
|
636
698
|
## 0.6.4 (2012-05-17)
|
|
699
|
+
|
|
637
700
|
- fixed Croatian translation and pluralization
|
|
638
701
|
- added Wolof translation
|
|
639
702
|
- fixed Hebrew pluralization
|
|
@@ -698,7 +761,7 @@
|
|
|
698
761
|
## 0.2.0 (2011-12-04)
|
|
699
762
|
|
|
700
763
|
- moved :'activerecord.errors.messages.taken' to :'errors.messages.taken'
|
|
701
|
-
- moved :'activerecord.errors.messages.record_invalid'
|
|
764
|
+
- moved :'activerecord.errors.messages.record_invalid' to :'errors.messages.record_invalid'
|
|
702
765
|
- moved Bulgarian (bg) transliterations into a new 'transliterations' folder
|
|
703
766
|
- aliased :'activerecord.errors.template' to :'errors.template'
|
|
704
767
|
- 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
|