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 this week

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.


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?