Hello community,

here is the log from the commit of package rubygem-rails-i18n for 
openSUSE:Factory checked in at 2019-06-19 21:00:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rails-i18n (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rails-i18n"

Wed Jun 19 21:00:52 2019 rev:27 rq:706017 version:5.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rails-i18n/rubygem-rails-i18n.changes    
2019-01-21 10:25:02.421771279 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new.4811/rubygem-rails-i18n.changes
  2019-06-19 21:00:54.030113299 +0200
@@ -1,0 +2,16 @@
+Sat Mar  2 15:32:52 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to version 5.1.3
+ see installed CHANGELOG.md
+
+  ## 5.1.3 (2019-01-28)
+  
+  - Update following locales:
+    - Spanish (es-*)
+    - English (en-*)
+    - Hungarian (hu)
+    - Hebrew (he)
+    - Cyrillic Serbian (sr)
+    - Farsi/Persian (fa)
+
+-------------------------------------------------------------------

Old:
----
  rails-i18n-5.1.2.gem

New:
----
  rails-i18n-5.1.3.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-rails-i18n.spec ++++++
--- /var/tmp/diff_new_pack.EDUD2C/_old  2019-06-19 21:00:54.614113790 +0200
+++ /var/tmp/diff_new_pack.EDUD2C/_new  2019-06-19 21:00:54.614113790 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rails-i18n
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-rails-i18n
-Version:        5.1.2
+Version:        5.1.3
 Release:        0
 %define mod_name rails-i18n
 %define mod_full_name %{mod_name}-%{version}

++++++ rails-i18n-5.1.2.gem -> rails-i18n-5.1.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2018-10-29 12:54:36.000000000 +0100
+++ new/CHANGELOG.md    2019-01-28 12:13:27.000000000 +0100
@@ -1,3 +1,13 @@
+## 5.1.3 (2019-01-28)
+
+- Update following locales:
+  - Spanish (es-*)
+  - English (en-*)
+  - Hungarian (hu)
+  - Hebrew (he)
+  - Cyrillic Serbian (sr)
+  - Farsi/Persian (fa)
+
 ## 5.1.2 (2018-10-29)
 - Add Telugu (te) locale
 - Update following locales:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2018-10-29 12:54:36.000000000 +0100
+++ new/README.md       2019-01-28 12:13:27.000000000 +0100
@@ -4,11 +4,11 @@
 [![Gem 
Version](https://badge.fury.io/rb/rails-i18n.svg)](http://badge.fury.io/rb/rails-i18n)
 [![Build 
Status](https://secure.travis-ci.org/svenfuchs/rails-i18n.png)](http://travis-ci.org/svenfuchs/rails-i18n)
 
-Central point to collect locale data for use in Ruby on Rails.
+Centralization of locale data collection for Ruby on Rails.
 
-## Gem installation
+## Gem Installation
 
-Add to your Gemfile:
+Include the gem to your Gemfile:
 
     gem 'rails-i18n', '~> 5.1' # For 5.0.x, 5.1.x and 5.2.x
     gem 'rails-i18n', '~> 4.0' # For 4.0.x
@@ -17,20 +17,17 @@
     gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'rails-4-x' # 
For 4.x
     gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'rails-3-x' # 
For 3.x
 
-or run this command:
+Alternatively, execute the following command:
 
     gem install rails-i18n -v '~> 5.1' # For  For 5.0.x, 5.1.x and 5.2.x
     gem install rails-i18n -v '~> 4.0' # For 4.0.x
     gem install rails-i18n -v '~> 3.0' # For 3.x
 
-Note that your rails version must be 3.0 or higher if you want to install 
`rails-i18n` as a gem. For rails 2.x, install it manually as described below.
+Note that your Ruby on Rails version must be 3.0 or higher in order to install 
the `rails-i18n` gem. For rails 2.x, install it manually as described in the 
Manual Installation section below.
 
 ## Configuration
 
-By default `rails-i18n` loads all locale files, pluralization and
-transliteration rules available in the gem. This behaviour can be changed, if 
you
-specify in `config/environments/*` the locales which have to be loaded via
-`I18n.available_locales` option:
+`rails-i18n` gem initially loads all available locale files, pluralization and 
transliteration rules. This default behaviour can be changed. If you specify in 
`config/environments/*` the locales which have to be loaded via 
`I18n.available_locales` option:
 
     config.i18n.available_locales = ['es-CO', :de]
 
@@ -38,9 +35,9 @@
 
     config.i18n.available_locales = :nl
 
-## Manual installation
+## Manual Installation
 
-Download the locale files that are found in the directory 
[rails/locale](http://github.com/svenfuchs/rails-i18n/tree/master/rails/locale/)
 and put them into the `config/locales` directory of your Rails application.
+Download desired locale files found in 
[rails/locale](http://github.com/svenfuchs/rails-i18n/tree/master/rails/locale/)
 directory and move them into the `config/locales` directory of your Rails 
application.
 
 If any translation doesn't suit well to the requirements of your application, 
edit them or add your own locale files.
 
@@ -52,7 +49,7 @@
 
 ## Available Locales
 
-Available locales are:
+Available locales:
 
 > 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,eo, es,
@@ -62,7 +59,7 @@
 > pa, pl, pt, pt-BR, rm, ro, ru, sk, sl, sq, sr, sw, ta, te, th, tl, tr, tt, 
 > ug,
 > ur, uz, vi, wo, zh-CN, zh-HK, zh-TW, zh-YUE
 
-Complete locales are:
+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, ja, ka, ml, nb,
@@ -78,7 +75,7 @@
 
 We always welcome your contributions!
 
-## Currency symbols
+## Currency Symbols
 
 Some locales have the symbol of the currency (e.g. `€`) under the key 
`number.currency.format.unit`,
 while others have the code (e.g. `CHF`). The value of the key depends on the 
widespread adoption of
@@ -87,7 +84,7 @@
 For example the Turkish Lira sign (`₺`) was recently added in Unicode 6.2 and 
while most popular
 fonts have a glyph, there are still many fonts that will not render the 
character correctly.
 
-If you want to provide a different value, in a Rails app, you can create your 
own locale file under
+If you want to provide a different value, you can create a custom locale file 
under
 `config/locales/tr.yml` and override the respective key:
 
 ```YAML
@@ -98,29 +95,29 @@
         unit: TL
 ```
 
-## How to contribute
+## How to Contribute
 
-### Quick contribution
+### Quick Contribution
 
-If you are familiar with GitHub operations, follow the procedures described in 
the subsequent sections.
+If you are familiar with GitHub operations, then follow the procedures 
described in the subsequent sections.
 
-If you are not,
+If not,
 
 * Save your locale data on the [Gist](http://gist.github.com).
 * Open an issue with reference to the Gist you created.
 
-### Fetch the `rails-i18n` repository
+### Fetching the `rails-i18n` Repository
 
 * Get a github account and Git program if you haven't. See 
[Help.Github](http://help.github.com/) for instructions.
 * Fork `svenfuchs/rails-i18n` repository and clone it into your PC.
 
-### Create or edit your locale file
+### Creating or Editing your Locale File
 
 * Have a look in `rails/locale/en.yml`, which should be used as the base of 
your translation.
 * Create or edit your locale file.
   Please pay attention to save your files as UTF-8.
 
-### Test your locale file
+### Testing your Locale File
 
 Before committing and pushing your changes, test the integrity of your locale 
file.
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-10-29 12:54:36.000000000 +0100
+++ new/metadata        2019-01-28 12:13:27.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: rails-i18n
 version: !ruby/object:Gem::Version
-  version: 5.1.2
+  version: 5.1.3
 platform: ruby
 authors:
 - Rails I18n Group
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-10-29 00:00:00.000000000 Z
+date: 2019-01-28 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: i18n
@@ -374,6 +374,7 @@
 - rails/transliteration/de.yml
 - rails/transliteration/el.yml
 - rails/transliteration/es.yml
+- rails/transliteration/fa.yml
 - rails/transliteration/fr.yml
 - rails/transliteration/hu.yml
 - rails/transliteration/oc.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/en-AU.yml new/rails/locale/en-AU.yml
--- old/rails/locale/en-AU.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/en-AU.yml  2019-01-28 12:13:27.000000000 +0100
@@ -3,7 +3,10 @@
   activerecord:
     errors:
       messages:
-        record_invalid: 'Validation failed: %{errors}'
+        record_invalid: "Validation failed: %{errors}"
+        restrict_dependent_destroy:
+          has_one: "Cannot delete record because a dependent %{record} exists"
+          has_many: "Cannot delete record because dependent %{record} exist"
   date:
     abbr_day_names:
     - Sun
@@ -92,7 +95,7 @@
         other: "%{count} months"
       x_years:
         one: 1 year
-        other: "%{count} years" 
+        other: "%{count} years"
       x_seconds:
         one: 1 second
         other: "%{count} seconds"
@@ -108,6 +111,7 @@
     messages:
       accepted: must be accepted
       blank: can't be blank
+      present: must be blank
       confirmation: doesn't match %{attribute}
       empty: can't be empty
       equal_to: must be equal to %{count}
@@ -119,9 +123,11 @@
       invalid: is invalid
       less_than: must be less than %{count}
       less_than_or_equal_to: must be less than or equal to %{count}
+      model_invalid: "Validation failed: %{errors}"
       not_a_number: is not a number
       not_an_integer: must be an integer
       odd: must be odd
+      required: must exist
       taken: has already been taken
       too_long:
         one: is too long (maximum is 1 character)
@@ -132,6 +138,7 @@
       wrong_length:
         one: is the wrong length (should be 1 character)
         other: is the wrong length (should be %{count} characters)
+      other_than: must be other than %{count}
     template:
       body: 'There were problems with the following fields:'
       header:
@@ -185,9 +192,12 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
+        format: "%n%"
     precision:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/en-CA.yml new/rails/locale/en-CA.yml
--- old/rails/locale/en-CA.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/en-CA.yml  2019-01-28 12:13:27.000000000 +0100
@@ -3,7 +3,7 @@
   activerecord:
     errors:
       messages:
-        record_invalid: 'Validation failed: %{errors}'
+        record_invalid: "Validation failed: %{errors}"
         restrict_dependent_destroy:
           has_one: "Cannot delete record because a dependent %{record} exists"
           has_many: "Cannot delete record because dependent %{record} exist"
@@ -111,6 +111,7 @@
     messages:
       accepted: must be accepted
       blank: can't be blank
+      present: must be blank
       confirmation: doesn't match %{attribute}
       empty: can't be empty
       equal_to: must be equal to %{count}
@@ -122,9 +123,11 @@
       invalid: is invalid
       less_than: must be less than %{count}
       less_than_or_equal_to: must be less than or equal to %{count}
+      model_invalid: "Validation failed: %{errors}"
       not_a_number: is not a number
       not_an_integer: must be an integer
       odd: must be odd
+      required: must exist
       taken: has already been taken
       too_long:
         one: is too long (maximum is 1 character)
@@ -135,6 +138,7 @@
       wrong_length:
         one: is the wrong length (should be 1 character)
         other: is the wrong length (should be %{count} characters)
+      other_than: must be other than %{count}
     template:
       body: 'There were problems with the following fields:'
       header:
@@ -188,9 +192,12 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
+        format: "%n%"
     precision:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/en-CY.yml new/rails/locale/en-CY.yml
--- old/rails/locale/en-CY.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/en-CY.yml  2019-01-28 12:13:27.000000000 +0100
@@ -111,6 +111,7 @@
     messages:
       accepted: must be accepted
       blank: can't be blank
+      present: must be blank
       confirmation: doesn't match %{attribute}
       empty: can't be empty
       equal_to: must be equal to %{count}
@@ -122,9 +123,11 @@
       invalid: is invalid
       less_than: must be less than %{count}
       less_than_or_equal_to: must be less than or equal to %{count}
+      model_invalid: "Validation failed: %{errors}"
       not_a_number: is not a number
       not_an_integer: must be an integer
       odd: must be odd
+      required: must exist
       taken: has already been taken
       too_long:
         one: is too long (maximum is 1 character)
@@ -135,6 +138,7 @@
       wrong_length:
         one: is the wrong length (should be 1 character)
         other: is the wrong length (should be %{count} characters)
+      other_than: must be other than %{count}
     template:
       body: 'There were problems with the following fields:'
       header:
@@ -188,9 +192,12 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
+        format: "%n%"
     precision:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/en-GB.yml new/rails/locale/en-GB.yml
--- old/rails/locale/en-GB.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/en-GB.yml  2019-01-28 12:13:27.000000000 +0100
@@ -3,7 +3,7 @@
   activerecord:
     errors:
       messages:
-        record_invalid: 'Validation failed: %{errors}'
+        record_invalid: "Validation failed: %{errors}"
         restrict_dependent_destroy:
           has_one: "Cannot delete record because a dependent %{record} exists"
           has_many: "Cannot delete record because dependent %{record} exist"
@@ -95,7 +95,7 @@
         other: "%{count} months"
       x_years:
         one: 1 year
-        other: "%{count} years"    
+        other: "%{count} years"
       x_seconds:
         one: 1 second
         other: "%{count} seconds"
@@ -111,6 +111,7 @@
     messages:
       accepted: must be accepted
       blank: can't be blank
+      present: must be blank
       confirmation: doesn't match %{attribute}
       empty: can't be empty
       equal_to: must be equal to %{count}
@@ -122,9 +123,11 @@
       invalid: is invalid
       less_than: must be less than %{count}
       less_than_or_equal_to: must be less than or equal to %{count}
+      model_invalid: "Validation failed: %{errors}"
       not_a_number: is not a number
       not_an_integer: must be an integer
       odd: must be odd
+      required: must exist
       taken: has already been taken
       too_long:
         one: is too long (maximum is 1 character)
@@ -135,6 +138,7 @@
       wrong_length:
         one: is the wrong length (should be 1 character)
         other: is the wrong length (should be %{count} characters)
+      other_than: must be other than %{count}
     template:
       body: 'There were problems with the following fields:'
       header:
@@ -188,9 +192,12 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
+        format: "%n%"
     precision:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/en-IE.yml new/rails/locale/en-IE.yml
--- old/rails/locale/en-IE.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/en-IE.yml  2019-01-28 12:13:27.000000000 +0100
@@ -95,7 +95,7 @@
         other: "%{count} months"
       x_years:
         one: 1 year
-        other: "%{count} years"  
+        other: "%{count} years"
       x_seconds:
         one: 1 second
         other: "%{count} seconds"
@@ -111,6 +111,7 @@
     messages:
       accepted: must be accepted
       blank: can't be blank
+      present: must be blank
       confirmation: doesn't match %{attribute}
       empty: can't be empty
       equal_to: must be equal to %{count}
@@ -122,9 +123,11 @@
       invalid: is invalid
       less_than: must be less than %{count}
       less_than_or_equal_to: must be less than or equal to %{count}
+      model_invalid: "Validation failed: %{errors}"
       not_a_number: is not a number
       not_an_integer: must be an integer
       odd: must be odd
+      required: must exist
       taken: has already been taken
       too_long:
         one: is too long (maximum is 1 character)
@@ -135,6 +138,7 @@
       wrong_length:
         one: is the wrong length (should be 1 character)
         other: is the wrong length (should be %{count} characters)
+      other_than: must be other than %{count}
     template:
       body: 'There were problems with the following fields:'
       header:
@@ -188,9 +192,12 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
+        format: "%n%"
     precision:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/en-IN.yml new/rails/locale/en-IN.yml
--- old/rails/locale/en-IN.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/en-IN.yml  2019-01-28 12:13:27.000000000 +0100
@@ -3,7 +3,7 @@
   activerecord:
     errors:
       messages:
-        record_invalid: 'Validation failed: %{errors}'
+        record_invalid: "Validation failed: %{errors}"
         restrict_dependent_destroy:
           has_one: "Cannot delete record because a dependent %{record} exists"
           has_many: "Cannot delete record because dependent %{record} exist"
@@ -95,7 +95,7 @@
         other: "%{count} months"
       x_years:
         one: 1 year
-        other: "%{count} years"  
+        other: "%{count} years"
       x_seconds:
         one: 1 second
         other: "%{count} seconds"
@@ -111,6 +111,7 @@
     messages:
       accepted: must be accepted
       blank: can't be blank
+      present: must be blank
       confirmation: doesn't match %{attribute}
       empty: can't be empty
       equal_to: must be equal to %{count}
@@ -122,9 +123,11 @@
       invalid: is invalid
       less_than: must be less than %{count}
       less_than_or_equal_to: must be less than or equal to %{count}
+      model_invalid: "Validation failed: %{errors}"
       not_a_number: is not a number
       not_an_integer: must be an integer
       odd: must be odd
+      required: must exist
       taken: has already been taken
       too_long:
         one: is too long (maximum is 1 character)
@@ -135,6 +138,7 @@
       wrong_length:
         one: is the wrong length (should be 1 character)
         other: is the wrong length (should be %{count} characters)
+      other_than: must be other than %{count}
     template:
       body: 'There were problems with the following fields:'
       header:
@@ -188,9 +192,12 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
+        format: "%n%"
     precision:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/en-NZ.yml new/rails/locale/en-NZ.yml
--- old/rails/locale/en-NZ.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/en-NZ.yml  2019-01-28 12:13:27.000000000 +0100
@@ -95,7 +95,7 @@
         other: "%{count} months"
       x_years:
         one: 1 year
-        other: "%{count} years"    
+        other: "%{count} years"
       x_seconds:
         one: 1 second
         other: "%{count} seconds"
@@ -111,6 +111,7 @@
     messages:
       accepted: must be accepted
       blank: can't be blank
+      present: must be blank
       confirmation: doesn't match %{attribute}
       empty: can't be empty
       equal_to: must be equal to %{count}
@@ -122,9 +123,11 @@
       invalid: is invalid
       less_than: must be less than %{count}
       less_than_or_equal_to: must be less than or equal to %{count}
+      model_invalid: "Validation failed: %{errors}"
       not_a_number: is not a number
       not_an_integer: must be an integer
       odd: must be odd
+      required: must exist
       taken: has already been taken
       too_long:
         one: is too long (maximum is 1 character)
@@ -135,6 +138,7 @@
       wrong_length:
         one: is the wrong length (should be 1 character)
         other: is the wrong length (should be %{count} characters)
+      other_than: must be other than %{count}
     template:
       body: 'There were problems with the following fields:'
       header:
@@ -188,9 +192,12 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
+        format: "%n%"
     precision:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/en-US.yml new/rails/locale/en-US.yml
--- old/rails/locale/en-US.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/en-US.yml  2019-01-28 12:13:27.000000000 +0100
@@ -192,6 +192,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/en-ZA.yml new/rails/locale/en-ZA.yml
--- old/rails/locale/en-ZA.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/en-ZA.yml  2019-01-28 12:13:27.000000000 +0100
@@ -123,9 +123,11 @@
       invalid: is invalid
       less_than: must be less than %{count}
       less_than_or_equal_to: must be less than or equal to %{count}
+      model_invalid: "Validation failed: %{errors}"
       not_a_number: is not a number
       not_an_integer: must be an integer
       odd: must be odd
+      required: must exist
       taken: has already been taken
       too_long:
         one: is too long (maximum is 1 character)
@@ -190,6 +192,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-419.yml new/rails/locale/es-419.yml
--- old/rails/locale/es-419.yml 2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-419.yml 2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ","
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-AR.yml new/rails/locale/es-AR.yml
--- old/rails/locale/es-AR.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-AR.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ","
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-CL.yml new/rails/locale/es-CL.yml
--- old/rails/locale/es-CL.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-CL.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-CO.yml new/rails/locale/es-CO.yml
--- old/rails/locale/es-CO.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-CO.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ","
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-CR.yml new/rails/locale/es-CR.yml
--- old/rails/locale/es-CR.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-CR.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ","
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-EC.yml new/rails/locale/es-EC.yml
--- old/rails/locale/es-EC.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-EC.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-ES.yml new/rails/locale/es-ES.yml
--- old/rails/locale/es-ES.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-ES.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-MX.yml new/rails/locale/es-MX.yml
--- old/rails/locale/es-MX.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-MX.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ","
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-NI.yml new/rails/locale/es-NI.yml
--- old/rails/locale/es-NI.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-NI.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ","
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-PA.yml new/rails/locale/es-PA.yml
--- old/rails/locale/es-PA.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-PA.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-PE.yml new/rails/locale/es-PE.yml
--- old/rails/locale/es-PE.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-PE.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ","
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-US.yml new/rails/locale/es-US.yml
--- old/rails/locale/es-US.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-US.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ","
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es-VE.yml new/rails/locale/es-VE.yml
--- old/rails/locale/es-VE.yml  2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/es-VE.yml  2019-01-28 12:13:27.000000000 +0100
@@ -196,6 +196,8 @@
           kb: KB
           mb: MB
           tb: TB
+          pb: PB
+          eb: EB
     percentage:
       format:
         delimiter: ","
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/he.yml new/rails/locale/he.yml
--- old/rails/locale/he.yml     2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/he.yml     2019-01-28 12:13:27.000000000 +0100
@@ -141,7 +141,7 @@
     currency:
       format:
         delimiter: ","
-        format: "%u %n"
+        format: "%n %u"
         precision: 2
         separator: "."
         significant: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/sr.yml new/rails/locale/sr.yml
--- old/rails/locale/sr.yml     2018-10-29 12:54:36.000000000 +0100
+++ new/rails/locale/sr.yml     2019-01-28 12:13:27.000000000 +0100
@@ -142,9 +142,11 @@
       invalid: није исправан
       less_than: мора бити мањи од %{count}
       less_than_or_equal_to: мора бити мањи или једнак %{count}
+      model_invalid: 'Валидација није успела: %{errors}'
       not_a_number: није број
       not_an_integer: није цео број
       odd: мора бити непаран
+      required: мора постојати
       taken: је већ заузет
       too_long:
         one: је предугачак (максимум је %{count} знак)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/pluralization/hu.rb 
new/rails/pluralization/hu.rb
--- old/rails/pluralization/hu.rb       2018-10-29 12:54:36.000000000 +0100
+++ new/rails/pluralization/hu.rb       2019-01-28 12:13:27.000000000 +0100
@@ -1,3 +1,3 @@
-require 'rails_i18n/common_pluralizations/other'
+require 'rails_i18n/common_pluralizations/one_other'
 
-::RailsI18n::Pluralization::Other.with_locale(:hu)
+::RailsI18n::Pluralization::OneOther.with_locale(:hu)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/transliteration/fa.yml 
new/rails/transliteration/fa.yml
--- old/rails/transliteration/fa.yml    1970-01-01 01:00:00.000000000 +0100
+++ new/rails/transliteration/fa.yml    2019-01-28 12:13:27.000000000 +0100
@@ -0,0 +1,47 @@
+fa:
+  i18n:
+    transliterate:
+      rule:
+        'آ': 'a'
+        'ا': 'a'
+        'ب': 'b'
+        'پ': 'p'
+        'ت': 't'
+        'ث': 's'
+        'ج': 'g'
+        'چ': 'ch'
+        'ح': 'h'
+        'خ': 'kh'
+        'د': 'd'
+        'ذ': 'z'
+        'ر': 'r'
+        'ز': 'z'
+        'ژ': 'j'
+        'س': 's'
+        'ش': 'sh'
+        'ص': 's'
+        'ض': 'z'
+        'ط': 't'
+        'ظ': 'z'
+        'ع': 'a'
+        'غ': 'q'
+        'ف': 'f'
+        'ق': 'q'
+        'ک': 'k'
+        'گ': 'gh'
+        'ل': 'l'
+        'م': 'm'
+        'ن': 'n'
+        'و': 'v'
+        'ه': 'h'
+        'ی': 'i'
+        '۰': '0'
+        '۱': '1'
+        '۲': '2'
+        '۳': '3'
+        '۴': '4'
+        '۵': '5'
+        '۶': '6'
+        '۷': '7'
+        '۸': '8'
+        '۹': '9'


Reply via email to