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

chore(i18n): Updated translations from Crowdin #1213

Merged
merged 1 commit into from
May 6, 2024
Merged

chore(i18n): Updated translations from Crowdin #1213

merged 1 commit into from
May 6, 2024

Conversation

InReach-svc
Copy link
Contributor

@InReach-svc InReach-svc commented Apr 11, 2024

Automated changes by create-pull-request GitHub action

Summary by CodeRabbit

  • New Features

    • Improved translations and text clarifications across various UI elements for Haitian Creole, Japanese, and Turkish languages.
  • Bug Fixes

    • Corrected a typo in the Haitian Creole translation for "Union County" under US-Kentucky.
  • Documentation

    • Updated demonyms and terminology related to ethnicities, immigration statuses, and LGBTQ+ communities to enhance clarity and cultural accuracy in multiple languages.

@InReach-svc InReach-svc added automerge Enable Kodiak auto-merge kodiak: merge.method = 'squash' Kodiak will squash merge this PR. translations Translations from Crowdin labels Apr 11, 2024
Copy link

vercel bot commented Apr 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 6, 2024 7:47pm

kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 11, 2024
Copy link
Contributor

github-actions bot commented Apr 11, 2024

📦 Next.js Bundle Analysis for @weareinreach/app

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

alwaysmeticulous bot commented Apr 11, 2024

