Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-rails-i18n for openSUSE:Factory checked in at 2022-08-06 22:07:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-rails-i18n (Old) and /work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rails-i18n" Sat Aug 6 22:07:47 2022 rev:32 rq:993514 version:7.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-rails-i18n/rubygem-rails-i18n.changes 2022-03-04 20:20:49.940684463 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new.1521/rubygem-rails-i18n.changes 2022-08-06 22:07:56.362618402 +0200 @@ -1,0 +2,13 @@ +Thu Aug 4 13:24:53 UTC 2022 - Stephan Kulow <co...@suse.com> + +updated to version 7.0.5 + see installed CHANGELOG.md + + - Remove eager loading of translations during boot phase (this is now done by Rails). + + ## 7.0.3 (2022-03-01) + + - Revert long date formats on default "en" locale #980 + + +------------------------------------------------------------------- Old: ---- rails-i18n-7.0.3.gem New: ---- rails-i18n-7.0.5.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rails-i18n.spec ++++++ --- /var/tmp/diff_new_pack.z4HgMk/_old 2022-08-06 22:07:57.630622088 +0200 +++ /var/tmp/diff_new_pack.z4HgMk/_new 2022-08-06 22:07:57.634622099 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-rails-i18n -Version: 7.0.3 +Version: 7.0.5 Release: 0 %define mod_name rails-i18n %define mod_full_name %{mod_name}-%{version} ++++++ rails-i18n-7.0.3.gem -> rails-i18n-7.0.5.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md --- old/CHANGELOG.md 2022-03-01 15:23:42.000000000 +0100 +++ new/CHANGELOG.md 2022-07-03 18:33:30.000000000 +0200 @@ -1,5 +1,11 @@ ## unreleased +- Remove eager loading of translations during boot phase (this is now done by Rails). + +## 7.0.3 (2022-03-01) + +- Revert long date formats on default "en" locale #980 + ## 7.0.2 (2022-02-12) - Fix long date format for many locales #939 #943 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/README.md new/README.md --- old/README.md 2022-03-01 15:23:42.000000000 +0100 +++ new/README.md 2022-07-03 18:33:30.000000000 +0200 @@ -2,7 +2,7 @@ ============================ [](http://badge.fury.io/rb/rails-i18n) -[](http://travis-ci.org/svenfuchs/rails-i18n) +[](https://github.com/svenfuchs/rails-i18n/actions/workflows/ci.yml) Centralization of locale data collection for Ruby on Rails. @@ -66,7 +66,7 @@ > af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, de-DE, el, > el-CY, > en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, en-CY, en-TT, > eo, es, > es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-ES, es-MX, es-NI, es-PA, > es-PE, es-US, es-VE, -> et, eu, fa, fi, fr, fr-CA, fr-CH, fr-FR, gl, he, hi, hi-IN, hr, hu, id, is, it, +> et, eu, fa, fi, fr, fr-CA, fr-CH, fr-FR, fy, gl, he, hi, hi-IN, hr, hu, id, is, it, > it-CH, ja, ka, km, kn, ko, lb, lo, lt, lv, mk, ml, mn, mr-IN, ms, nb, ne, > nl, nn, oc, or, > pa, pl, pt, pt-BR, rm, ro, ru, sk, sl, sq, sr, st, sw, ta, te, th, tl, tr, > tt, ug, > ur, uz, vi, wo, zh-CN, zh-HK, zh-TW, zh-YUE @@ -74,7 +74,7 @@ Complete locales: > af, da, de, de-AT, de-CH, de-DE, en-US, es, es-419, es-AR, es-CL, es-CO, > es-CR, es-EC, -> es-ES, es-MX, es-NI, es-PA, es-PE, es-US, es-VE, et, fa, fr, fr-CA, fr-CH, fr-FR, id, it, ja, ka, ml, nb, +> es-ES, es-MX, es-NI, es-PA, es-PE, es-US, es-VE, et, fa, fr, fr-CA, fr-CH, fr-FR, fy, id, it, ja, ka, ml, nb, > nl, nn, pt, pt-BR, sv, sv-SE, tr, zh-CN, zh-HK, zh-TW, zh-YUE, uk Currently, most locales are incomplete. Typically they lack the following keys: @@ -219,7 +219,6 @@ ``` docker run railsi18n bundle exec rake i18n-spec:completeness rails/locale/en.yml rails/locale/YOUR_NEW_LOCALE.yml - ``` ## See also Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/rails_i18n/common_pluralizations/east_slavic.rb new/lib/rails_i18n/common_pluralizations/east_slavic.rb --- old/lib/rails_i18n/common_pluralizations/east_slavic.rb 2022-03-01 15:23:42.000000000 +0100 +++ new/lib/rails_i18n/common_pluralizations/east_slavic.rb 2022-07-03 18:33:30.000000000 +0200 @@ -1,7 +1,7 @@ # Originally was implemented by Yaroslav Markin in "russian" gem # (http://github.com/yaroslav/russian) # -# Used for Belarusian, Bosnian, Croatian, Russian, Serbo-Croatian, Ukrainian. +# Used for Belarusian, Russian, Ukrainian. module RailsI18n module Pluralization diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/rails_i18n/common_pluralizations/one_few_other.rb new/lib/rails_i18n/common_pluralizations/one_few_other.rb --- old/lib/rails_i18n/common_pluralizations/one_few_other.rb 1970-01-01 01:00:00.000000000 +0100 +++ new/lib/rails_i18n/common_pluralizations/one_few_other.rb 2022-07-03 18:33:30.000000000 +0200 @@ -0,0 +1,38 @@ +module RailsI18n + module Pluralization + module OneFewOther + FROM_2_TO_4 = (2..4).to_a.freeze + FROM_12_TO_14 = (12..14).to_a.freeze + + def self.rule + lambda do |n| + n ||= 0 + frac = (n.to_d % 1) + + if frac.nonzero? + n = frac.to_s.split('.').last.to_i + end + + mod10 = n % 10 + mod100 = n % 100 + + if mod10 == 1 && mod100 != 11 + :one + elsif FROM_2_TO_4.include?(mod10) && !FROM_12_TO_14.include?(mod100) + :few + else + :other + end + end + end + + def self.with_locale(locale) + { locale => { + :i18n => { + :plural => { + :keys => [:one, :few, :other], + :rule => rule }}}} + end + end + end +end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/rails_i18n/common_pluralizations/serbian.rb new/lib/rails_i18n/common_pluralizations/serbian.rb --- old/lib/rails_i18n/common_pluralizations/serbian.rb 2022-03-01 15:23:42.000000000 +0100 +++ new/lib/rails_i18n/common_pluralizations/serbian.rb 1970-01-01 01:00:00.000000000 +0100 @@ -1,32 +0,0 @@ -module RailsI18n - module Pluralization - module Serbian - FROM_2_TO_4 = (2..4).to_a.freeze - FROM_12_TO_14 = (12..14).to_a.freeze - - def self.rule - lambda do |n| - n ||= 0 - mod10 = n % 10 - mod100 = n % 100 - - if mod10 == 1 && mod100 != 11 - :one - elsif FROM_2_TO_4.include?(mod10) && !FROM_12_TO_14.include?(mod100) - :few - else - :other - end - end - end - - def self.with_locale(locale) - { locale => { - :i18n => { - :plural => { - :keys => [:one, :few, :other], - :rule => rule }}}} - end - end - end -end \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/rails_i18n/railtie.rb new/lib/rails_i18n/railtie.rb --- old/lib/rails_i18n/railtie.rb 2022-03-01 15:23:42.000000000 +0100 +++ new/lib/rails_i18n/railtie.rb 2022-07-03 18:33:30.000000000 +0200 @@ -3,8 +3,6 @@ module RailsI18n class Railtie < ::Rails::Railtie #:nodoc: initializer 'rails-i18n' do |app| - app.config.eager_load_namespaces << ::I18n if ::I18n.respond_to?(:eager_load!) - RailsI18n::Railtie.instance_eval do pattern = pattern_from app.config.i18n.available_locales diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2022-03-01 15:23:42.000000000 +0100 +++ new/metadata 2022-07-03 18:33:30.000000000 +0200 @@ -1,14 +1,14 @@ --- !ruby/object:Gem::Specification name: rails-i18n version: !ruby/object:Gem::Version - version: 7.0.3 + version: 7.0.5 platform: ruby authors: - Rails I18n Group autorequire: bindir: bin cert_chain: [] -date: 2022-03-01 00:00:00.000000000 Z +date: 2022-07-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: i18n @@ -105,13 +105,13 @@ - lib/rails-i18n.rb - lib/rails_i18n.rb - lib/rails_i18n/common_pluralizations/east_slavic.rb +- lib/rails_i18n/common_pluralizations/one_few_other.rb - lib/rails_i18n/common_pluralizations/one_other.rb - lib/rails_i18n/common_pluralizations/one_two_other.rb - lib/rails_i18n/common_pluralizations/one_upto_two_other.rb - lib/rails_i18n/common_pluralizations/one_with_zero_other.rb - lib/rails_i18n/common_pluralizations/other.rb - lib/rails_i18n/common_pluralizations/romanian.rb -- lib/rails_i18n/common_pluralizations/serbian.rb - lib/rails_i18n/common_pluralizations/west_slavic.rb - lib/rails_i18n/railtie.rb - rails/locale/af.yml @@ -165,6 +165,7 @@ - rails/locale/fr-CH.yml - rails/locale/fr-FR.yml - rails/locale/fr.yml +- rails/locale/fy.yml - rails/locale/gl.yml - rails/locale/he.yml - rails/locale/hi-IN.yml @@ -177,6 +178,7 @@ - rails/locale/it.yml - rails/locale/ja.yml - rails/locale/ka.yml +- rails/locale/kk.yml - rails/locale/km.yml - rails/locale/kn.yml - rails/locale/ko.yml @@ -286,6 +288,7 @@ - rails/pluralization/fr-CH.rb - rails/pluralization/fr-FR.rb - rails/pluralization/fr.rb +- rails/pluralization/fy.rb - rails/pluralization/ga.rb - rails/pluralization/gd.rb - rails/pluralization/gl.rb @@ -310,6 +313,7 @@ - rails/pluralization/kab.rb - rails/pluralization/kde.rb - rails/pluralization/kea.rb +- rails/pluralization/kk.rb - rails/pluralization/km.rb - rails/pluralization/kn.rb - rails/pluralization/ko.rb diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/locale/ar.yml new/rails/locale/ar.yml --- old/rails/locale/ar.yml 2022-03-01 15:23:42.000000000 +0100 +++ new/rails/locale/ar.yml 2022-07-03 18:33:30.000000000 +0200 @@ -157,7 +157,7 @@ equal_to: ?????? ???? ?????????? ?????? %{attribute} %{count} even: ?????? ???? ???????? ?????? %{attribute} ???????????? exclusion: ?????? %{attribute} ?????????? - greater_than: ???????? ???? ???????? ?????? %{attribute} ???????? ???? %{count} + greater_than: ?????? ???? ???????? ?????? %{attribute} ???????? ???? %{count} greater_than_or_equal_to: ?????? ???? ???????? ?????? %{attribute} ???????? ???? ?????????? %{count} inclusion: "%{attribute} ?????? ???????? ???? ??????????????" invalid: ?????????? %{attribute} ?????? ???????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/locale/fr-CH.yml new/rails/locale/fr-CH.yml --- old/rails/locale/fr-CH.yml 2022-03-01 15:23:42.000000000 +0100 +++ new/rails/locale/fr-CH.yml 2022-07-03 18:33:30.000000000 +0200 @@ -42,8 +42,8 @@ - samedi formats: default: "%d.%m.%Y" - long: "%e %B %Y" - short: "%e %b" + long: "%-d %B %Y" + short: "%-d %b" month_names: - - janvier diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/locale/fr-FR.yml new/rails/locale/fr-FR.yml --- old/rails/locale/fr-FR.yml 2022-03-01 15:23:42.000000000 +0100 +++ new/rails/locale/fr-FR.yml 2022-07-03 18:33:30.000000000 +0200 @@ -42,8 +42,8 @@ - samedi formats: default: "%d/%m/%Y" - long: "%e %B %Y" - short: "%e %b" + long: "%-d %B %Y" + short: "%-d %b" month_names: - - janvier diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/locale/fr.yml new/rails/locale/fr.yml --- old/rails/locale/fr.yml 2022-03-01 15:23:42.000000000 +0100 +++ new/rails/locale/fr.yml 2022-07-03 18:33:30.000000000 +0200 @@ -42,8 +42,8 @@ - samedi formats: default: "%d/%m/%Y" - long: "%e %B %Y" - short: "%e %b" + long: "%-d %B %Y" + short: "%-d %b" month_names: - - janvier @@ -75,19 +75,19 @@ other: environ %{count} ans almost_x_years: one: presqu'un an - other: presque %{count}??ans + other: presque %{count} ans half_a_minute: une demi???minute less_than_x_seconds: zero: moins d'une seconde one: moins d'une seconde - other: moins de %{count}??secondes + other: moins de %{count} secondes less_than_x_minutes: zero: moins d'une minute one: moins d'une minute - other: moins de %{count}??minutes + other: moins de %{count} minutes over_x_years: - one: plus d'un??an - other: plus de %{count}??ans + one: plus d'un an + other: plus de %{count} ans x_seconds: one: 1 seconde other: "%{count} secondes" @@ -120,13 +120,13 @@ equal_to: doit ??tre ??gal ?? %{count} even: doit ??tre pair exclusion: n'est pas disponible - greater_than: doit ??tre sup??rieur ????%{count} - greater_than_or_equal_to: doit ??tre sup??rieur ou ??gal ????%{count} + greater_than: doit ??tre sup??rieur ?? %{count} + greater_than_or_equal_to: doit ??tre sup??rieur ou ??gal ?? %{count} inclusion: n'est pas inclus(e) dans la liste invalid: n'est pas valide - less_than: doit ??tre inf??rieur ????%{count} - less_than_or_equal_to: doit ??tre inf??rieur ou ??gal ????%{count} - model_invalid: 'Validation ??chou??e??: %{errors}' + less_than: doit ??tre inf??rieur ?? %{count} + less_than_or_equal_to: doit ??tre inf??rieur ou ??gal ?? %{count} + model_invalid: 'Validation ??chou??e : %{errors}' not_a_number: n'est pas un nombre not_an_integer: doit ??tre un nombre entier odd: doit ??tre impair @@ -136,7 +136,7 @@ taken: est d??j?? utilis??(e) too_long: one: est trop long (pas plus d'un caract??re) - other: est trop long (pas plus de %{count}??caract??res) + other: est trop long (pas plus de %{count} caract??res) too_short: one: est trop court (au moins un caract??re) other: est trop court (au moins %{count} caract??res) @@ -146,8 +146,8 @@ template: body: 'Veuillez v??rifier les champs suivants : ' header: - one: 'Impossible d''enregistrer ce(tte) %{model}??: 1??erreur' - other: 'Impossible d''enregistrer ce(tte) %{model}??: %{count}??erreurs' + one: 'Impossible d''enregistrer ce(tte) %{model} : 1 erreur' + other: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreurs' helpers: select: prompt: Veuillez s??lectionner diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/locale/fy.yml new/rails/locale/fy.yml --- old/rails/locale/fy.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/rails/locale/fy.yml 2022-07-03 18:33:30.000000000 +0200 @@ -0,0 +1,215 @@ +--- +fy: + activerecord: + errors: + messages: + record_invalid: 'Falidaasje mislearre: %{errors}' + restrict_dependent_destroy: + has_one: Kin de registraasje net wiskje om't der in %{record} ??fhinklik is + has_many: Kin de registraasje net wiskje om't der %{record} ??fhinklik binne + date: + abbr_day_names: + - si + - mo + - ti + - wo + - to + - fr + - so + abbr_month_names: + - + - jan + - feb + - mrt + - apr + - mai + - jun + - jul + - aug + - sep + - okt + - nov + - des + day_names: + - snein + - moandei + - tiisdei + - woansdei + - tongersdei + - freed + - sneon + formats: + default: "%d-%m-%Y" + long: "%e %B %Y" + short: "%e %b" + month_names: + - + - jannewaris + - febrewaris + - maart + - april + - maaie + - juny + - july + - augustus + - septimber + - oktober + - novimber + - desimber + order: + - :day + - :month + - :year + datetime: + distance_in_words: + about_x_hours: + one: likern??ch 1 oere + other: likern??ch %{count} oeren + about_x_months: + one: likern??ch 1 moanne + other: likern??ch %{count} moannen + about_x_years: + one: likern??ch 1 jier + other: likern??ch %{count} jier + almost_x_years: + one: hast 1 jier + other: hast %{count} jier + half_a_minute: in heale min??t + less_than_x_seconds: + one: minder as 1 sekonde + other: minder as %{count} sekonden + less_than_x_minutes: + one: minder as in min??t + other: minder as %{count} minuten + over_x_years: + one: mear as 1 jier + other: mear as %{count} jier + x_seconds: + one: 1 sekonde + other: "%{count} sekonden" + x_minutes: + one: 1 min??t + other: "%{count} minuten" + x_days: + one: 1 dei + other: "%{count} dagen" + x_months: + one: 1 moanne + other: "%{count} moannen" + x_years: + one: 1 jier + other: "%{count} jier" + prompts: + second: sekonde + minute: min??t + hour: oere + day: dei + month: moanne + year: jier + errors: + format: "%{attribute} %{message}" + messages: + accepted: moat akseptearre wurde + blank: kin net blanko w??ze + confirmation: komt net oerien mei %{attribute} + empty: kin net leech w??ze + equal_to: moat lyk w??ze oan %{count} + even: moat even w??ze + exclusion: is reservearre + greater_than: moat grutter w??ze as %{count} + greater_than_or_equal_to: moat grutter w??ze as, of lyk oan %{count} + inclusion: stiet net yn 'e list + invalid: is ??njildich + less_than: moat lytser w??ze as %{count} + less_than_or_equal_to: moat lytser w??ze as, of lyk oan %{count} + model_invalid: 'Falidaasje mislearre: %{errors}' + not_a_number: is gjin getal + not_an_integer: moat in hiel getal w??ze + odd: moat ??neven w??ze + other_than: moat oars w??ze as %{count} + present: moat blanko w??ze + required: moat der w??ze + taken: is al ynnommen + too_long: + one: is te lang (maksimum is 1 teken) + other: is te lang (maksimum is %{count} tekens) + too_short: + one: is te koart (minimum is 1 teken) + other: is te koart (minimum is %{count} tekens) + wrong_length: + one: hat de ferkearde lingte (moat 1 teken w??ze) + other: hat de ferkearde lingte (moat %{count} tekens w??ze) + template: + body: 'Der binne problemen mei de neikommende fjilden:' + header: + one: 1 flater behinderet it f??stlizzen fan %{model} + other: "%{count} flaters behinderje it f??stlizzen fan %{model}" + helpers: + select: + prompt: Meitsje in kar + submit: + create: "%{model} oanmeitsje" + submit: "%{model} f??stlizze" + update: "%{model} bywurkje" + number: + currency: + format: + delimiter: "." + format: "%u %n" + precision: 2 + separator: "," + significant: false + strip_insignificant_zeros: false + unit: "???" + format: + delimiter: "." + precision: 3 + separator: "," + significant: false + strip_insignificant_zeros: false + human: + decimal_units: + format: "%n %u" + units: + billion: miljard + million: miljoen + quadrillion: biljard + thousand: t??zen + trillion: biljoen + unit: '' + format: + delimiter: '' + precision: 3 + significant: true + strip_insignificant_zeros: true + storage_units: + format: "%n %u" + units: + byte: + one: byte + other: bytes + eb: EB + gb: GB + kb: KB + mb: MB + pb: PB + tb: TB + percentage: + format: + delimiter: '' + format: "%n%" + precision: + format: + delimiter: '' + support: + array: + last_word_connector: " en " + two_words_connector: " en " + words_connector: ", " + time: + am: fm. + formats: + default: "%a %e %b %Y %H.%M:%S %z" + long: "%e %B %Y om %H.%M oere" + short: "%e %b, %H.%M o." + pm: nm. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/locale/kk.yml new/rails/locale/kk.yml --- old/rails/locale/kk.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/rails/locale/kk.yml 2022-07-03 18:33:30.000000000 +0200 @@ -0,0 +1,225 @@ +--- +kk: + activerecord: + errors: + messages: + record_invalid: '?????????????? ???????????? ????????????????: %{errors}' + restrict_dependent_destroy: + has_one: '?????????????? ?????? ???????????? ????????, ???????????????????? ??????: %{record}' + has_many: '?????????????? ?????? ???????????? ????????, ?????????????????????????? ??????: %{record}' + date: + abbr_day_names: + - ???? + - ???? + - ???? + - ???? + - ???? + - ???? + - ???? + abbr_month_names: + - + - ??????. + - ??????. + - ??????. + - ??????. + - ??????. + - ??????. + - ??????. + - ??????. + - ??????. + - ??????. + - ??????. + - ??????. + day_names: + - ???????????????? + - ???????????????? + - ???????????????? + - ???????????????? + - ???????????????? + - ???????? + - ?????????? + formats: + default: '%d.%m.%Y' + long: '%-d %B %Y' + short: '%-d %b' + month_names: + - + - ???????????? + - ?????????? + - ???????????? + - ?????????? + - ?????????? + - ???????????? + - ?????????? + - ?????????? + - ???????????????? + - ?????????? + - ???????????? + - ?????????????????? + order: + - :day + - :month + - :year + datetime: + distance_in_words: + about_x_hours: + one: ?????????????? %{count} ?????????? + other: ?????????????? %{count} ?????????? + about_x_months: + one: ?????????????? %{count} ???? + other: ?????????????? %{count} ???? + about_x_years: + one: ?????????????? %{count} ?????? + other: ?????????????? %{count} ?????? + almost_x_years: + one: '%{count} ?????????? ????????' + other: '%{count} ?????????? ????????' + half_a_minute: ?????????? ?????????? + less_than_x_seconds: + one: '%{count} ?????????????????? ????' + other: '%{count} ?????????????????? ????' + less_than_x_minutes: + one: '%{count} ???????????????? ????' + other: '%{count} ???????????????? ????' + over_x_years: + one: '%{count} ???????????? ??????????' + other: '%{count} ???????????? ??????????' + x_seconds: + one: '%{count} ????????????' + other: '%{count} ????????????' + x_minutes: + one: '%{count} ??????????' + other: '%{count} ??????????' + x_days: + one: '%{count} ??????' + other: '%{count} ??????' + x_months: + one: '%{count} ????' + other: '%{count} ????' + x_years: + one: '%{count} ??????' + other: '%{count} ??????' + prompts: + second: ???????????? + minute: ?????????? + hour: ?????????? + day: ?????? + month: ???? + year: ?????? + errors: + format: '%{attribute} %{message}' + messages: + accepted: ???????????????? ???????? + blank: ?????? ?????????? ???????????? ???????? + confirmation: '%{attribute} ???????????? ???????????? ????????????????' + empty: ?????? ?????????? ???????????? ???????? + equal_to: ?????? %{count} ?????? ?????????? ???? ?????????? ???????????? + even: ?????? ?????? ?????????? ???? ???????? ?????????? + exclusion: ?????????????????? ???????????? + greater_than: ???????? %{count} ?????????????? ???????????? ?????????? ?????????? + greater_than_or_equal_to: ???????? %{count} ?????????????? ???????????? ???????????? ?????? ?????????? ?????????? + inclusion: ???????????????? ???????????? + invalid: ???????? ???????????? + less_than: ???????? %{count} ?????????????? ?????? ?????????? ?????????? + less_than_or_equal_to: ???????? %{count} ?????????????? ?????? ???????????? ?????? ?????????? ?????????? + model_invalid: '?????????????? ???????????? ????????????????: %{errors}' + not_a_number: ?????? ???????? + not_an_integer: ?????????? ?????? ???????? + odd: ?????? ?????? ?????????? ???? ???????? ?????????? + other_than: '%{count} ?????????????? ???????????? ?????????? ????????' + present: ?????? ?????????? ???????? + required: ?????? ?????????? ???????????? ???????? + taken: ???????????????? ?????? + too_long: + one: ?????? ???????? (%{count} ???????????????? ??????????????????) + other: ?????? ???????? (%{count} ???????????????? ??????????????????) + too_short: + one: ?????? ?????????? (%{count} ???????????????? ?????? ???????????? ?????? ?????????? ????????) + other: ?????? ?????????? (%{count} ???????????????? ?????? ???????????? ?????? ?????????? ????????) + wrong_length: + one: ???????????????? ?????????? ???????? (?????? %{count} ?????????? ?????????? ????????) + other: ???????????????? ?????????? ???????? (?????? %{count} ?????????? ?????????? ????????) + template: + body: '???????????? ???????????????????? ?????????????????????? ????????????????:' + header: + one: '%{model}: %{count} ???????????? ???????????????????? ???????????? ???????????? ????????????????' + other: '%{model}: %{count} ???????????? ???????????????????? ???????????? ???????????? ????????????????' + helpers: + select: + prompt: '????????????????: ' + submit: + create: ???????? %{model} + submit: ???????????? %{model} + update: ?????????????? %{model} + number: + currency: + format: + delimiter: ' ' + format: '%n %u' + precision: 2 + separator: ',' + significant: false + strip_insignificant_zeros: false + unit: ?????????? + format: + delimiter: ' ' + precision: 3 + separator: ',' + significant: false + strip_insignificant_zeros: false + human: + decimal_units: + format: '%n %u' + units: + billion: + one: ???????????????? + other: ???????????????? + million: + one: ?????????????? + other: ?????????????? + quadrillion: + one: ?????????????????????? + other: ?????????????????????? + thousand: + one: ?????? + other: ?????? + trillion: + one: ???????????????? + other: ???????????????? + unit: '' + format: + delimiter: '' + precision: 1 + significant: false + strip_insignificant_zeros: false + storage_units: + format: '%n %u' + units: + byte: + one: ???????? + other: ???????? + eb: ???? + gb: ???? + kb: ???? + mb: ???? + pb: ???? + tb: ???? + percentage: + format: + delimiter: '' + format: '%n%' + precision: + format: + delimiter: '' + support: + array: + last_word_connector: ' ???????? ' + two_words_connector: ' ???????? ' + words_connector: ', ' + time: + am: ?????????? + formats: + default: '%a, %d %b %Y, %H:%M:%S %z' + long: '%d %B %Y, %H:%M' + short: '%d %b, %H:%M' + pm: ?????????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/locale/sk.yml new/rails/locale/sk.yml --- old/rails/locale/sk.yml 2022-03-01 15:23:42.000000000 +0100 +++ new/rails/locale/sk.yml 2022-07-03 18:33:30.000000000 +0200 @@ -130,6 +130,7 @@ not_a_number: nie je ????slo not_an_integer: mus?? by?? cel?? ????slo odd: mus?? by?? nep??rne ????slo + required: mus?? existova?? taken: ste u?? pou??ili too_long: je pr??li?? dlh??/?? (max. %{count} znakov) too_short: je pr??li?? kr??tky/a (min. %{count} znakov) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/pluralization/bs.rb new/rails/pluralization/bs.rb --- old/rails/pluralization/bs.rb 2022-03-01 15:23:42.000000000 +0100 +++ new/rails/pluralization/bs.rb 2022-07-03 18:33:30.000000000 +0200 @@ -1,3 +1,3 @@ -require 'rails_i18n/common_pluralizations/east_slavic' +require 'rails_i18n/common_pluralizations/one_few_other' -::RailsI18n::Pluralization::EastSlavic.with_locale(:bs) \ No newline at end of file +::RailsI18n::Pluralization::OneFewOther.with_locale(:bs) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/pluralization/fy.rb new/rails/pluralization/fy.rb --- old/rails/pluralization/fy.rb 1970-01-01 01:00:00.000000000 +0100 +++ new/rails/pluralization/fy.rb 2022-07-03 18:33:30.000000000 +0200 @@ -0,0 +1,3 @@ +require 'rails_i18n/common_pluralizations/one_other' + +::RailsI18n::Pluralization::OneOther.with_locale(:fy) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/pluralization/hr.rb new/rails/pluralization/hr.rb --- old/rails/pluralization/hr.rb 2022-03-01 15:23:42.000000000 +0100 +++ new/rails/pluralization/hr.rb 2022-07-03 18:33:30.000000000 +0200 @@ -1,3 +1,3 @@ -require 'rails_i18n/common_pluralizations/east_slavic' +require 'rails_i18n/common_pluralizations/one_few_other' -::RailsI18n::Pluralization::EastSlavic.with_locale(:hr) \ No newline at end of file +::RailsI18n::Pluralization::OneFewOther.with_locale(:hr) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/pluralization/kk.rb new/rails/pluralization/kk.rb --- old/rails/pluralization/kk.rb 1970-01-01 01:00:00.000000000 +0100 +++ new/rails/pluralization/kk.rb 2022-07-03 18:33:30.000000000 +0200 @@ -0,0 +1,3 @@ +require 'rails_i18n/common_pluralizations/one_other' + +::RailsI18n::Pluralization::OneOther.with_locale(:kk) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/pluralization/sh.rb new/rails/pluralization/sh.rb --- old/rails/pluralization/sh.rb 2022-03-01 15:23:42.000000000 +0100 +++ new/rails/pluralization/sh.rb 2022-07-03 18:33:30.000000000 +0200 @@ -1,3 +1,3 @@ -require 'rails_i18n/common_pluralizations/east_slavic' +require 'rails_i18n/common_pluralizations/one_few_other' -::RailsI18n::Pluralization::EastSlavic.with_locale(:sh) \ No newline at end of file +::RailsI18n::Pluralization::OneFewOther.with_locale(:sh) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rails/pluralization/sr.rb new/rails/pluralization/sr.rb --- old/rails/pluralization/sr.rb 2022-03-01 15:23:42.000000000 +0100 +++ new/rails/pluralization/sr.rb 2022-07-03 18:33:30.000000000 +0200 @@ -1,3 +1,3 @@ -require 'rails_i18n/common_pluralizations/serbian' +require 'rails_i18n/common_pluralizations/one_few_other' -::RailsI18n::Pluralization::Serbian.with_locale(:sr) \ No newline at end of file +::RailsI18n::Pluralization::OneFewOther.with_locale(:sr)