Hello community,

here is the log from the commit of package rubygem-rails-i18n for 
openSUSE:Factory checked in at 2015-12-14 10:13:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-25 19:13:16.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new/rubygem-rails-i18n.changes   
    2015-12-14 10:13:47.000000000 +0100
@@ -1,0 +2,11 @@
+Sat Nov 21 05:40:59 UTC 2015 - [email protected]
+
+- updated to version 4.0.7
+ see installed CHANGELOG.md
+
+  ## 4.0.7 (2015-11-20)
+  - Update Khmer (km)
+  - Update Greek (el)
+  - Update German (de)
+
+-------------------------------------------------------------------

Old:
----
  rails-i18n-4.0.6.gem

New:
----
  rails-i18n-4.0.7.gem

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

Other differences:
------------------
++++++ rubygem-rails-i18n.spec ++++++
--- /var/tmp/diff_new_pack.NSU3Ze/_old  2015-12-14 10:13:48.000000000 +0100
+++ /var/tmp/diff_new_pack.NSU3Ze/_new  2015-12-14 10:13:48.000000000 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-rails-i18n
-Version:        4.0.6
+Version:        4.0.7
 Release:        0
 %define mod_name rails-i18n
 %define mod_full_name %{mod_name}-%{version}

++++++ rails-i18n-4.0.6.gem -> rails-i18n-4.0.7.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2015-10-23 03:05:08.000000000 +0200
+++ new/CHANGELOG.md    2015-11-20 12:57:15.000000000 +0100
@@ -1,3 +1,8 @@
+## 4.0.7 (2015-11-20)
+- Update Khmer (km)
+- Update Greek (el)
+- Update German (de)
+
 ## 4.0.6 (2015-10-23)
 - Depend on i18n (~> 0.7)
 - Update Indonesian (id)
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-10-23 03:05:08.000000000 +0200
+++ new/metadata        2015-11-20 12:57:15.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: rails-i18n
 version: !ruby/object:Gem::Version
-  version: 4.0.6
+  version: 4.0.7
 platform: ruby
 authors:
 - Rails I18n Group
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-10-23 00:00:00.000000000 Z
+date: 2015-11-20 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: i18n
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-10-23 03:05:08.000000000 +0200
+++ new/rails/locale/de.yml     2015-11-20 12:57:15.000000000 +0100
@@ -56,39 +56,39 @@
   datetime:
     distance_in_words:
       about_x_hours:
-        one: vor etwa einer Stunde
-        other: vor etwa %{count} Stunden
+        one: etwa eine Stunde
+        other: etwa %{count} Stunden
       about_x_months:
-        one: vor etwa einem Monat
-        other: vor etwa %{count} Monaten
+        one: etwa ein Monat
+        other: etwa %{count} Monate
       about_x_years:
-        one: vor etwa einem Jahr
-        other: vor etwa %{count} Jahren
+        one: etwa ein Jahr
+        other: etwa %{count} Jahre
       almost_x_years:
-        one: vor fast einem Jahr
-        other: vor fast %{count} Jahren
-      half_a_minute: vor einer halben Minute
+        one: fast ein Jahr
+        other: fast %{count} Jahre
+      half_a_minute: eine halbe Minute
       less_than_x_minutes:
-        one: vor weniger als einer Minute
-        other: vor weniger als %{count} Minuten
+        one: weniger als eine Minute
+        other: weniger als %{count} Minuten
       less_than_x_seconds:
-        one: vor weniger als eine Sekunde
-        other: vor weniger als %{count} Sekunden
+        one: weniger als eine Sekunde
+        other: weniger als %{count} Sekunden
       over_x_years:
-        one: vor mehr als einem Jahr
-        other: vor mehr als %{count} Jahren
+        one: mehr als ein Jahr
+        other: mehr als %{count} Jahre
       x_days:
-        one: vor einem Tag
-        other: "vor %{count} Tagen"
+        one: ein Tag
+        other: "%{count} Tage"
       x_minutes:
-        one: vor einer Minute
-        other: "vor %{count} Minuten"
+        one: eine Minute
+        other: "%{count} Minuten"
       x_months:
