write

public static void write(TranslationCsvParser.TranslationData data, File file)

Writes translation data to a CSV file.

Parameters

data

The translation data to write

file

The file to write to

Throws

java.io.IOException

if file cannot be written


public static void write(TranslationCsvParser.TranslationData data, Path path)

Writes translation data to a CSV file.

Parameters

data

The translation data to write

path

The path to write to

Throws

java.io.IOException

if file cannot be written