cancel
Showing results for 
Search instead for 
Did you mean: 

Magento-2-4-3-Kurdish-language-package

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.

3 REPLIES 3

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:

 

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

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.

Re: Magento-2-4-3-Kurdish-language-package

To install the Kurdish language package in Magento 2.4.3:

 

  1. Obtain a compatible Kurdish language package.
  2. Upload the package to app/i18n/vendor/ in your Magento installation.
  3. Enable maintenance mode: bin/magento maintenance:enable.
  4. Register the language package: bin/magento setup:static-content:deploy ku_KU.
  5. Clear the cache: bin/magento cache:clean.
  6. Disable maintenance mode: bin/magento maintenance:disable.
  7. Verify the installation and switch the store's language to Kurdish if needed.