Multiples language is one of default features in Magento 2 and so does our extensions include it. Languages can be translated both in backend and frontend. In this guide, we will show you how to translate One Step Checkout extension from Mageplaza to your languages such as French, German …
Let’s take an example of translate to French.
To go http://translate.mageplaza.com/
You will see a list of flags, let’s select French flag
Then you will see a list of csv files, and let’s click on Osc > i18n > en_US.csv
You may be asked for signing in. If you don’t have Crowdin account, you can sign in with Facebook, Github, Google or Twitter account.
After logging, you will see this translation tool.
Now time for downloading your works.
Go to Mageplaza page > French flag > Magento 2 > Osc > i18n > en_US.csv
Open Options menu > Click on Download button and get en_US.csv file.
Changing en_US.csv
into your language code, in this guide, we change to fr_FR.csv
.
Looking up for a language code here
Upload fr_FR.csv
into app/code/Mageplaza/Osc/i18n
Note: Osc is extension name. It can be: Blog, Seo, Affiliate, LayeredNavigation, SocialLogin …
Now clean Magento 2 Cache and check result