rails-i18n 0.1.0

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.
Files changed (75) hide show
  1. data/MIT-LICENSE.txt +21 -0
  2. data/README.md +118 -0
  3. data/lib/rails-i18n.rb +4 -0
  4. data/rails/locale/ar.yml +226 -0
  5. data/rails/locale/bg.yml +322 -0
  6. data/rails/locale/bn-IN.yml +223 -0
  7. data/rails/locale/bs.yml +157 -0
  8. data/rails/locale/ca.yml +253 -0
  9. data/rails/locale/cs.rb +229 -0
  10. data/rails/locale/cy.yml +221 -0
  11. data/rails/locale/da.yml +235 -0
  12. data/rails/locale/de-AT.yml +194 -0
  13. data/rails/locale/de-CH.yml +194 -0
  14. data/rails/locale/de.yml +233 -0
  15. data/rails/locale/dsb.yml +225 -0
  16. data/rails/locale/el.yml +173 -0
  17. data/rails/locale/en-AU.yml +220 -0
  18. data/rails/locale/en-GB.yml +220 -0
  19. data/rails/locale/en-US.yml +222 -0
  20. data/rails/locale/eo.yml +222 -0
  21. data/rails/locale/es-AR.yml +219 -0
  22. data/rails/locale/es-CL.yml +224 -0
  23. data/rails/locale/es-CO.yml +220 -0
  24. data/rails/locale/es-MX.yml +227 -0
  25. data/rails/locale/es-PE.yml +170 -0
  26. data/rails/locale/es.yml +225 -0
  27. data/rails/locale/et.yml +260 -0
  28. data/rails/locale/eu.yml +224 -0
  29. data/rails/locale/fa.yml +222 -0
  30. data/rails/locale/fi.yml +225 -0
  31. data/rails/locale/fr-CA.yml +227 -0
  32. data/rails/locale/fr-CH.yml +224 -0
  33. data/rails/locale/fr.yml +222 -0
  34. data/rails/locale/fur.yml +184 -0
  35. data/rails/locale/gl-ES.yml +236 -0
  36. data/rails/locale/gsw-CH.yml +222 -0
  37. data/rails/locale/he.yml +227 -0
  38. data/rails/locale/hi-IN.yml +221 -0
  39. data/rails/locale/hi.yml +221 -0
  40. data/rails/locale/hr.yml +159 -0
  41. data/rails/locale/hsb.yml +233 -0
  42. data/rails/locale/hu.yml +215 -0
  43. data/rails/locale/id.yml +187 -0
  44. data/rails/locale/is.yml +230 -0
  45. data/rails/locale/it.yml +235 -0
  46. data/rails/locale/ja.yml +228 -0
  47. data/rails/locale/kn.yml +222 -0
  48. data/rails/locale/ko.yml +228 -0
  49. data/rails/locale/lo.yml +244 -0
  50. data/rails/locale/lt.yml +184 -0
  51. data/rails/locale/lv.yml +221 -0
  52. data/rails/locale/mk.yml +158 -0
  53. data/rails/locale/mn.yml +199 -0
  54. data/rails/locale/nb.yml +220 -0
  55. data/rails/locale/nl.yml +226 -0
  56. data/rails/locale/nn.yml +139 -0
  57. data/rails/locale/pl.yml +234 -0
  58. data/rails/locale/pt-BR.yml +239 -0
  59. data/rails/locale/pt-PT.yml +230 -0
  60. data/rails/locale/rm.yml +177 -0
  61. data/rails/locale/ro.yml +211 -0
  62. data/rails/locale/ru.yml +376 -0
  63. data/rails/locale/sk.yml +236 -0
  64. data/rails/locale/sl.yml +233 -0
  65. data/rails/locale/sr-Latn.yml +159 -0
  66. data/rails/locale/sr.yml +159 -0
  67. data/rails/locale/sv-SE.yml +273 -0
  68. data/rails/locale/sw.yml +222 -0
  69. data/rails/locale/th.rb +199 -0
  70. data/rails/locale/tr.yml +181 -0
  71. data/rails/locale/uk.yml +351 -0
  72. data/rails/locale/vi.yml +241 -0
  73. data/rails/locale/zh-CN.yml +250 -0
  74. data/rails/locale/zh-TW.yml +250 -0
  75. metadata +153 -0
