Magneto 2 Indonesian Language Pack is one of the series of the translation tutorials Mageplaza offers free guides to thousands of store owners. In case you are planning to do a business at Indonesia, Magento 2 Indonesia Language Pack is really ideal solution. Only need to do as the following instructions, you can proceed to translate both the frontend and the backend of Magento 2 store, and then begin selling your porducts without any worry about the barrier of communication.
Other language packages are available at language packs page
Below are two active buttons which are required operations before installing the language package. Let’s hit them to download and contribute Magento 2 Indonesian Language Pack immediately!
Help the Magento Community by traslating contribute this project.
Install the Indonesian language pack via composer is really easier.
Install Indonesian pack:
composer require mageplaza/magento-2-indonesian-language-pack:dev-master
php bin/magento setup:static-content:deploy id_ID
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
You may get this message:
=> Go to Access Keys page and Create A New Access Key
.
Or use these keys:
Public Key: c7af1bfc9352e9c986637eec85ed53af
Private Key: 17e1b72ea5f0b23e9dbfb1f68dc12b53
Update Indonesian pack:
composer update mageplaza/magento-2-indonesian-language-pack:dev-master
php bin/magento setup:static-content:deploy id_ID
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
Install the Indonesian language pack via command line.
Download the language file to your installation root directory. Now run the following command:
wget https://github.com/mageplaza/magento-2-indonesian-language-pack/raw/master/id_ID.csv
php bin/magento i18n:pack -m replace id_ID.csv id_ID
php bin/magento setup:static-content:deploy id_ID
php bin/magento cache:flush
As a result, a directory langpack will be created that contains proper structure of language files for your installation. Copy it over to your Magento installation and the translations should be visible.
Note: additional directory i18n contains strings for which the module could not be found in your installation. This file can be skipped.
Now time to activate the language pack for your Magento 2 store. From Magento 2 admin panel, navigate to Stores > Configuration > General > Locale Options
Select
Indonesian (Indonesia)
and click Save Configuration
It comes to the end of tutorial: Magento 2 Indonesian Language Pack.