-
Notifications
You must be signed in to change notification settings - Fork 140
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 translations #428
Comments
Ill take it up! |
Greate @Antibodyy, just open pr. |
I would also like to work on it.... |
I would like to work in this. |
I corrected some of the lines in hi-IN where there were mistakes in language please merge my pull request |
Hello, I have opened PR #438 to add Filipino language translation. |
Hi ! I just added the es-US translation. |
hey! I just added the ja-JP translation. |
Hi, I have opened PR #497 to add Ukrainian translation. |
how do I open a pull request (PR) to the dev branch, for a language that does not exit in the folder? |
Hello @goobric , As you said you have forked the repo, so now you need to make your desired changes and then you need to push the changes on your branch. Then create a pull request to the dev branch of the original repo from your branch and you are done 🎉 P.S.: To select the dev branch, you need to click on the dropdown option against the original repo name. Thank you. |
As someone with a background in the translation & localization industry, translation is not "super easy". It is often surprisingly tricky! 😉 By the way, I have trouble finding this in the app/code to explain the usage: |
It's easy from a git stand point XD. So just use the most common translation for the word and in the future if it is wrong someone will fix it. And thank you everybody for your translations, it is one of the things that will help people around the world feel at home in our app. |
Hello, I have updated hi-PK.json with the missing translasions. Thank you.
Thank you for your reply
How do I create a pull request to the repository once the en-US.json file
has been altered for an additional language?
Sorry for asking such a silly dumb question!
I have the new language .json file, I don't know how to share it.
Instruction 3 just states: "Open a pull request to the Dev branch"; without
explaining how to do this!
Sorry again, from a non-tech person.
…On Sat, Oct 8, 2022, 17:58 Utsav Akash Naskar ***@***.***> wrote:
how do I open a pull request (PR) to the dev branch, for a language that
does not exit in the folder? I have created the .json file, the translation
states that I do not have access to add a new language; and created a
forked copy to my github account. How do I create a PR with this forked
copy? thank you
Hello @goobric <https://github.com/goobric> ,
As you said you have forked the repo, so now you need to make your desired
changes and then you need to push the changes on your branch. Then create a
pull request to the *dev* branch of the original repo from your branch
and you are done 🎉
P.S.: To select the *dev* branch, you need to click on the dropdown
option against the original repo name.
Thank you.
—
Reply to this email directly, view it on GitHub
<#428 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFQR2BQYB7NMX6O35DV6VNLWCGKZPANCNFSM6AAAAAAQ3MMGSE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hello @goobric , It's great to see that you want to make opensource contributions. Please find the steps below.
Thank you. |
hey! I just added the af-ZA translation. |
Hey ! I would love to work on this by making my first Hacktoberfest submission. |
Hey, @prabhleenn just open pr and I will check it, no need to be assigned. |
hey! I just added the en-HT translation. |
idk why pr got blocked, its saying not allowing authorised users |
Hello @Bikramjit21 , You need to make the PR to the dev branch and as you are a first time contributor so you need approval from the repo owner to merge your changes. Thank you. |
As @Utsav1999 said please change pr to dev branch, the merge itself and running the ci is done by one of the repo maintainer. |
I would like to work on this |
Great, waiting for pr |
I have submitted the PR with Hindi translation the state language of India |
Hi
Do you want to help open source project?, or perhaps you're looking for easy pull request!.
If you know how to write this is your chance, lets get down to it.
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
In this folder copy the
en-US.json
(as it is our base to translate) and change the name of the copy to yourLanguage-Region
.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.Open the pull request to the dev branch.
Language file exists
Copy all missing translations from en-US.json into your existing Language file that we located earlier.
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.Open the pull request to the dev branch.
If you have any questions you can ask me on the Discord server
The text was updated successfully, but these errors were encountered: