Question: I Want To Add New Language

I Want To Add New Language

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 "SettingControll

E

Erdi

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?
  • MS

    Mian Saleem

    Answered
    Hello,

    Can you please let me know the version number you are asking for?

    Thank you
  • E

    Erdi

    Answered
    Version 3
  • MS

    Mian Saleem

    Answered
    Hello,

    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