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

Add preliminary translations for de-DE, es-419, es-ES, fr-CA, fr-FR, id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW #8424

Merged
merged 3 commits into from
Oct 3, 2024

Conversation

AMoo-Miki
Copy link
Collaborator

Description

Add preliminary translations for de-DE, es-419, es-ES, fr-CA, fr-FR, id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW

Changelog

  • feat: Add some preliminary translations

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

…id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW

Signed-off-by: Miki <[email protected]>
@AMoo-Miki AMoo-Miki added i18n Internationalization related Issues and PRs backport 2.x v2.18.0 labels Oct 1, 2024
Copy link

codecov bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.95%. Comparing base (f3f007a) to head (e0b6e17).
Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8424      +/-   ##
==========================================
+ Coverage   60.94%   60.95%   +0.01%     
==========================================
  Files        3759     3759              
  Lines       89329    89329              
  Branches    13973    13973              
==========================================
+ Hits        54438    54450      +12     
+ Misses      31494    31482      -12     
  Partials     3397     3397              
Flag Coverage Δ
Linux_1 28.92% <ø> (ø)
Linux_2 56.30% <ø> (ø)
Linux_3 37.78% <ø> (ø)
Linux_4 29.94% <ø> (ø)
Windows_1 28.95% <ø> (+0.01%) ⬆️
Windows_2 56.25% <ø> (ø)
Windows_3 37.78% <ø> (ø)
Windows_4 29.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

sejli
sejli previously approved these changes Oct 2, 2024
ZilongX
ZilongX previously approved these changes Oct 2, 2024
@AMoo-Miki AMoo-Miki dismissed stale reviews from ZilongX and sejli via e0b6e17 October 3, 2024 16:29
@ZilongX ZilongX self-requested a review October 3, 2024 16:35
@AMoo-Miki AMoo-Miki merged commit a58b6e1 into opensearch-project:main Oct 3, 2024
66 of 67 checks passed
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-8424-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a58b6e12440c18ed1085aadf77b26381dea5fd9c
# Push it to GitHub
git push --set-upstream origin backport/backport-8424-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-8424-to-2.x.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 6, 2024
…id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW (#8424)

* Add preliminary translations for de-DE, es-419, es-ES, fr-CA, fr-FR, id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW

Signed-off-by: Miki <[email protected]>

* Changeset file for PR #8424 created/updated

---------

Signed-off-by: Miki <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit a58b6e1)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AMoo-Miki pushed a commit that referenced this pull request Oct 8, 2024
…id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW (#8424)

* Add preliminary translations for de-DE, es-419, es-ES, fr-CA, fr-FR, id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW

Signed-off-by: Miki <[email protected]>

* Changeset file for PR #8424 created/updated

---------

Signed-off-by: Miki <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit a58b6e1)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AMoo-Miki pushed a commit that referenced this pull request Oct 15, 2024
…id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW (#8424) (#8507)

* Add preliminary translations for de-DE, es-419, es-ES, fr-CA, fr-FR, id-ID, it-IT, ja-JP, ko-KR, pt-BR, pt-PT, tr-TR, zh-CN, and zh-TW



* Changeset file for PR #8424 created/updated

---------



(cherry picked from commit a58b6e1)

Signed-off-by: Miki <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x distinguished-contributor i18n Internationalization related Issues and PRs v2.18.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants