Hello community,
here is the log from the commit of package rubygem-rails-i18n for
openSUSE:Factory checked in at 2017-04-11 09:31:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rails-i18n (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rails-i18n"
Tue Apr 11 09:31:55 2017 rev:22 rq:456618 version:5.0.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rails-i18n/rubygem-rails-i18n.changes
2017-01-15 11:19:20.807622079 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new/rubygem-rails-i18n.changes
2017-04-11 09:32:02.412308056 +0200
@@ -1,0 +2,16 @@
+Sat Feb 11 06:01:56 UTC 2017 - [email protected]
+
+- updated to version 5.0.3
+ see installed CHANGELOG.md
+
+ ## 5.0.3 (2017-02-10)
+ - Update following locales:
+ - Portuguese (pt, pt-BR)
+ - Spanish locales (ES-\*)
+ - Japanese (ja)
+ - Georgian (ka)
+ - Korean (ko)
+ - Swedish (sv, sv-SE)
+ - Ukrainian (uk)
+
+-------------------------------------------------------------------
Old:
----
rails-i18n-5.0.2.gem
New:
----
rails-i18n-5.0.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rails-i18n.spec ++++++
--- /var/tmp/diff_new_pack.fLZg7s/_old 2017-04-11 09:32:03.172200734 +0200
+++ /var/tmp/diff_new_pack.fLZg7s/_new 2017-04-11 09:32:03.172200734 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rails-i18n
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.0.2
+Version: 5.0.3
Release: 0
%define mod_name rails-i18n
%define mod_full_name %{mod_name}-%{version}
++++++ rails-i18n-5.0.2.gem -> rails-i18n-5.0.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2016-12-29 16:25:13.000000000 +0100
+++ new/CHANGELOG.md 2017-02-10 15:03:05.000000000 +0100
@@ -1,3 +1,13 @@
+## 5.0.3 (2017-02-10)
+- Update following locales:
+ - Portuguese (pt, pt-BR)
+ - Spanish locales (ES-\*)
+ - Japanese (ja)
+ - Georgian (ka)
+ - Korean (ko)
+ - Swedish (sv, sv-SE)
+ - Ukrainian (uk)
+
## 5.0.2 (2016-12-29)
- Add following locales:
- Georgian (ka)
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 2016-12-29 16:25:13.000000000 +0100
+++ new/metadata 2017-02-10 15:03:05.000000000 +0100
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: rails-i18n
version: !ruby/object:Gem::Version
- version: 5.0.2
+ version: 5.0.3
platform: ruby
authors:
- Rails I18n Group
autorequire:
bindir: bin
cert_chain: []
-date: 2016-12-29 00:00:00.000000000 Z
+date: 2017-02-10 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: i18n
@@ -371,6 +371,7 @@
- rails/transliteration/fr.yml
- rails/transliteration/hu.yml
- rails/transliteration/pl.yml
+- rails/transliteration/pt.yml
- rails/transliteration/ro.yml
- rails/transliteration/ru.rb
- rails/transliteration/uk.rb
@@ -395,7 +396,7 @@
version: 1.3.5
requirements: []
rubyforge_project: "[none]"
-rubygems_version: 2.5.1
+rubygems_version: 2.5.2
signing_key:
specification_version: 4
summary: Common locale data and translations for Rails i18n.
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-419.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-AR.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-CL.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-CO.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-CR.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-EC.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-ES.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-MX.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-PA.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-PE.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-US.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es-VE.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mes
other: "%{count} meses"
+ x_years:
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
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 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/es.yml 2017-02-10 15:03:06.000000000 +0100
@@ -94,8 +94,8 @@
one: 1 mes
other: "%{count} meses"
x_years:
- one: 1 year
- other: "%{count} years"
+ one: 1 año
+ other: "%{count} años"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rails/locale/ja.yml new/rails/locale/ja.yml
--- old/rails/locale/ja.yml 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/ja.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1ヶ月
other: "%{count}ヶ月"
+ x_years:
+ one: 1年
+ other: "%{count}年"
x_seconds:
one: 1秒
other: "%{count}秒"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rails/locale/ka.yml new/rails/locale/ka.yml
--- old/rails/locale/ka.yml 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/ka.yml 2017-02-10 15:03:06.000000000 +0100
@@ -146,9 +146,9 @@
select:
prompt: გთხოვთ აირჩიოთ
submit:
- create: შექმნა %{model}
- submit: დამახსოვრება %{model}
- update: განახლება %{model}
+ create: "%{model}-ს შექმნა"
+ submit: "%{model}-ს დამახსოვრება"
+ update: "%{model}-ს განახლება"
number:
currency:
format:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rails/locale/ko.yml new/rails/locale/ko.yml
--- old/rails/locale/ko.yml 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/ko.yml 2017-02-10 15:03:06.000000000 +0100
@@ -101,40 +101,40 @@
second: 초
year: 년
errors:
- format: "%{attribute}%{message}"
+ format: "%{message}"
messages:
- accepted: 을(를) 반드시 확인해야 합니다
- blank: 에 내용을 입력해 주세요
- confirmation: 은(는) 서로 일치해야 합니다
- 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}과 작거나 같아야 합니다
- not_a_number: 에 숫자를 입력해 주세요
- not_an_integer: 에 정수를 입력해 주세요
- odd: 에 홀수를 입력해 주세요
- taken: 은(는) 이미 존재합니다.
- too_long: 은(는) %{count}자를 넘을 수 없습니다
- too_short: 은(는) 적어도 %{count}자를 넘어야 합니다
- wrong_length: 은(는) %{count}자여야 합니다
+ accepted: "%{attribute}을(를) 반드시 확인해야 합니다"
+ blank: "%{attribute}에 내용을 입력해 주세요"
+ confirmation: "%{attribute}은(는) 서로 일치해야 합니다"
+ empty: "%{attribute}에 내용을 입력해 주세요"
+ equal_to: "%{attribute}은(는) %{count}과 같아야 합니다"
+ even: "%{attribute}에 짝수를 입력해 주세요"
+ exclusion: "%{attribute}은(는) 이미 예약되어 있는 값입니다"
+ greater_than: "%{attribute}은(는) %{count}보다 커야 합니다"
+ greater_than_or_equal_to: "%{attribute}은(는) %{count}보다 크거야 같아야 합니다"
+ inclusion: "%{attribute}은(는) 목록에 포함되어 있는 값이 아닙니다"
+ invalid: "%{attribute}은(는) 올바르지 않은 값입니다"
+ less_than: "%{attribute}은(는) %{count}보다 작아야 합니다"
+ less_than_or_equal_to: "%{attribute}은(는) %{count}과 작거나 같아야 합니다"
+ not_a_number: "%{attribute}에 숫자를 입력해 주세요"
+ not_an_integer: "%{attribute}에 정수를 입력해 주세요"
+ odd: "%{attribute}에 홀수를 입력해 주세요"
+ taken: "%{attribute}은(는) 이미 존재합니다"
+ too_long: "%{attribute}은(는) %{count}자를 넘을 수 없습니다"
+ too_short: "%{attribute}은(는) 적어도 %{count}자를 넘어야 합니다"
+ wrong_length: "%{attribute}은(는) %{count}자여야 합니다"
template:
- body: '다음 항목에 문제가 발견되었습니다:'
+ body: '아래 문제를 확인해 주세요.'
header:
- one: 한 개의 오류가 발생해 %{model}를 저장 할 수 없습니다
- other: "%{count}개의 오류가 발생해 %{model}를 저장 할 수 없습니다"
+ one: 한 개의 오류로 인해 %{model}을(를) 저장할 수 없습니다
+ other: "%{count}개의 오류로 인해 %{model}을(를) 저장할 수 없습니다"
helpers:
select:
prompt: 선택해주세요
submit:
create: 등록
submit: 제출
- update: 갱신
+ update: 수정
number:
currency:
format:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rails/locale/pt-BR.yml new/rails/locale/pt-BR.yml
--- old/rails/locale/pt-BR.yml 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/pt-BR.yml 2017-02-10 15:03:06.000000000 +0100
@@ -93,6 +93,9 @@
x_months:
one: 1 mês
other: "%{count} meses"
+ x_years:
+ one: 1 ano
+ other: "%{count} anos"
x_seconds:
one: 1 segundo
other: "%{count} segundos"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rails/locale/pt.yml new/rails/locale/pt.yml
--- old/rails/locale/pt.yml 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/pt.yml 2017-02-10 15:03:06.000000000 +0100
@@ -4,6 +4,9 @@
errors:
messages:
record_invalid: 'A validação falhou: %{errors}'
+ restrict_dependent_destroy:
+ has_many: Não pode ser eliminado por existirem dependências de
%{record}
+ has_one: Não pode ser eliminado por existir uma dependência de
%{record}
date:
abbr_day_names:
- Dom
@@ -93,6 +96,9 @@
x_seconds:
one: 1 segundo
other: "%{count} segundos"
+ x_years:
+ one: 1 ano
+ other: "%{count} anos"
prompts:
day: Dia
hour: Hora
@@ -116,9 +122,13 @@
invalid: é inválido
less_than: tem de ser menor que %{count}
less_than_or_equal_to: tem de ser menor ou igual a %{count}
+ model_invalid: 'A validação falhou: %{errors}'
not_a_number: não é um número
not_an_integer: tem de ser um inteiro
odd: tem de ser ímpar
+ other_than: tem de ser diferente de %{count}
+ present: não pode estar em branco
+ required: é obrigatório
taken: não está disponível
too_long: é demasiado grande (o máximo é de %{count} caracteres)
too_short: é demasiado pequeno (o mínimo é de %{count} caracteres)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rails/locale/sv-SE.yml new/rails/locale/sv-SE.yml
--- old/rails/locale/sv-SE.yml 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/sv-SE.yml 2017-02-10 15:03:06.000000000 +0100
@@ -148,7 +148,7 @@
number:
currency:
format:
- delimiter: ''
+ delimiter: ' '
format: "%n %u"
precision: 2
separator: ","
@@ -156,7 +156,7 @@
strip_insignificant_zeros: false
unit: kr
format:
- delimiter: ''
+ delimiter: ' '
precision: 2
separator: ","
significant: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rails/locale/sv.yml new/rails/locale/sv.yml
--- old/rails/locale/sv.yml 2016-12-29 16:25:13.000000000 +0100
+++ new/rails/locale/sv.yml 2017-02-10 15:03:06.000000000 +0100
@@ -148,7 +148,7 @@
number:
currency:
format:
- delimiter: ''
+ delimiter: ' '
format: "%n %u"
precision: 2
separator: ","
@@ -156,7 +156,7 @@
strip_insignificant_zeros: false
unit: kr
format:
- delimiter: ''
+ delimiter: ' '
precision: 2
separator: ","
significant: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/rails/transliteration/pt.yml
new/rails/transliteration/pt.yml
--- old/rails/transliteration/pt.yml 1970-01-01 01:00:00.000000000 +0100
+++ new/rails/transliteration/pt.yml 2017-02-10 15:03:06.000000000 +0100
@@ -0,0 +1,28 @@
+pt:
+ i18n:
+ transliterate:
+ rule:
+ á: "a"
+ à: "a"
+ ã: "a"
+ â: "a"
+ é: "e"
+ ê: "e"
+ í: "i"
+ ó: "o"
+ õ: "o"
+ ú: "u"
+ Á: "A"
+ À: "A"
+ Ã: "A"
+ É: "E"
+ Ê: "E"
+ Í: "I"
+ Ó: "O"
+ Õ: "O"
+ Ú: "U"
+ Æ: "Ae"
+ æ: "ae"
+ º: "o"
+ ª: "a"
+ ç: "c"