mirror of
https://github.com/ysoftdevs/fastlane2xliff.git
synced 2026-03-31 14:13:32 +02:00
initial commit of fastlane2xliff with sample
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# fastlane to XLIFF converter
|
||||
|
||||
Simple Python tool which can convert fastlane version of resources stored in files into XLIFF.
|
||||
This version of tool was tested with Python 2.7 and Trados.
|
||||
|
||||
## Usage
|
||||
|
||||
`python bin/fastlane2xliff.py <soure-directory> <target-xliff-file> <language-code>`
|
||||
|
||||
Sample:
|
||||
|
||||
`python bin/fastlane2xliff.py sample/src sample/result/cs-CZ/tram.xlf "cs-CZ"`
|
||||
`python bin/fastlane2xliff.py sample/src sample/result/sk-SK/tram.xlf "sk-SK"`
|
||||
|
||||
## Further information
|
||||
|
||||
You can find more information about development in Y Soft RnD at http://www.ysofters.com
|
||||
|
||||
## Author
|
||||
|
||||
Juraj Michalek - https://github.com/georgik
|
||||
Reference in New Issue
Block a user