-        one: vor einem Monat
-        other: "vor %{count} Monaten"
+        one: ein Monat
+        other: "%{count} Monate"
       x_seconds:
-        one: vor einer Sekunde
-        other: "vor %{count} Sekunden"
+        one: eine Sekunde
+        other: "%{count} Sekunden"
     prompts:
       day: Tag
       hour: Stunden
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/el.yml new/rails/locale/el.yml
--- old/rails/locale/el.yml     2015-10-23 03:05:08.000000000 +0200
+++ new/rails/locale/el.yml     2015-11-20 12:57:15.000000000 +0100
@@ -141,17 +141,17 @@
   number:
     currency:
       format:
-        delimiter: ","
+        delimiter: "."
         format: ! '%n %u'
         precision: 2
-        separator: ! '.'
+        separator: ! ','
         significant: false
         strip_insignificant_zeros: false
         unit: €
     format:
-      delimiter: ","
+      delimiter: "."
       precision: 3
-      separator: ! '.'
+      separator: ! ','
       significant: false
       strip_insignificant_zeros: false
     human:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/km.yml new/rails/locale/km.yml
--- old/rails/locale/km.yml     2015-10-23 03:05:08.000000000 +0200
+++ new/rails/locale/km.yml     2015-11-20 12:57:15.000000000 +0100
@@ -2,13 +2,13 @@
 km:
   date:
     abbr_day_names:
-    - អទ
+    - អា
     - ច
     - អ
     - ពុ
-    - ព្រ
+    - ព្រហ
     - សុ
-    - សៅ
+    - ស
     abbr_month_names:
     - 
     - មករា
@@ -24,39 +24,60 @@
     - វិច្ឆិកា
     - ធ្នូ
     day_names:
-    - ថ្ងៃចន្ទ
-    - ថ្ងៃអង្គារ
-    - ថ្ងៃពុធ
-    - ថ្ងៃព្រហស្បតិ៍
-    - ថ្ងៃសុក្រ
-    - ថ្ងៃសៅរ៍
-    - ថ្ងៃអាទិត្យ
+    - អាទិត្យ
+    - ចន្ទ
+    - អង្គារ
+    - ពុធ
+    - ព្រហស្បតិ៍
+    - សុក្រ
+    - សៅរ៍
     formats:
-      long: ”ថ្ងៃទី%e %B %Y %H:%M %Z"
-      default: "“%d %B %Y”"
-      short: "“%d %b”"
+      long: "ថ្ងៃ%A ទី%e ខែ%B ឆ្នាំ%Y"
+      default: "%d %B %Y"
+      short: "%d %b"
     month_names:
     - 
-    - ខែមករា
-    - ខែកុម្ភៈ
-    - ខែមិនា
-    - ខែមេសា
-    - ខែឧសភា
-    - ខែមិថុនា
-    - ខែកក្កដា
-    - ខែសីហា
-    - ខែកញ្ញា
-    - ខែតុលា
-    - ខែវិច្ឆិកា
-    - ខែធ្នូ
+    - មករា
+    - កុម្ភៈ
+    - មិនា
+    - មេសា
+    - ឧសភា
+    - មិថុនា
+    - កក្កដា
+    - សីហា
+    - កញ្ញា
+    - តុលា
+    - វិច្ឆិកា
+    - ធ្នូ
     order:
     - :day
     - :month
     - :year
+  datetime:
+    distance_in_words:
+      x_days: "%{count} ថ្ងៃ"
+      x_minutes: "%{count} នាទី"
+      x_months: "%{count} ខែ"
+      x_seconds: "%{count} វិនាទី"
+      about_x_hours: ប្រមាណ %{count} ម៉ោង
+      about_x_months: ប្រមាណ %{count} ខែ
+      about_x_years: ប្រមាណ %{count} ឆ្នាំ
+      almost_x_years: ជិត %{count} ឆ្នាំ
+      half_a_minute: កន្លះនាទី
+      less_than_x_minutes: តិចជាង %{count} នាទី
+      less_than_x_seconds: តិចជាង %{count} វិនាទី
+      over_x_years: លើសពី %{count} ឆ្នាំ
+    prompts:
+      day: ថ្ងៃ
+      hour: ម៉ោង
+      minute: នាទី
+      month: ខែ
+      second: វិនាទី
+      year: ឆ្នាំ
   errors:
     format: "%{attribute} %{message}"
     messages:
