piyushlathiya of Aureatelabs
3/2/2017 - 9:20 AM

How to translate Knockout templates?

How to translate Knockout templates?

mkdir -p app/i18n/ticket21.com/et_et
cd app/i18n/ticket21.com/et_et
find pub/static -name js-translation.json -exec rm -rf {} \;
php -f bin/magento setup:static-content:deploy et_EE
php -f bin/magento setup:static-content:deploy fi_FI
php -f bin/magento setup:static-content:deploy ru_RU
php -f bin/magento setup:static-content:deploy en_GB
php -f bin/magento setup:static-content:deploy en_US
php bin/magento cache:clean
php bin/magento cache:flush
find pub/static -name js-translation.json

Reference link: http://magento.stackexchange.com/questions/121251/magento2-translating-javascript-ko-template-text