All Projects → BoondoggleLabs → Android Translator

BoondoggleLabs / Android Translator

Licence: gpl-3.0

Projects that are alternatives of or similar to Android Translator

Lingver
Manage your application locale and language.
Stars: ✭ 300 (+334.78%)
Mutual labels:  translation, android-development
Languagetest
Changing the language on Android
Stars: ✭ 223 (+223.19%)
Mutual labels:  translation, android-development
Logisim
Logisim Italian Fork
Stars: ✭ 61 (-11.59%)
Mutual labels:  translation
Firebaseauth Android
Firebase Authentication code guideline for Android developer
Stars: ✭ 67 (-2.9%)
Mutual labels:  android-development
Awesome Mobile Machine Learning
A curated list of awesome mobile machine learning resources for iOS, Android, and edge devices.
Stars: ✭ 1,136 (+1546.38%)
Mutual labels:  android-development
Fitbutton
The button which can use with icon, text, divider, custom ripple effect, border, corner radius e.t.c.
Stars: ✭ 63 (-8.7%)
Mutual labels:  android-development
Awesome Android
A curated list of awesome Android packages and resources.
Stars: ✭ 8,843 (+12715.94%)
Mutual labels:  android-development
Local Feature Android
Add online and offline text translation to Android apps
Stars: ✭ 60 (-13.04%)
Mutual labels:  translation
Manpages Ko
리눅스 매뉴얼 페이지 일부 한글 번역
Stars: ✭ 68 (-1.45%)
Mutual labels:  translation
Localization Zh Cn Plugin
Chinese Localization for Jenkins
Stars: ✭ 65 (-5.8%)
Mutual labels:  translation
Android 100 top Projects
Android 100 TOP Projects all over the github (Android百大框架排行榜)
Stars: ✭ 1,148 (+1563.77%)
Mutual labels:  android-development
Google Translate Php
🌐 Free Google Translate API PHP Package. Translates totally free of charge.
Stars: ✭ 1,131 (+1539.13%)
Mutual labels:  translation
Api Debugger
🔨A like Postman API debugger that supports custom encryption. 一个类似Postman的支持自定义加密传输的后台API接口调试工具.
Stars: ✭ 63 (-8.7%)
Mutual labels:  android-development
Gettext Go
🆎 GNU gettext for Go (Imported By Kubernetes)
Stars: ✭ 66 (-4.35%)
Mutual labels:  translation
The Third Eye
An AI based application to identify currency and gives audio feedback.
Stars: ✭ 63 (-8.7%)
Mutual labels:  android-development
Coroutines Sample
Companion sample for coroutines 1.3
Stars: ✭ 68 (-1.45%)
Mutual labels:  android-development
Zomato
This project uses Zomato API to get restaurants,recipes,ratings,etc.Screenshots attached
Stars: ✭ 61 (-11.59%)
Mutual labels:  android-development
React Intl Hooks
React hooks for internationalization without the hassle ⚛️🌍
Stars: ✭ 64 (-7.25%)
Mutual labels:  translation
Poedit
Translations editor for Mac, Windows and Unix
Stars: ✭ 1,140 (+1552.17%)
Mutual labels:  translation
Android App Architecture Mvvm Databinding
A simple but complete project (in both Java & Kotlin) to demonstrate the Android application architecture with MVVM pattern, a client app for The Movie DB Web API. Dagger2 is used for dependency injection and RxJava is used for RFP (Reactive Functional Programming).
Stars: ✭ 69 (+0%)
Mutual labels:  android-development

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].