We'll create fresh WordPress site with CSV Format for GlotPress installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Adds the CSV format to GlotPress to export/import translations and originals.
This allows you to export a translation set to a CSV file, and use this to import the translations or originals into the project.
This plugin is properly prepared for localization.
The CSV output has values separated by ,
and enclosured by " "
.
The total number of columns depends on the number of Plural Forms of the exported Locale.
For an sample file, please check out example.csv.
The header columns for the different translations have the Translation (<plural-form>)
naming convention, being the Plural Forms depending on each exported Locale.
See the example below for a Portuguese CSV export, which has 2
plural forms.
"Context","Singular","Plural","Comments","References","Translation (Singular)","Translation (Plural)"
"","Singular in English.","","Comment 1.\nComment 2.","","Singular em Português.",""
The 5 main columns are Context
, Singular
, Plural
, Comments
and References
.
The number of Plural Forms columns may vary depending on each Locale setting.
Check the below table for examples of GlotPress Locales from 1 to 6 Plural Forms.
The gp_format_csv_header
allows you to add, remove or customize items from the CSV header.
The gp_format_csv_row
allows you to add, remove or customize items from the CSV row.
CSV (.csv)
.Export
link to download the CSV file.Import Translations
link.Format
is Auto Detected.Import
button.Import Originals
link.Format
is Auto Detected.Import
button.