-
-
Notifications
You must be signed in to change notification settings - Fork 175
Translate
sds100 edited this page May 26, 2019
·
17 revisions
-
You will see something like this on each line...
<string name="no_key_maps">You haven't created any keymaps!</string>
and maybe something like this...
<string name="ime_service_label" translatable="false">Key Mapper Input Method</string>
Translate the text after the
>
. For example, translate "You haven't created any keymaps!" in the first line above. If the line hastranslatable=false
, DON'T translate it. -
Email me the translated strings.xml file at [email protected] and state which language it is translated to. I can probably figure out which language it is but just want to be sure.
-
Thank you.