l10n 0.0.9 → 0.0.10

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.
@@ -1,3 +1,3 @@
1
1
  module L10n
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.10'
3
3
  end
@@ -0,0 +1,8 @@
1
+ de:
2
+ i18n:
3
+ inflections:
4
+ ordinals:
5
+ first: .
6
+ second: .
7
+ third: .
8
+ other: .
@@ -0,0 +1,9 @@
1
+ en:
2
+ i18n:
3
+ inflections:
4
+ ordinals:
5
+ first: st
6
+ second: nd
7
+ third: rd
8
+ other: th
9
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: l10n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -160,6 +160,8 @@ files:
160
160
  - lib/l10n/request.rb
161
161
  - lib/l10n/version.rb
162
162
  - lib/l10n.rb
163
+ - lib/locales/de.yml
164
+ - lib/locales/en.yml
163
165
  - MIT-LICENSE
164
166
  - README.md
165
167
  - Rakefile