CSV export
This function allows to export selected languages to a CSV file, useful for easy translations.
The window has the following options:
- Separator: character used for columns division.
- Use quotes: if selected, every cell data is enclosed inside double quotes (“)
- Languages: languages to be exported (every language will take one column)
- Don’t export empty strings: empty strings will not be exported (but if at least one language has a string, this will be exported)
- Don’t export strings with only numerical values: useful to compact output and reduce file size.