Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaricom/astrings2csv
Converter of Android string resources file to CSV in order to have it for external translations
https://github.com/yaricom/astrings2csv
Last synced: 11 days ago
JSON representation
Converter of Android string resources file to CSV in order to have it for external translations
- Host: GitHub
- URL: https://github.com/yaricom/astrings2csv
- Owner: yaricom
- Created: 2016-03-18T12:05:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T12:13:16.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T15:51:52.506Z (about 2 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AStrings2CSV
Converter of Android string resources file to CSV in order to have it for external translations# Overview
Android string resources provided as XML file which is not always handy for linguist folks who do translate it.
This tools allows convertation of Android string XML resources to CSV file which can be opened by any Office suite for further processing.# Usage
**$ go run main.go inputFile [outputFile]**where:
* inputFile - the path to the Android String XML file
* outputFile - the path to the output file (optional). If missed than name of input will be used by appending .csv suffix