🤖 No test run has been triggered as your Meticulous project has been deactivated (since you haven't viewed any test results in a while). Click here to reactivate.

Last updated for commit fc1cc4b. This comment will update as new commits are pushed.

@InReach-svc InReach-svc force-pushed the l10n_dev branch 2 times, most recently from f5ade60 to 6752150 Compare April 11, 2024 21:28
Copy link

relativeci bot commented Apr 11, 2024

#332 Bundle Size — 3.38MiB (0%).

fc1cc4b(current) vs 0dbfa0c dev#330(baseline)

Warning

Bundle contains 2 duplicate packages – View duplicate packages

Bundle metrics  Change 1 change
                 Current
#332
     Baseline
#330
No change  Initial JS 2.98MiB 2.98MiB
No change  Initial CSS 9.54KiB 9.54KiB
Change  Cache Invalidation 31.48% 37.6%
No change  Chunks 67 67
No change  Assets 80 80
No change  Modules 1982 1982
No change  Duplicate Modules 283 283
No change  Duplicate Code 8.21% 8.21%
No change  Packages 207 207
No change  Duplicate Packages 2 2
Bundle size by type  no changes
                 Current
#332
     Baseline
#330
No change  JS 3.26MiB 3.26MiB
No change  Fonts 94.54KiB 94.54KiB
No change  Other 9.6KiB 9.6KiB
No change  CSS 9.54KiB 9.54KiB
No change  IMG 8.57KiB 8.57KiB

Bundle analysis reportBranch l10n_devProject dashboard

kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 11, 2024
Copy link
Contributor

coderabbitai bot commented Apr 12, 2024

Walkthrough

The recent updates encompass a significant revamp of text content and translations across various locale files to improve user engagement. Changes include refining demonyms, legal terms, and UI elements for better alignment with the target audiences speaking Haitian Creole, Japanese, and Turkish. Additionally, corrections were made to typos and enhancements to LGBTQ+ terminology.

Changes

Files Change Summary
.../fa/common.json Updated text content across UI elements.
.../ht/attribute.json, .../ht/country.json, .../ht/services.json, .../ht/suggestOrg.json, .../ht/user.json Extensive updates in terminology and translations in Haitian Creole.
.../ht/gov-dist.json, .../ht/landingPage.json Corrected typos and refined LGBTQ+ terminology.
.../ja/attribute.json, .../ja/common.json, .../ja/suggestOrg.json Semantic adjustments and translation updates in Japanese.
.../tr-TR/common.json Updated terminology in Turkish for brand consistency.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 34567ec and 74d9903.
Files selected for processing (12)
  • apps/app/public/locales/fa/common.json (10 hunks)
  • apps/app/public/locales/ht/attribute.json (2 hunks)
  • apps/app/public/locales/ht/country.json (23 hunks)
  • apps/app/public/locales/ht/gov-dist.json (59 hunks)
  • apps/app/public/locales/ht/landingPage.json (2 hunks)
  • apps/app/public/locales/ht/services.json (4 hunks)
  • apps/app/public/locales/ht/suggestOrg.json (1 hunks)
  • apps/app/public/locales/ht/user.json (3 hunks)
  • apps/app/public/locales/ja/attribute.json (2 hunks)
  • apps/app/public/locales/ja/common.json (4 hunks)
  • apps/app/public/locales/ja/suggestOrg.json (1 hunks)
  • apps/app/public/locales/tr-TR/common.json (1 hunks)
Files skipped from review as they are similar to previous changes (12)
  • apps/app/public/locales/fa/common.json
  • apps/app/public/locales/ht/attribute.json
  • apps/app/public/locales/ht/country.json
  • apps/app/public/locales/ht/gov-dist.json
  • apps/app/public/locales/ht/landingPage.json
  • apps/app/public/locales/ht/services.json
  • apps/app/public/locales/ht/suggestOrg.json
  • apps/app/public/locales/ht/user.json
  • apps/app/public/locales/ja/attribute.json
  • apps/app/public/locales/ja/common.json
  • apps/app/public/locales/ja/suggestOrg.json
  • apps/app/public/locales/tr-TR/common.json

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between dcc715c and 319882e.
Files selected for processing (12)
  • apps/app/public/locales/fa/common.json (10 hunks)
  • apps/app/public/locales/ht/attribute.json (2 hunks)
  • apps/app/public/locales/ht/country.json (23 hunks)
  • apps/app/public/locales/ht/gov-dist.json (59 hunks)
  • apps/app/public/locales/ht/landingPage.json (2 hunks)
  • apps/app/public/locales/ht/services.json (4 hunks)
  • apps/app/public/locales/ht/suggestOrg.json (1 hunks)
  • apps/app/public/locales/ht/user.json (3 hunks)
  • apps/app/public/locales/ja/attribute.json (2 hunks)
  • apps/app/public/locales/ja/common.json (4 hunks)
  • apps/app/public/locales/ja/suggestOrg.json (1 hunks)
  • apps/app/public/locales/tr-TR/common.json (1 hunks)
Files skipped from review as they are similar to previous changes (12)
  • apps/app/public/locales/fa/common.json
  • apps/app/public/locales/ht/attribute.json
  • apps/app/public/locales/ht/country.json
  • apps/app/public/locales/ht/gov-dist.json
  • apps/app/public/locales/ht/landingPage.json
  • apps/app/public/locales/ht/services.json
  • apps/app/public/locales/ht/suggestOrg.json
  • apps/app/public/locales/ht/user.json
  • apps/app/public/locales/ja/attribute.json
  • apps/app/public/locales/ja/common.json
  • apps/app/public/locales/ja/suggestOrg.json
  • apps/app/public/locales/tr-TR/common.json

Copy link

sonarcloud bot commented May 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review Details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits Files that changed from the base of the PR and between 0dbfa0c and fc1cc4b.
Files selected for processing (12)
  • apps/app/public/locales/fa/common.json (10 hunks)
  • apps/app/public/locales/ht/attribute.json (2 hunks)
  • apps/app/public/locales/ht/country.json (23 hunks)
  • apps/app/public/locales/ht/gov-dist.json (59 hunks)
  • apps/app/public/locales/ht/landingPage.json (2 hunks)
  • apps/app/public/locales/ht/services.json (4 hunks)
  • apps/app/public/locales/ht/suggestOrg.json (1 hunks)
  • apps/app/public/locales/ht/user.json (3 hunks)
  • apps/app/public/locales/ja/attribute.json (2 hunks)
  • apps/app/public/locales/ja/common.json (4 hunks)
  • apps/app/public/locales/ja/suggestOrg.json (1 hunks)
  • apps/app/public/locales/tr-TR/common.json (1 hunks)
Files skipped from review as they are similar to previous changes (12)
  • apps/app/public/locales/fa/common.json
  • apps/app/public/locales/ht/attribute.json
  • apps/app/public/locales/ht/country.json
  • apps/app/public/locales/ht/gov-dist.json
  • apps/app/public/locales/ht/landingPage.json
  • apps/app/public/locales/ht/services.json
  • apps/app/public/locales/ht/suggestOrg.json
  • apps/app/public/locales/ht/user.json
  • apps/app/public/locales/ja/attribute.json
  • apps/app/public/locales/ja/common.json
  • apps/app/public/locales/ja/suggestOrg.json
  • apps/app/public/locales/tr-TR/common.json

@kodiakhq kodiakhq bot merged commit 7b923e3 into dev May 6, 2024
26 checks passed
@kodiakhq kodiakhq bot deleted the l10n_dev branch May 6, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 app automerge Enable Kodiak auto-merge kodiak: merge.method = 'squash' Kodiak will squash merge this PR. translations Translations from Crowdin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants