• File extension: .csv

  • i18n type: MAGENTO

This is a CSV file format used by the Magento Community. It allows for comments (lines starting with a #), which are retained in the translated files when downloaded from Transifex.

Untranslated source strings are assigned an empty translation string: "". Similarly, in a downloaded reviewed translation file, unreviewed translations appear as "".

Sample Data

"Hello, world!","Hallo, Welt!"
# "this is a comment","Dies ist ein Kommentar"

"a phrase with ""double quotes""","Ein Satz mit ""doppelte Anführungszeichen"""
"a phrase with 'single quotes'","Ein Satz mit 'einfachen Anführungszeichen'"


Continue Reading

Did this answer your question?