All Collections
For Developers
File Formats
Magento CSV (Adobe Commerce)
Magento CSV (Adobe Commerce)

Information about how Transifex helps with Magento localization (Adobe Commerce).

Nina avatar
Written by Nina
Updated over a week ago

File Extension(s)

.csv

i18n type(s)

MAGENTO

This is a CSV file format used in Magento (now Adobe Commerce). 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, unreviewed translations appear as "" in a downloaded reviewed translation file.


Parser Behavior

The following table outlines what occurs to strings when using the API, CLI, or UI to manipulate translation files depending on download mode.

*The results are compatible with parser version 1.


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'"


💡Tip

Looking for more help? Get support from our Transifex Community Forum!

Find answers or post to get help from Transifex Support and our Community.

Did this answer your question?