Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaricom/astrings2objc
The converter of Android strings resources to iOS Localisable.strings
https://github.com/yaricom/astrings2objc
Last synced: 11 days ago
JSON representation
The converter of Android strings resources to iOS Localisable.strings
- Host: GitHub
- URL: https://github.com/yaricom/astrings2objc
- Owner: yaricom
- License: mit
- Created: 2016-07-12T15:38:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T15:49:26.000Z (over 8 years ago)
- Last Synced: 2024-11-05T15:51:52.306Z (about 2 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AStrings2ObjC
The converter of Android strings resources to iOS Localisable.strings# Overview
The handy tool to convert Android strings resources to iOS Localisable.strings using ethalon Localisable.strings to match keys. Allows easy porting translations from one platform to another.# Usage
**$ go run main.go inputFile locFile [outputFile]**where:
* inputFile - the path to the Android String XML file
* locFile - the path to the Localizable.strings file which has ethalon keys
* outputFile - the path to the output file (optional). If missed than name of input will be used by appending .strings suffix