Skip to content

Commit c2ba288

Browse files
author
Iván Martínez
committed
Updated README to reflect changes.
1 parent fa2f48c commit c2ba288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Just run the new ```importPoEditorStrings``` task via Android Studio or command
5656
This task will:
5757
- download all strings files (every available lang) from PoEditor given the api token and project id.
5858
- process the incoming strings to fix some PoEditor incompatibilities with Android strings system.
59-
- create and save strings.xml files to ```/values-<lang>``` (or ```/values``` in case of the default lang)
59+
- create and save strings.xml files to ```/values-<lang>``` (or ```/values``` in case of the default lang). It supports
60+
region specific languages by creating the proper folders (i.e. ```/values-es-rMX```).
6061

6162
Handle Tablet specific strings
6263
--------
@@ -120,7 +121,6 @@ will become, in values-es/strings.xml
120121

121122
To-Do
122123
-------
123-
* Manage language specializations: i.e. values-es-rMX for Mexican.
124124
* Change placeholder system to avoid using ordinals by taking into account the placeholder value instead.
125125

126126
License

0 commit comments

Comments
 (0)