-
-
Notifications
You must be signed in to change notification settings - Fork 16
Translation
Here is a quick guide for translators who want to help mLauncher, here are some of the possible methods:
This is the preferred way.
-
Fork the repository
-
Copy the
strings.xml
file located inmLauncher/app/src/main/res/values
-
Create a folder
values-[your-language-code]
(likevalues-es
for Spanish language) inmLauncher/app/src/main/res/
for the translated strings.xml file.
Tip 1: to create a file subdirectory, simply add a slash (/) after the folder name to enter the folder and be able to create the files there
Tip 2: [here is a list of country codes](https://countrycode.org/)
Tip 3: - Translate all texts between the <string> and </string> tags.
Tip 4: Remember to insert a backslash \ before any apostrophe '
-
once your translated
strings.xml
file has been created and filled in, click on the "create new file" button -
Perform the same operation for the files: located in
mLauncher/fastlane/metadata/android/en-US
- full_description.txt
- short_description.txt
-
Create a folder named like
en-US
but using your country code inmLauncher/fastlane/metadata/android/
for translated description files, like for thestrings.xml
file... it's almost done ;-) -
With these three translated files in place, you can create the pull request, Or, if you want, make a few more small additions
And There you go! all you have to do is wait for the developer to merge your additions...
If you are not familiar with pull requests, you can just open an issue and post your translation there
-
Simply download the latest version of these files:
-
Translate all texts between the
<string>
and</string>
tags. -
Remember to insert a backslash
\
before any apostrophe'
-
Open an issue with the title: Translation in your-language
-
Share the three files in the body of the issue.
The verification and addition of your translation will be done by the developer as soon as possible
Author: Wayne Wesley
License: LICENSE
Code of conduct : CODE_OF_CONDUCT