1,468
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Simple == | |||
; Reply in in game chat if you know the answer | ; Reply in in game chat if you know the answer | ||
; Submit crash reports | ; Submit crash reports | ||
Line 4: | Line 5: | ||
; Constructive feedback | ; Constructive feedback | ||
: If you have ideas of how something can be improved | : If you have ideas of how something can be improved | ||
== Writing == | |||
; Wiki | ; Wiki | ||
: Request an account and contribute to improve this wiki. After you have requested an account here, please send a chat message in the game, saying something about an account at the wiki, including your requested user name here so I may confirm you. | : Request an account and contribute to improve this wiki. After you have requested an account here, please send a chat message in the game, saying something about an account at the wiki, including your requested user name here so I may confirm you. | ||
== Translate == | |||
Translate the app to your language. | |||
It is almost 1000 strings, but most of them are simple. | |||
The strings is handled on bitbucket and you can help. | |||
https://bitbucket.org/erik_melkersson/color-planet/src | |||
=== A The git and bitbucket way === | |||
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 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 === | |||
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 | |||
Edit the file and send it to me. | |||
=== How to edit === | |||
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) | |||
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 | |||
{{Updated|2017}} | {{Updated|2017}} |