File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ Just run the new ```importPoEditorStrings``` task via Android Studio or command
5656This 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
6162Handle Tablet specific strings
6263--------
@@ -120,7 +121,6 @@ will become, in values-es/strings.xml
120121
121122To-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
126126License
You can’t perform that action at this time.
0 commit comments