Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
BoondoggleLabs committed Aug 3, 2017
1 parent 4523fb3 commit bb8c6a3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# Android-Translator
A web-based tool to quickly and easily create translations for your android app.
![Screenshot](http://i.imgur.com/kq8r320.png)
### Features
* no signup required for users
* supports xml comments to help explain each string to your translators
* auto-saves progress
* strips strings where translatable="false"
### Limitations
* currently no string-array support

#### How it works
The script scans all the files and folders placed in /xml/. Anything in /xml/values/ will be used as the base language for translation. Other languages will fill in the text boxes so the user can modify any existing translations for the app.
##### Tabs
Each file corrosponds to a tab in the app. 'strings_' is stripped from the title for convenience:
![Screenshot](http://i.imgur.com/epzI1Po.png)
Becomes:
![Screenshot](http://i.imgur.com/gSlkrzh.png)

##### Comments
Add comments to any string.

![Screenshot](http://i.imgur.com/sjvNPTH.png)
![Screenshot](http://i.imgur.com/5oUvtiT.png)

##### Exporting as XML
Once the user clicks submit on the last page, the xml will be created and emailed to the address coded in submit.php

### Contributing
Feel free to refactor this and clean it up! Any commits welcome.

0 comments on commit bb8c6a3

Please sign in to comment.