Skip to content

osfunapps/os_android_strings_importer-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project's aim is to translate back the xlsx file made in
os_android_strings_extractor-py to a strings.xml file you can use on your Android project.

Installation

Install via pip:

pip install os_android_strings_importer

Usage

Just point to the .xlsx file and add the output directory:

import os_android_strings_importer.StringsImporter as si

si.run('/path/to/xlsx/file.xlsx', '/path/to/output/dir')

Links

os_android_strings_extractor-py -> turn the strings.xml file to a helpful xlsx file and send it to translators.

Licence

MIT

About

This module will import an xlsx file (made by os_android_strings_extractor) and convert it to an Android strings.xml file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages