Skip to content

Myler-Media/AppAssetTranslator

Repository files navigation

Translation Manager

Getting started

To install the package, a simple command can be used within the desired python environment: pip install app_asset_translator

Preparation

To ensure the package can be used properly, some files should be prepared beforehand.

A critical file for the software to work is the config.yaml file.

This config file should be placed in the directory of specific projects you'd like to apply the translation manager to.

Within this config file, specific paths can be defined, such as the paths to string.xml files, or the iOS counterpart. The path to the output (and input) CSV file should also be configured here.

An example of this config.yaml file can be found within this project.

Usage

Using the terminal, with the desired Python environment activated, the following commands can be used;

app_asset_translator csv
app_asset_translator resources
app_asset_translator -h

Libraries

  • Written using Python.
  • Pandas: Used to generate/manipulate CSV data.
  • PyYAML: Used to parse YAML files.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages