-
-
Notifications
You must be signed in to change notification settings - Fork 122
L10n japanese updates 2023 11 17 #698
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
Conversation
New translations about.md (Japanese) New translations about.md (Japanese) New translations about.md (Japanese) New translations about.md (Japanese) New translations about.md (Japanese)
New translations config.yaml (Japanese) New translations config.yaml (Japanese) New translations config.yaml (Japanese) New translations config.yaml (Japanese) New translations config.yaml (Japanese) New translations config.yaml (Japanese) New translations config.yaml (Japanese) New translations config.yaml (Japanese) New translations config.yaml (Japanese) New translations config.yaml (Japanese) New translations config.yaml (Japanese) New translations config.yaml (Japanese)
New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese) New translations news.md (Japanese)
New translations tabcontents.yaml (Japanese) New translations tabcontents.yaml (Japanese) New translations tabcontents.yaml (Japanese) New translations tabcontents.yaml (Japanese) New translations tabcontents.yaml (Japanese) New translations tabcontents.yaml (Japanese) New translations tabcontents.yaml (Japanese) New translations tabcontents.yaml (Japanese) New translations tabcontents.yaml (Japanese) New translations tabcontents.yaml (Japanese)
✅ Deploy Preview for numpy-org ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
content/ja/news.md
Outdated
* Ricardo Prins (ricardoprins) | ||
* Getúlio Silva (getuliosilva) | ||
* Getúlio Silva (getuliosilva) | ||
>>>>>>> 4528610 (New translations news.md (Japanese)) |
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 looks like it should be removed.
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.
Thanks. Not sure how I missed these merge artifacts.
content/ja/news.md
Outdated
@@ -212,6 +226,10 @@ _2019年11月15日_ -- NumPyと、NumPyの重要な依存ライブラリの1つ | |||
|
|||
こちらは、より以前のNumPyリリースのリストで、各リリースノートへのリンクが記載されています。 全てのバグフィックスリリース(バージョン番号`x.y.z` の`z`だけが変更されたもの)は新しい機能追加はされず、マイナーリリース (`y` が増えたもの)は、新しい機能追加されています。 | |||
|
|||
<<<<<<< HEAD |
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 too.
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.
LGTM except points @jarrodmillman pointed.
Co-authored-by: Tetsuo Koyama <tkoyama010@gmail.com>
Thanks @jarrodmillman for pointing out the merge artifacts, @AtsushiSakai for the review, and @tkoyama010 for the suggestions. I think this is ready now if someone wants to merge it. |
Brief description of what is fixed or changed
Update Japanese translations. I saw on Crowdin that @AtsushiSakai translated the updated news content and adjusted some translations so making a PR to get these updates in.
Crowdin is completely out of sync with github because we didn't merge Crowdin's autogenerated PR, instead taking only the commits we wanted. In addition, translations on main also had some updates made directly without using Crowdin. My process here is to do a scripted rebase on the commit where l10n_main diverges from main which filters out all commits not from the language of interest, and squashes together commits that touch the same file (fortunately Crowdin doesn't make commits that touch multiple files). I then rebase this on main and manually clean up the merge conflicts.
@AtsushiSakai, please let me know if everything looks Ok. cc @tkoyama010 in case you want to take a look too.