Skip to content

warrenbalcos/LiveTranslation

Repository files navigation

Live Translation App

An app the can be translated from a remote server

The app uses the existing android string resource keys as basis for the translation.

Text views are intercepted and swapped while the view renders if a resource translation has been matched.

Getting Started

Configuration

The host and port of the Translation Rest Api

com.wfdb.livetranslation.config.Config.java

DEFAULT_HOST = "127.0.0.1";
DEFAULT_PORT = "8080";

Building the project

building the binaries

./gradlew build

Or

  • import the project on android studio.
  • build and install on an emulator or on a device

Running Tests

./gradlew test

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages