Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding translation #25

Open
guyluz11 opened this issue May 1, 2024 · 0 comments
Open

Adding translation #25

guyluz11 opened this issue May 1, 2024 · 0 comments
Labels
good first issue Good for newcomers P3 Issues that are less important

Comments

@guyluz11
Copy link
Owner

guyluz11 commented May 1, 2024

We are supporting translations.

Until #2 is completed please follow the instructions from here for adding a new translation.

First locate your language in this page.
Now remember the Language (two letter) - Region (two capital letters) of your region.

In this folder you will see files with the names of the Language-Region, if yours does not exist please create a new file for it.

Even if the language already exists but your region is not it is ok to open pull request, for example:
en-GB
it will be accepted because it is not en-US which already exists.

So how do you do it:

Language file does not exist

  1. In this folder copy the en-US.json (as it is our base to translate) and change the name of the copy to your Language-Region.

  2. Change the right side of the text to your language, you should keep the {} in the same place inside the word as it is a place holder.

  3. Open the pull request to the dev branch.

Language file exists

  1. Copy all missing translations from en-US.json into your existing Language file that we located earlier.

  2. Change the right side of the text to your language, you should keep the {} in the same place inside the word as it is a placeholder.

  3. Open the pull request to the dev branch.

@guyluz11 guyluz11 added the good first issue Good for newcomers label May 1, 2024
@guyluz11 guyluz11 added the P3 Issues that are less important label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers P3 Issues that are less important
Projects
None yet
Development

No branches or pull requests

1 participant