Skip to content

macandyp/CSVToXLIFF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

CSVToXLIFF

While there are many XLIFF applications available, there was a very unique scenario that occured within my company: nobody had permission to install any external applications on their Windows machines. They did, however, all have Excel. This application does two things:

  1. Takes an XLIFF file and converts it to a barebones CSV file. It includes the source, target, and note fields from XLIFF.
  2. Once translations are placed in the CSV file, you can then convert it back to the XLIFF file. This is done in two steps:
    1. Select the original XLIFF file
    2. Select the CSV file

There is quite a bit of work that is needed on the application, but it generally works.

Needed

  • Better UI/flow for importing CSV for XLIFF conversion
  • Handle commas better in original text strings

About

A CSV and XLIFF Utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published