Home > props-csv

props-csv

Props-csv is a project mainly written in Ruby, it's free.

A two way converter from i18n properties files to CSV spreadsheet to allow translations from non-techies

Simple script that does two things:

  • Traverses a directory searching for .properties files transforming each key in those files into a line in a CSV spreadsheet and each language into a column.
  • Reads a csv file transforming a set of lines with the same first column into .properties files (one for each language column as describe before) with key and translation and putting them on the right folder structure.
Previous:harrrbour