Skip to content

Convert to and from Xcode, iOS XLIFF files <-> CSV files.

Notifications You must be signed in to change notification settings

JoeFerrucci/xliff-csv-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xliff2csv

Need to install libxml2 and libxslt.

Very useful for exporting XLIFF from Xcode and turning them into CSV files to pass to some translator, then turn back into XLIFF and import into Xcode Project.

# Convert a folder of .xliff files to a .csv 
# with the following name: translation_#{last_subfolder of sourcefolder}.csv
$ ruby xliff2csv.rb -S <YourSourceFolder>
# Convert back the .csv file into the folder <YourTargetFolder>
$ ruby csv2xliff.rb translated_xliff.csv -T <YourTargetFolder>

About

Convert to and from Xcode, iOS XLIFF files <-> CSV files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages