To install the package, a simple command can be used within the desired python environment:
pip install app_asset_translator
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.
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