Hello community,

here is the log from the commit of package rubygem-rails-i18n for 
openSUSE:Factory checked in at 2015-10-25 19:13:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rails-i18n (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rails-i18n"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rails-i18n/rubygem-rails-i18n.changes    
2015-09-19 09:54:42.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new/rubygem-rails-i18n.changes   
    2015-10-25 19:13:16.000000000 +0100
@@ -1,0 +2,15 @@
+Fri Oct 23 04:33:00 UTC 2015 - co...@suse.com
+
+- updated to version 4.0.6
+ see installed CHANGELOG.md
+
+  ## 4.0.6 (2015-10-23)
+  - Depend on i18n (~> 0.7)
+  - Update Indonesian (id)
+  - Update German (de)
+  - Update Spanish (es)
+  - Update Russian (ru) - Revert "bringing the month names to uppercase"
+  - Update Turkish (tr) - Use turkish lira symbol instead of TL
+  - Update Dutch (nl)
+
+-------------------------------------------------------------------

Old:
----
  rails-i18n-4.0.5.gem

New:
----
  rails-i18n-4.0.6.gem

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

Other differences:
------------------
++++++ rubygem-rails-i18n.spec ++++++
--- /var/tmp/diff_new_pack.N2jodU/_old  2015-10-25 19:13:17.000000000 +0100
+++ /var/tmp/diff_new_pack.N2jodU/_new  2015-10-25 19:13:17.000000000 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-rails-i18n
-Version:        4.0.5
+Version:        4.0.6
 Release:        0
 %define mod_name rails-i18n
 %define mod_full_name %{mod_name}-%{version}

++++++ rails-i18n-4.0.5.gem -> rails-i18n-4.0.6.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2015-09-06 12:48:50.000000000 +0200
+++ new/CHANGELOG.md    2015-10-23 03:05:08.000000000 +0200
@@ -1,3 +1,12 @@
+## 4.0.6 (2015-10-23)
+- Depend on i18n (~> 0.7)
+- Update Indonesian (id)
+- Update German (de)
+- Update Spanish (es)
+- Update Russian (ru) - Revert "bringing the month names to uppercase"
+- Update Turkish (tr) - Use turkish lira symbol instead of TL
+- Update Dutch (nl)
+
 ## 4.0.5 (2015-09-06)
 - Update Portuguese (pt)
 - Update Korean (ko)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2015-09-06 12:48:50.000000000 +0200
+++ new/README.md       2015-10-23 03:05:08.000000000 +0200
@@ -51,22 +51,40 @@
 
 Available locales are:
 
-> af, ar, az, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, el, en, en-AU, 
en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, eo,
-> es, es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-MX, es-PA, es-PE, es-US, 
es-VE, et, eu, fa, fi, fr, fr-CA, fr-CH, gl,
-> he, hi, hi-IN, hr, hu, id, is, it, it-CH, ja, km, kn, ko, lo, lt, lv, mk, 
mn, mr-IN, ms, nb,
-> ne, nl, nn, or, pl, pt, pt-BR, rm, ro, ru, sk, sl, sr, sv, sw, ta, th,
-> tl, tr, tt, uk, ug, ur, uz, vi, wo, zh-CN, zh-HK, zh-TW, zh-YUE
+> af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, el,
+> en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, eo, es,
+> es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-MX, es-PA, es-PE, es-US, es-VE,
+> et, eu, fa, fi, fr, fr-CA, fr-CH, gl, he, hi, hi-IN, hr, hu, id, is, it,
+> it-CH, ja, km, kn, ko, lb, lo, lt, lv, mk, mn, mr-IN, ms, nb, ne, nl, nn, or,
+> pl, pt, pt-BR, rm, ro, ru, sk, sl, sr, sv, sw, ta, th, tl, tr, tt, ug, uk, 
ur,
+> uz, vi, wo, zh-CN, zh-HK, zh-TW, zh-YUE
 
-Currently, only a few are complete. Typically they lack the following keys:
+Currently, no locales are complete. Typically they lack the following keys:
 
 - `activerecord.errors.messages.record_invalid`
 - `activerecord.errors.messages.restrict_dependent_destroy`
 
-Complete loacales are:
+We always welcome your contributions!
 
-> en, sv
+## Currency symbols
 
-We always welcome your contributions!
+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
+the unicode currency symbols by fonts.
+
+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
+`config/locales/tr.yml` and override the respective key:
+
+```YAML
+tr:
+  number:
+    currency:
+      format:
+        unit: TL
+```
 
 ## How to contribute
 
@@ -95,11 +113,11 @@
 
 Before committing and pushing your changes, test the integrity of your locale 
file.
 
-    rake spec
+    bundle exec rake spec
 
 Make sure you have included all translations with:
 
-    rake i18n-spec:completeness rails/locale/en.yml 
rails/locale/YOUR_NEW_LOCALE.yml
+    bundle exec rake i18n-spec:completeness rails/locale/en.yml 
rails/locale/YOUR_NEW_LOCALE.yml
 
 You can list all complete and incomplete locales:
 
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        2015-09-06 12:48:50.000000000 +0200
+++ new/metadata        2015-10-23 03:05:08.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: rails-i18n
 version: !ruby/object:Gem::Version
-  version: 4.0.5
+  version: 4.0.6
 platform: ruby
 authors:
 - Rails I18n Group
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-09-06 00:00:00.000000000 Z
+date: 2015-10-23 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: i18n
@@ -16,14 +16,14 @@
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: '0.6'
+        version: '0.7'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: '0.6'
+        version: '0.7'
 - !ruby/object:Gem::Dependency
   name: railties
   requirement: !ruby/object:Gem::Requirement
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/de.yml new/rails/locale/de.yml
--- old/rails/locale/de.yml     2015-09-06 12:48:50.000000000 +0200
+++ new/rails/locale/de.yml     2015-10-23 03:05:08.000000000 +0200
@@ -95,7 +95,7 @@
       minute: Minute
       month: Monat
       second: Sekunde
-      year: Jahr //all are in singular now
+      year: Jahr
   errors:
     format: "%{attribute} %{message}"
     messages:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/es.yml new/rails/locale/es.yml
--- old/rails/locale/es.yml     2015-09-06 12:48:50.000000000 +0200
+++ new/rails/locale/es.yml     2015-10-23 03:05:08.000000000 +0200
@@ -121,9 +121,15 @@
         one: No se puede eliminar el registro porque existe un %{record} 
dependiente
         many: No se puede eliminar el registro porque existen %{record} 
dependientes
       taken: ya está en uso
-      too_long: es demasiado largo (%{count} caracteres máximo)
-      too_short: es demasiado corto (%{count} caracteres mínimo)
-      wrong_length: no tiene la longitud correcta (%{count} caracteres exactos)
+      too_long:
+        one: "es demasiado largo (1 carácter máximo)"
+        other: "es demasiado largo (%{count} caracteres máximo)"
+      too_short:
+        one: "es demasiado corto (1 carácter mínimo)"
+        other: "es demasiado corto (%{count} caracteres mínimo)"
+      wrong_length:
+        one: "no tiene la longitud correcta (1 carácter exactos)"
+        other: "no tiene la longitud correcta (%{count} caracteres exactos)"
       other_than: debe ser distinto de %{count}
     template:
       body: 'Se encontraron problemas con los siguientes campos:'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/id.yml new/rails/locale/id.yml
--- old/rails/locale/id.yml     2015-09-06 12:48:50.000000000 +0200
+++ new/rails/locale/id.yml     2015-10-23 03:05:08.000000000 +0200
@@ -29,7 +29,7 @@
     - Selasa
     - Rabu
     - Kamis
-    - Jum'at
+    - Jumat
     - Sabtu
     formats:
       default: "%d %B %Y"
@@ -62,7 +62,7 @@
         one: sekitar sebulan
         other: sekitar %{count} bulan
       about_x_years:
-        one: setahun
+        one: sekitar setahun
         other: sekitar %{count} tahun
       almost_x_years:
         one: hampir setahun
@@ -102,9 +102,10 @@
     format: "%{attribute} %{message}"
     messages:
       accepted: harus diterima
-      blank: tidak bisa kosong
+      blank: tidak boleh kosong
+      present: harus kosong
       confirmation: tidak sesuai dengan %{attribute}
-      empty: tidak bisa kosong
+      empty: tidak boleh kosong
       equal_to: harus sama dengan %{count}
       even: harus genap
       exclusion: sudah digunakan
@@ -115,12 +116,23 @@
       less_than: harus lebih kecil dari %{count}
       less_than_or_equal_to: harus sama atau lebih kecil dari %{count}
       not_a_number: bukan angka
+      not_an_integer: harus bilangan bulat
       odd: harus ganjil
-      record_invalid: 'Verifikasi gagal: %{errors}'
+      record_invalid: 'Validasi gagal: %{errors}'
+      restrict_dependent_destroy:
+        one: Tidak bisa menghapus record karena terdapat satu %{record} yang 
bergantung
+        many: Tidak bisa menghapus record karena terdapat %{record} yang 
bergantung
       taken: sudah digunakan
-      too_long: terlalu panjang (maksimum %{count} karakter)
-      too_short: terlalu pendek (minimum %{count} karakter)
-      wrong_length: jumlah karakter salah (seharusnya %{count} karakter)
+      too_long: 
+        one: terlalu panjang (maksimum 1 karakter)
+        other: terlalu panjang (maksimum %{count} karakter)
+      too_short:
+        one: terlalu pendek (minimum 1 karakter)
+        other: terlalu pendek (minimum %{count} karakter)
+      wrong_length:
+        one: jumlah karakter salah (seharusnya 1 karakter)
+        other: jumlah karakter salah (seharusnya %{count} karakter)
+      other_than: harus selain %{count}
     template:
       body: 'Ada masalah dengan field berikut:'
       header:
@@ -128,11 +140,11 @@
         other: "%{count} kesalahan mengakibatkan %{model} ini tidak bisa 
disimpan"
   helpers:
     select:
-      prompt: Silahkan pilih
+      prompt: Silakan pilih
     submit:
       create: Buat %{model}
       submit: Simpan %{model}
-      update: Update %{model}
+      update: Perbarui %{model}
   number:
     currency:
       format:
@@ -142,7 +154,7 @@
         separator: ","
         significant: false
         strip_insignificant_zeros: false
-        unit: Rp
+        unit: "Rp"
     format:
       delimiter: "."
       precision: 3
@@ -182,8 +194,8 @@
         delimiter: ''
   support:
     array:
-      last_word_connector: " dan "
-      two_words_connector: ", "
+      last_word_connector: ", dan "
+      two_words_connector: " dan "
       words_connector: ", "
   time:
     am: am
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/nl.yml new/rails/locale/nl.yml
--- old/rails/locale/nl.yml     2015-09-06 12:48:50.000000000 +0200
+++ new/rails/locale/nl.yml     2015-10-23 03:05:08.000000000 +0200
@@ -10,7 +10,7 @@
     - vr
     - za
     abbr_month_names:
-    - 
+    -
     - jan
     - feb
     - mrt
@@ -36,7 +36,7 @@
       long: "%e %B %Y"
       short: "%e %b"
     month_names:
-    - 
+    -
     - januari
     - februari
     - maart
@@ -106,7 +106,7 @@
       empty: moet opgegeven zijn
       equal_to: moet gelijk zijn aan %{count}
       even: moet even zijn
-      exclusion: is niet beschikbaar
+      exclusion: is gereserveerd
       greater_than: moet groter zijn dan %{count}
       greater_than_or_equal_to: moet groter dan of gelijk zijn aan %{count}
       inclusion: is niet in de lijst opgenomen
@@ -128,11 +128,11 @@
         one: is te kort (minimaal %{count} teken)
         other: is te kort (minimaal %{count} tekens)
       wrong_length:
-        one: heeft onjuiste lengte (moet %{count} teken lang zijn)
+        one: heeft onjuiste lengte (moet 1 teken lang zijn)
         other: heeft onjuiste lengte (moet %{count} tekens lang zijn)
       other_than: moet anders zijn dan %{count}
     template:
-      body: 'Controleer de volgende velden:'
+      body: 'Er zijn problemen met de volgende velden:'
       header:
         one: "%{model} niet opgeslagen: 1 fout gevonden"
         other: "%{model} niet opgeslagen: %{count} fouten gevonden"
@@ -165,9 +165,9 @@
         units:
           billion: miljard
           million: miljoen
-          quadrillion: biljard
+          quadrillion: quadriljoen
           thousand: duizend
-          trillion: biljoen
+          trillion: triljoen
           unit: ''
       format:
         delimiter: ''
@@ -181,7 +181,7 @@
             one: byte
             other: bytes
           gb: GB
-          kb: kB
+          kb: KB
           mb: MB
           tb: TB
     percentage:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/ru.yml new/rails/locale/ru.yml
--- old/rails/locale/ru.yml     2015-09-06 12:48:50.000000000 +0200
+++ new/rails/locale/ru.yml     2015-10-23 03:05:08.000000000 +0200
@@ -37,18 +37,18 @@
       short: "%-d %b"
     month_names:
     -
-    - Января
-    - Февраля
-    - Марта
-    - Апреля
-    - Мая
-    - Июня
-    - Июля
-    - Августа
-    - Сентября
-    - Октября
-    - Ноября
-    - Декабря
+    - января
+    - февраля
+    - марта
+    - апреля
+    - мая
+    - июня
+    - июля
+    - августа
+    - сентября
+    - октября
+    - ноября
+    - декабря
     order:
     - :day
     - :month
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/tr.yml new/rails/locale/tr.yml
--- old/rails/locale/tr.yml     2015-09-06 12:48:50.000000000 +0200
+++ new/rails/locale/tr.yml     2015-10-23 03:05:08.000000000 +0200
@@ -152,7 +152,7 @@
         separator: ","
         significant: false
         strip_insignificant_zeros: false
-        unit: TL
+        unit: ₺
     format:
       delimiter: "."
       precision: 2


Reply via email to