- Remember to insert a backslash (
\) before any apostrophe ('). - Make sure the characters are properly encoded when translating strings (example:
äas\u00E4,éas\u00E9etc).
You can use websites like Compart, Symbl or something else.
Example:éwould be shown asU+00E9on these websites, so just convert it to\u00E9for the android strings.
The strings can be found here:
- Do not submit pull requests to update gradle, dependencies or SDK.
- Try not to use any deprecated libraries, dependencies or methods, if other alternatives are available.
- Please test your changes before submitting a pull request.
Refer to the wiki to see how to submit data for apps.