-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Create Thai Language file #3028
Conversation
Create Thai Language file. Translation from English to Thai.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please also rename the file to translations/th.json
translationsth.js
Outdated
"NNW": "น.ต.ต.น.", | ||
|
||
"FEELS": "รู้สึกเหมือน {DEGREE}", | ||
"PRECIP": "ความแม่นยำ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this just got changed and split into two keys:
"PRECIP_POP": "PoP",
"PRECIP_AMOUNT": "Precipitation amount",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add already
thanks for your pullrequest. small changes necessary please also add an entry to the CHANGELOG.md file |
add "PRECIP_POP": "ความแม่นยำ", "PRECIP_AMOUNT": "ปริมาณน้ำฝน",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add it
translationsth.js
Outdated
"NNW": "น.ต.ต.น.", | ||
|
||
"FEELS": "รู้สึกเหมือน {DEGREE}", | ||
"PRECIP": "ความแม่นยำ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add already
correct some word
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #3028 +/- ##
==========================================
+ Coverage 21.69% 21.77% +0.07%
==========================================
Files 52 52
Lines 11424 11424
==========================================
+ Hits 2479 2488 +9
+ Misses 8945 8936 -9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Create Thai Language file. Translation from English to Thai. Co-authored-by: veeck <michael@veeck.de>
Not without creating an additional commit. :( |
So, we are probably stuck here (or we force-push the commit before from master).... |
Force push could lead to a lot of issues when others have already pulled. :( |
Maybe we can protect the master branch from pushing PRs to it (except develop)? https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule |
Seems like that usecase isnt possible with github outofthebox. |
upsi, glad I'm not the famous one this time ;) Did you overlook the wrong branch when merging in the WebUI (could happen to me too)?
we should test this. Related: To prevent pushing to the wrong repo (original instead own fork) I use a non existing push url (I would have already pushed without): $ git remote -v
k13 git@github.com:khassel/MagicMirror.git (fetch)
k13 git@github.com:khassel/MagicMirror.git (push)
origin git@github.com:MichMich/MagicMirror.git (fetch)
origin fake@github.com (push) |
Already working on something: rejas#7 |
yes :-) |
Create Thai Language file.
Translation from English to Thai.
Hello and thank you for wanting to contribute to the MagicMirror² project
Please make sure that you have followed these 4 rules before submitting your Pull Request:
Note: Sometimes the development moves very fast. It is highly
recommended that you update your branch of
develop
before creating apull request to send us your changes. This makes everyone's lives
easier (including yours) and helps us out on the development team.
Thanks again and have a nice day!