Imaginaerum / magento2-language-fr-fr

Magento 2 - French (France) language pack (fr_fr)
http://imaginaerum.github.io/magento2-language-fr-fr/
MIT License
40 stars 32 forks source link

Magento 2.2.1 checkout translation not working #1136

Open clcapasso opened 6 years ago

clcapasso commented 6 years ago

I've found several posts giving solutions to deploy correctly the fr_FR translation for Checkout but none of them work for me. Besides, some posts say this issu will be sold in magento 2.2.1 ... but it seems not. Does anyone have a complete and detailed solution?

Best regards,

Crhistian

Imaginaerum commented 6 years ago

Magento 2.2.1,2.2.2,2.2.3 support in progress.

Imaginaerum commented 6 years ago

Please note: "Item in Cart" is not availbale. The fix will be available with the upcoming Magento 2.2.4 release. https://github.com/magento/magento2/issues/12081#issuecomment-364596374

JesKingDev commented 6 years ago

@clcapasso I just battled through the same thing and found the instructions here very helpful. https://github.com/magento/magento2/issues/7862. The workaround I just put in place requires running the following commands for each language and theme I need during deployment.

find pub/static/ -name fr_FR -exec rm -r {} \\+

php bin/magento setup:static-content:deploy --theme Magento/luma fr_FR