Skip to content

PM-14333 fix case of crowdin translation not adding annotations on string with format args #4505

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

dseverns-livefront
Copy link
Collaborator

🎟️ Tracking

PM-14333 - follow up

📔 Objective

Since Crowdin does not add the to each translation, need to support the cases where there are format args.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

Copy link
Contributor

Logo
Checkmarx One – Scan Summary & Detailsab1c3b21-5170-4e55-877c-3f204a50ff3a

No New Or Fixed Issues Found

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.89%. Comparing base (6223f36) to head (7640d06).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4505   +/-   ##
=======================================
  Coverage   88.89%   88.89%           
=======================================
  Files         460      460           
  Lines       39768    39768           
  Branches     5647     5647           
=======================================
  Hits        35352    35352           
  Misses       2444     2444           
  Partials     1972     1972           

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

@@ -100,4 +100,20 @@ class StringRestExtensionsTest : BaseComposeTest() {
.onNodeWithText("On your computer, open a new browser tab and go to ")
.assertIsDisplayed()
}

@Suppress("MaxLineLength")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this actually too long?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes by one char it seems,
image
running detekt without suppression fails.

@dseverns-livefront dseverns-livefront added this pull request to the merge queue Jan 7, 2025
Merged via the queue into main with commit 7ab7254 Jan 7, 2025
8 checks passed
@dseverns-livefront dseverns-livefront deleted the PM-14333-small-fix branch January 7, 2025 15:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants