i18n-timezones 1.2 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +2 -1
- data/lib/i18n_timezones/version.rb +1 -1
- data/rails/locale/de.yml +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -35,7 +35,8 @@ https://github.com/azhuravlev
|
|
|
35
35
|
Hannes Stiebitzhofer - https://github.com/stiebitzhofer
|
|
36
36
|
|
|
37
37
|
== Version History
|
|
38
|
-
|
|
38
|
+
1.2.1 - Fixing a German translation
|
|
39
|
+
1.2 - Adding German locale
|
|
39
40
|
0.1.1 - Adding Russian locale
|
|
40
41
|
0.1.0 - Adding Korean locale
|
|
41
42
|
|
data/rails/locale/de.yml
CHANGED
|
@@ -57,7 +57,7 @@ de:
|
|
|
57
57
|
"Sarajevo": "Sarajevo" # +01:00
|
|
58
58
|
"Skopje": "Skopje" # +01:00
|
|
59
59
|
"Stockholm": "Stockholm" # +01:00
|
|
60
|
-
"Vienna": "
|
|
60
|
+
"Vienna": "Wien" # +01:00
|
|
61
61
|
"Warsaw": "Warschau" # +01:00
|
|
62
62
|
"West Central Africa": "Westzentralafrika" # +01:00
|
|
63
63
|
"Zagreb": "Zagreb" # +01:00
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: i18n-timezones
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-04-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: i18n
|