metadata ADDED
@@ -0,0 +1,153 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rails-i18n
3
+ version: !ruby/object:Gem::Version
4
+ hash: 27
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 0
10
+ version: 0.1.0
11
+ platform: ruby
12
+ authors:
13
+ - Rails I18n Group
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-07-12 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: activesupport
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ~>
27
+ - !ruby/object:Gem::Version
28
+ hash: 5
29
+ segments:
30
+ - 3
31
+ version: "3"
32
+ type: :runtime
33
+ version_requirements: *id001
34
+ description: A set of common locale data and translations to internationalize and/or localize your Rails applications.
35
+ email: rails-i18n@googlegroups.com
36
+ executables: []
37
+
38
+ extensions: []
39
+
40
+ extra_rdoc_files: []
41
+
42
+ files:
43
+ - rails/locale/hi-IN.yml
44
+ - rails/locale/en-AU.yml
45
+ - rails/locale/vi.yml
46
+ - rails/locale/sr-Latn.yml
47
+ - rails/locale/lv.yml
48
+ - rails/locale/es-CO.yml
49
+ - rails/locale/pl.yml
50
+ - rails/locale/nl.yml
51
+ - rails/locale/de.yml
52
+ - rails/locale/tr.yml
53
+ - rails/locale/pt-BR.yml
54
+ - rails/locale/mn.yml
55
+ - rails/locale/eo.yml
56
+ - rails/locale/cy.yml
57
+ - rails/locale/en-US.yml
58
+ - rails/locale/sw.yml
59
+ - rails/locale/ja.yml
60
+ - rails/locale/es.yml
61
+ - rails/locale/bn-IN.yml
62
+ - rails/locale/es-MX.yml
63
+ - rails/locale/kn.yml
64
+ - rails/locale/fi.yml
65
+ - rails/locale/eu.yml
66
+ - rails/locale/de-CH.yml
67
+ - rails/locale/gl-ES.yml
68
+ - rails/locale/ar.yml
69
+ - rails/locale/nn.yml
70
+ - rails/locale/hi.yml
71
+ - rails/locale/zh-TW.yml
72
+ - rails/locale/el.yml
73
+ - rails/locale/bg.yml
74
+ - rails/locale/ko.yml
75
+ - rails/locale/rm.yml
76
+ - rails/locale/hr.yml
77
+ - rails/locale/fr-CH.yml
78
+ - rails/locale/da.yml
79
+ - rails/locale/fr-CA.yml
80
+ - rails/locale/is.yml
81
+ - rails/locale/ro.yml
82
+ - rails/locale/pt-PT.yml
83
+ - rails/locale/nb.yml
84
+ - rails/locale/uk.yml
85
+ - rails/locale/sr.yml
86
+ - rails/locale/lo.yml
87
+ - rails/locale/mk.yml
88
+ - rails/locale/hu.yml
89
+ - rails/locale/sk.yml
90
+ - rails/locale/zh-CN.yml
91
+ - rails/locale/cs.rb
92
+ - rails/locale/es-AR.yml
93
+ - rails/locale/en-GB.yml
94
+ - rails/locale/fa.yml
95
+ - rails/locale/es-CL.yml
96
+ - rails/locale/ca.yml
97
+ - rails/locale/id.yml
98
+ - rails/locale/de-AT.yml
99
+ - rails/locale/dsb.yml
100
+ - rails/locale/th.rb
101
+ - rails/locale/hsb.yml
102
+ - rails/locale/it.yml
103
+ - rails/locale/gsw-CH.yml
104
+ - rails/locale/es-PE.yml
105
+ - rails/locale/ru.yml
106
+ - rails/locale/sv-SE.yml
107
+ - rails/locale/sl.yml
108
+ - rails/locale/fr.yml
109
+ - rails/locale/et.yml
110
+ - rails/locale/he.yml
111
+ - rails/locale/bs.yml
112
+ - rails/locale/lt.yml
113
+ - rails/locale/fur.yml
114
+ - README.md
115
+ - MIT-LICENSE.txt
116
+ - lib/rails-i18n.rb
117
+ homepage: http://github.com/svenfuchs/rails-i18n
118
+ licenses: []
119
+
120
+ post_install_message:
121
+ rdoc_options: []
122
+
123
+ require_paths:
124
+ - lib
125
+ required_ruby_version: !ruby/object:Gem::Requirement
126
+ none: false
127
+ requirements:
128
+ - - ">="
129
+ - !ruby/object:Gem::Version
130
+ hash: 3
131
+ segments:
132
+ - 0
133
+ version: "0"
134
+ required_rubygems_version: !ruby/object:Gem::Requirement
135
+ none: false
136
+ requirements:
137
+ - - ">="
138
+ - !ruby/object:Gem::Version
139
+ hash: 17
140
+ segments:
141
+ - 1
142
+ - 3
143
+ - 5
144
+ version: 1.3.5
145
+ requirements: []
146
+
147
+ rubyforge_project: "[none]"
148
+ rubygems_version: 1.8.5
149
+ signing_key:
150
+ specification_version: 3
151
+ summary: Common locale data and translations for Rails i18n.
152
+ test_files: []
153
+