mirror of
https://github.com/ysoftdevs/fastlane2xliff.git
synced 2026-04-09 18:33:56 +02:00
Add reverse conversion from xliff2fastlane
This commit is contained in:
14
README.md
14
README.md
@@ -1,12 +1,14 @@
|
||||
# fastlane to XLIFF converter
|
||||
|
||||
Simple Python tool which can convert fastlane version of resources stored in files into XLIFF.
|
||||
Simple Python tool which can convert fastlane version of resources stored in files into XLIFF and vice versa.
|
||||
This version of tool was tested with Python 2.7 and Trados.
|
||||
|
||||
You can find more information about fastlane at: https://fastlane.tools/
|
||||
|
||||
## Usage
|
||||
|
||||
### Conversion from fastlane to XLIFF
|
||||
|
||||
`python bin/fastlane2xliff.py <soure-directory> <target-xliff-file> <language-code>`
|
||||
|
||||
Sample:
|
||||
@@ -15,6 +17,16 @@ Sample:
|
||||
|
||||
`python bin/fastlane2xliff.py sample/src sample/result/sk-SK/tram.xlf "sk-SK"`
|
||||
|
||||
### Conversion from XLIFF to fastlane
|
||||
|
||||
python bin/xliff2fastlane.py <source-xliff-file> <target-directory>
|
||||
|
||||
Sample:
|
||||
|
||||
python bin/xliff2fastlane.py sample/result/cs-CZ/tram.xlf sample/src
|
||||
|
||||
python bin/xliff2fastlane.py sample/result/sk-SK/tram.xlf sample/src
|
||||
|
||||
## Further information
|
||||
|
||||
You can find more information about development in Y Soft RnD at http://www.ysofters.com
|
||||
|
||||
Reference in New Issue
Block a user