- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Magento-2-4-3-Kurdish-language-package
Hello Team,
How we can install the kurdish language package in magento 2.4.3 as the supported locale for kurdish is not available in magento 2.4.3.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento-2-4-3-Kurdish-language-package
Hello @rajwinder_kaur2
1. Download the language pack and extract it to your Magento installation directory
https://www.mageplaza.com/magento-2-kurdish-language-pack.html
2. Open the SSH terminal and navigate to the Magento root directory. Run the following command to enable the language pack:
php bin/magento i18n:pack --mode=merge --allow-duplicates ku_TR /path/to/language-pack/ku_TR.csv
Note: Replace "ku_TR" with the correct locale code for the Kurdish language pack you downloaded.
Lastly Run the commands to deploy static content and clear the cache:
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento-2-4-3-Kurdish-language-package
Hello Team,
I have follow this same link and also connect with magecomp support team, but the main concern is related with locale which is not supported under magento 2.4.3 for kurdish and due to this reason package is not activated when I try to run the deploy command.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Magento-2-4-3-Kurdish-language-package
To install the Kurdish language package in Magento 2.4.3:
- Obtain a compatible Kurdish language package.
- Upload the package to app/i18n/vendor/ in your Magento installation.
- Enable maintenance mode: bin/magento maintenance:enable.
- Register the language package: bin/magento setup:static-content:deploy ku_KU.
- Clear the cache: bin/magento cache:clean.
- Disable maintenance mode: bin/magento maintenance:disable.
- Verify the installation and switch the store's language to Kurdish if needed.