laerx icon indicating copy to clipboard operation
laerx copied to clipboard

Language Localization for Indonesia & English

Open dayCod opened this issue 3 years ago • 1 comments

Can I make it for the Indonesian & English versions?

dayCod avatar Feb 15 '23 05:02 dayCod

Hi @dayCod

It is possible to translate. You can also contribute to open source project development. English language translation is available, but we do not have a translation support for Indonesian, you can work on it if you wish.

Steps for language

  • Install the project on your local computer
  • Composer install
  • Customize your .env
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=laerx
    DB_USERNAME=root
    DB_PASSWORD=
  • Open the project by creating a user after running artisan migrate
  • Language There are language packs in the link I gave. You can perform your work and create a pull request.

ahmetarsiv avatar Feb 20 '23 05:02 ahmetarsiv