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?
- MSAnswered
Hello,
Can you please let me know the version number you are asking for?
Thank you
- EAnswered
Version 3
- MSAnswered
Hello,
Now you can add language by following these steps
- Duplicate
lang/en.json
andlang/en/
to your language and translate - Edit
lang/languages.json
and add your language entry - Build the application
npm install && npm run build
Thank you
- Duplicate
- Login to Reply