Help Out: Difference between revisions

From DominAnt
Line 23: Line 23:
The English version can be seen on:
The English version can be seen on:


https://bitbucket.org/erik_melkersson/dominant/src/803eafc7c59d0be9812cb2dcc7ec751f083d13f1/values/strings.xml?at=master&fileviewer=file-view-default
https://bitbucket.org/erik_melkersson/dominant/src
 
Then click the directory called <code>values</code> and then <code>strings.xml</code>


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

Revision as of 06:42, 23 July 2017

Simple

Spread the word to your friends. I'd like more players.

Submit crash reports whan the app crashes. I can not fix them otherwise.

Translation

Translate the app to your language.

It is a little less than 400 strings.

The strings is handled on bitbucket and you can help.

https://bitbucket.org/erik_melkersson/dominant/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 values-sv/strings.xml for a Swedish version.

B Simple for you way

The English version can be seen on:

https://bitbucket.org/erik_melkersson/dominant/src

Then click the directory called 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 or so.

Thanks in advance