1,468
edits
(Marked this version for translation) |
No edit summary |
||
Line 13: | Line 13: | ||
Send me an email at erik.melkersson@gmail.com and request an account to contribute to improve this wiki. | Send me an email at erik.melkersson@gmail.com and request an account to contribute to improve this wiki. | ||
== Translate the app == | </translate> | ||
== Translate the app == | |||
Translate the app to your language. | Translate the app to your language. | ||
It is almost 1000 strings, but most of them are simple. | It is almost 1000 strings, but most of them are simple. | ||
The strings is handled on bitbucket and you can help. | The strings is handled on bitbucket and you can help. | ||
https://bitbucket.org/erik_melkersson/color-planet/src | https://bitbucket.org/erik_melkersson/color-planet/src | ||
=== A The git and bitbucket way === | === A The git and bitbucket way === | ||
If you know how git and/or bitbucket works. | If you know how git and/or bitbucket works. | ||
The easiest for me is if you clone the repo, add translations and make a pull request to my repo. | The easiest for me is if you clone the repo, add translations and make a pull request to my repo. | ||
The new translation file shall be in a directory using the 2 letter abbreviation of the '''language'''. See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes for list of ISO 639-1 codes of your language. For example <code>values-sv/strings.xml</code> for a Swedish version. | The new translation file shall be in a directory using the 2 letter abbreviation of the '''language'''. See https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes for list of ISO 639-1 codes of your language. For example <code>values-sv/strings.xml</code> for a Swedish version. | ||
=== B Simple for you way === | === B Simple for you way === | ||
The English version can be seen if you click on "values" and then "strings.xml" | The English version can be seen if you click on "values" and then "strings.xml" | ||
If you click on the RAW button on the English version you get a file you can Save as... and name it something like strings_yourlanguage.xml | If you click on the RAW button on the English version you get a file you can Save as... and name it something like strings_yourlanguage.xml | ||
Edit the file and send it to me. | Edit the file and send it to me. | ||
=== How to edit === | === How to edit === | ||
The files uses UTF8 encoding of characters. | The files uses UTF8 encoding of characters. | ||
When you edit it in something you select utf8 (If there is options for "byte order mark" it does not matter) | When you edit it in something you select utf8 (If there is options for "byte order mark" it does not matter) | ||
The %nn stuff the placeholders where the code insert strings and numbers. Don't change them, but if needed you can change their order if word order is different in your language. | The %nn stuff the placeholders where the code insert strings and numbers. Don't change them, but if needed you can change their order if word order is different in your language. | ||
Thanks in advance | Thanks in advance | ||
== Translate the wiki == | == Translate the wiki == | ||
I have prepared pages for translation. I have translated some pages to Swedish and some partially, if you want to look at some example. | I have prepared pages for translation. I have translated some pages to Swedish and some partially, if you want to look at some example. | ||
You can either go to one page at a time and click "Translate this page" and then select Your language on the upper right and translate the section of the pages and save. | You can either go to one page at a time and click "Translate this page" and then select Your language on the upper right and translate the section of the pages and save. | ||
Or do a lot at once at: | Or do a lot at once at: | ||
<code>http://colorplanet.lysator.liu.se/wiki/index.php/Special:Translate?language=sv</code> | <code>http://colorplanet.lysator.liu.se/wiki/index.php/Special:Translate?language=sv</code> | ||
(replace sv in the end with your two letter language code) | (replace sv in the end with your two letter language code) | ||
When it comes to links to other pages: For example | When it comes to links to other pages: For example | ||
<code><nowiki>en text [[Worker]] en text</nowiki></code> | <code><nowiki>en text [[Worker]] en text</nowiki></code> | ||
Line 74: | Line 62: | ||
<code><nowiki>sv text [[Worker/sv|Arbetare]] sv text</nowiki></code> | <code><nowiki>sv text [[Worker/sv|Arbetare]] sv text</nowiki></code> | ||
{{Updated|2017}} | {{Updated|2017}} |