BoondoggleLabs / Android-Translator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Translator

A web-based tool to quickly and easily create translations for your android app. Screenshot

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 Becomes: Screenshot

Comments

Add comments to any string.

Screenshot Screenshot

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

Set up instructions

  1. Delete everything in /xml/ and replace with your own string resource files.
  2. Edit index.php changing the app name to your own, the email address and any text you wish to edit.
  3. Edit submit.php to configure PHPMailer to work with your server, and to send to your own email address.

Contributing

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

About

License:GNU General Public License v3.0


Languages

Language:PHP 82.7%Language:JavaScript 12.3%Language:CSS 5.0%Language:ApacheConf 0.0%