E
Asked
Hello, I want to add Turkish language support to the application.
I add the necessary files to the "lang" folder and edit the "languages.json" file accordingly.
I edit the "SettingController.php" file accordingly, but I cannot change the language when I enter the site.
What else should I do?
I add the necessary files to the "lang" folder and edit the "languages.json" file accordingly.
I edit the "SettingController.php" file accordingly, but I cannot change the language when I enter the site.
What else should I do?
- MSAnsweredHello,
Can you please let me know the version number you are asking for?
Thank you - EAnsweredVersion 3
- MSAnsweredHello,
Now you can add language by following these steps
1. Duplicate `lang/en.json` and `lang/en/` to your language and translate
2. Edit `lang/languages.json` and add your language entry
3. Build the application `npm install && npm run build`
Thank you - Login to Reply