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

MBL-1745: Replace additional strings with translated strings #2140

Merged
merged 4 commits into from
Oct 7, 2024

Conversation

leighdouglas
Copy link
Contributor

@leighdouglas leighdouglas commented Oct 2, 2024

📲 What

String translations for PPO

🤔 Why

PPO!

📋 QA

If you feel like testing in another language, make sure strings are translated and formatted properly.

Story 📖

MBL-1745: Replace additional strings with translated strings

@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.78%. Comparing base (8552ca7) to head (56cca1f).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #2140   +/-   ##
=========================================
  Coverage     67.77%   67.78%           
- Complexity     2233     2234    +1     
=========================================
  Files           368      368           
  Lines         22889    22889           
  Branches       3294     3294           
=========================================
+ Hits          15514    15515    +1     
  Misses         5603     5603           
+ Partials       1772     1771    -1     

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

@leighdouglas leighdouglas marked this pull request as ready for review October 7, 2024 14:02
@@ -415,7 +415,7 @@ fun ConfirmAddressButtonsView(isConfirmButtonEnabled: Boolean, onEditAddressClic
modifier = Modifier
.weight(0.5f),
onClickAction = { onEditAddressClicked.invoke() },
text = stringResource(id = R.string.edit_fpo),
text = stringResource(id = R.string.discovery_favorite_categories_buttons_edit),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The french string for "Edit" was translated wrong. While the translation folx corrected the translation, for some reason it won't update on our end, so i found this already translated string for "Edit" that is correct. we can use this for now until the other translation stuff is sorted.

@leighdouglas leighdouglas changed the title updated strings MBL-1745: Replace additional strings with translated strings Oct 7, 2024
@@ -219,6 +221,7 @@ Cliquez pour réessayer.</string>
<string name="Double_tap_to_toggle_setting" formatted="false">Cliquez deux fois pour activer/désactiver le réglage</string>
<string name="Download_your_personal_data" formatted="false">Téléchargement de vos données personnelles</string>
<string name="Earth" formatted="false">Terre</string>
<string name="Edit" formatted="false">Edit</string>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the string that won't update with the new translation from the server

@leighdouglas leighdouglas merged commit eda7938 into master Oct 7, 2024
3 checks passed
@leighdouglas leighdouglas deleted the leigh/mbl-1745-strings branch October 7, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants