parse
Parses a CSV translation file.
Return
TranslationData containing all parsed translations
Parameters
file
The CSV file to parse
Throws
java.io.IOException
if file cannot be read
Parses a CSV translation file.
Return
TranslationData containing all parsed translations
Parameters
path
The path to the CSV file
Throws
java.io.IOException
if file cannot be read