File Extensions |
.csv |
API Extension |
zendesk_csv |
Import |
No |
Export |
No |
Plural forms support |
Yes |
Description support |
Yes |
Zendesk CSV is a CSV-based file type used to load localized dynamic data for Zendesk applications.
A Zendesk CSV typically has five fields for each line (title, default language, default text, locale-specific text, and variant status). Source and localized strings are placed in field 3 and 4.
Generally, it does not matter if each field is in double-quotes in .CSV files but it is recommended for Zendesk CSV.
Code Sample
"Title","Default language","Default text","English text","Variant status" "boolean_key","German","--- true ","--- true ","Current" "empty_string_translation","German","","","Current" "key_with_description","German","Hier könnte eine Beschreibung stehen","Here could be a description' (At least in some formats)","Current" "key_with_line-break","German","Diese Übersetzung hat einen Zeilenumbruch.","This translations contains a line-break.","Current" "nested.deeply.key","German","Wow, dieser Schlüssel ist noch tiefer verschachtelt.","Wow, this key is nested even deeper.","Current" "nested.key","German","Dieser Schlüssel ist innerhalb eines Namensraumes verschachtelt.","This key is nested inside a namespace.","Current" "null_translation","German","","","Current" "pluralized_key.one","German","Es wurde nur eine Pluralisierung gefunden.","Only one pluralization found.","Current" "pluralized_key.other","German","Wow, du hast %s Pluralisierungen!","Wow, you have %s pluralizations!","Current" "pluralized_key.zero","German","Du hast keine Pluralisierung.","You have no pluralization.","Current" "sample_collection","German","--- - erstes Item - zweites Item ","--- - first item - second item - third item ","Current" "simple_key","German","Einfacher Schlüssel, einfache Nachricht.","Simple key, simple message.","Current" "unverified_key","German","Bitte verifizieren Sie diese Übersetzung","Please verify this translation. (In some formats we also export this status)","Current"