localization_generator 1.0.6 → 1.0.7
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/templates/README +4 -0
- metadata +1 -1
data/templates/README
CHANGED
|
@@ -27,6 +27,9 @@ Edit this file as necessary...
|
|
|
27
27
|
|
|
28
28
|
== Requirements
|
|
29
29
|
|
|
30
|
+
This module requires iconv support. This is installed by default on most
|
|
31
|
+
*nix distributions, but not on Windows.
|
|
32
|
+
|
|
30
33
|
You need to put your translations in the files lang/[language].yaml. Then, the
|
|
31
34
|
:default_language => [language] configuration variable will ensure that the
|
|
32
35
|
appropriate file is loaded.
|
|
@@ -53,5 +56,6 @@ configuration variable :default_language to either 'en' or 'sp.' That's it!
|
|
|
53
56
|
|
|
54
57
|
== Changelog
|
|
55
58
|
|
|
59
|
+
1.0.7 Fixed README to indicate dependency on iconv
|
|
56
60
|
1.0.1 Fixed a few problems, including with test suite
|
|
57
61
|
1.0.0 First gem release
|