-      accepted: ត្រូវតែព្រម
+      accepted: ត្រូវតែយល់ព្រម
       blank: មិនអាចរំលង
       present: ត្រូវតែរំលង
       confirmation: ផ្ទៀងផ្ទាត់មិនត្រូវនឹង %{attribute}
@@ -66,30 +87,78 @@
       exclusion: មិនអនុញ្ញាតឱ្យប្រើ
       greater_than: ត្រូវតែច្រើនជាង %{count}
       greater_than_or_equal_to: ត្រូវតែច្រើនជាងឬស្មើ %{count}
-      inclusion: មិនបាននៅក្នុងរាយការណ៍
+      inclusion: មិនមាននៅក្នុងបញ្ជី
       invalid: មិនត្រឹមត្រូវ
       less_than: ត្រូវតែតិចជាង %{count}
       less_than_or_equal_to: ត្រូវតែតិចជាងឬស្មើ %{count}
       not_a_number: មិនមែនជាលេខទេ
-      not_an_integer: ត្រូវតែជាចំនួនពេញ
+      not_an_integer: ត្រូវតែជាចំនួនគត់
       odd: ត្រូវតែជាចំនួនសេស
-      record_invalid: 'មិនមានសុពលភាព: %{errors}'
+      record_invalid: 'មិនមានសុពលភាព៖ %{errors}'
       restrict_dependent_destroy:
         one: មិនអាចលុបបានទេពីព្រោះមាន %{record} នៅឡើយ
         many: មិនអាចលុបបានទេពីព្រោះមាន %{record} នៅឡើយ
       taken: មានរួចហើយ
-      too_long:
-        one: វែងពេក (អតិបរមា 1 អក្សរ)
-        other: វែងពេក (អតិបរមា %{count} អក្សរ)
-      too_short:
-        one: ខ្លីពេក (អប្បរមា 1 អក្សរ)
-        other: ខ្លីពេក (អប្បរមា %{count} អក្សរ)
-      wrong_length:
-        one: ប្រវែងមិនត្រូវ (គួរតែមាន 1 អក្សរ)
-        other: ប្រវែងមិនត្រូវ (គួរតែមាន %{count} អក្សរ)
+      too_long: វែងពេក (យ៉ាងច្រើន %{count} តួ)
+      too_short: ខ្លីពេក (យ៉ាងតិច %{count} តួ)
+      wrong_length: ប្រវែងមិនត្រូវ (គួរតែមាន %{count} តួ)
       other_than: ត្រូវតែខុសពី %{count}
     template:
       body: 'សូមពិនិត្យមើលកំហុសនៅខាងក្រោម:'
-      header:
-        one: មានកំហុស1ដែលបានបញ្ឈប់ %{model} នេះពីការរក្សាទុក
-        other: មានកំហុស%{count}ដែលបានបញ្ឈប់ %{model} នេះពីការរក្សាទុក'
+      header: មានកំហុស %{count} ដែលបានបញ្ឈប់ការរក្សាទុក %{model}នេះ
+  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: ប៊ីលាន
+          million: លាន
+          quadrillion: ក្វាឌ្រីលាន
+          thousand: ពាន់
+          trillion: ទ្រីលាន
+          unit: ''
+      format:
+        delimiter: ''
+        precision: 3
+        significant: true
+        strip_insignificant_zeros: true
+    percentage:
+      format:
+        delimiter: ''
+    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/transliteration/de.yml 
new/rails/transliteration/de.yml
--- old/rails/transliteration/de.yml    2015-10-23 03:05:08.000000000 +0200
+++ new/rails/transliteration/de.yml    2015-11-20 12:57:15.000000000 +0100
@@ -3,6 +3,7 @@
     transliterate:
       rule:
         ä: "ae"
+        é: "e"
         ü: "ue"
         ö: "oe"
         Ä: "Ae"


Reply via email to