cancel
Showing results for 
Search instead for 
Did you mean: 

Use of comma in CSV translation

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Use of comma in CSV translation

Hi, how would i use a comma in a sentence that I would like to translate
in a csv file? For example I want to translate this sentence:

Sorry, no quotes are available for this order at this time.

My CSV file fro now looks like this: http://prntscr.com/jzxuoe

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Use of comma in CSV translation

You need to use in a double quote to translate your sentence.

Check reference from core code,

go to 

vendor/magento/module-sales/i18n/en_US.csv

Like,

"Sorry, no quotes are available for this order.","Sorry, no quotes are available for this order."

 

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

3 REPLIES 3

Re: Use of comma in CSV translation

Hi @Jojobaa just use double quotes like "Sorry, no quotes are available for this order at this time.","Sorry, no quotes are available for this order at this time."

Re: Use of comma in CSV translation

You need to use in a double quote to translate your sentence.

Check reference from core code,

go to 

vendor/magento/module-sales/i18n/en_US.csv

Like,

"Sorry, no quotes are available for this order.","Sorry, no quotes are available for this order."

 

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Use of comma in CSV translation


@Rakesh Jesadiya wrote:

You need to use in a double quote to translate your sentence.

Check reference from core code,

go to 

vendor/magento/module-sales/i18n/en_US.csv

Like,

"Sorry, no quotes are available for this order.","Sorry, no quotes are available for this order."

 


It can be so simple. Thanks