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.
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:
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.
To install the Kurdish language package in Magento 2.4.3: