rabelyoda 1.0.2 → 1.0.3
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.markdown +2 -0
- data/VERSION +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -15,6 +15,8 @@ Checkout the `config/locales.out` folder for merged locale files. Each file, exc
|
|
|
15
15
|
|
|
16
16
|
All of the strings not found in `en.yml`, will be removed from `*.yml` as well.
|
|
17
17
|
|
|
18
|
+
You can then give all these `locale.yml` files to your translators. When the translation is done just copy the translated file over the original one in `config/locales`, commit and deploy.
|
|
19
|
+
|
|
18
20
|
## Note on Patches/Pull Requests
|
|
19
21
|
|
|
20
22
|
* Fork the project.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.3
|