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: Set "avoid_hard_coded_japanese" to true #469

Merged
merged 5 commits into from
Aug 14, 2024

Conversation

boywithdv
Copy link
Contributor

@boywithdv boywithdv commented Aug 7, 2024

🔗 Related Issues

🙌 What's Done

  • avoid_hard_coded_japanese to true

✍️ What's Not Done

  • preferclock_now to true

🖼️ Image Differences

Before After
image image

🤼 Desired Review Method

  • Correction Commit
  • Pair programming

Note

It is possible that a reviewer's will may cause a method to be implemented that is not selected.

📝 Additional Notes

Pre-launch Checklist

  • I have reviewed my own code.
  • I have added tests that prove my fix is effective or that my feature works.
  • I updated/added relevant documentation (doc comments with ///).

Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.75%. Comparing base (81a8877) to head (6a4db45).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #469   +/-   ##
=======================================
  Coverage   23.75%   23.75%           
=======================================
  Files          13       13           
  Lines         160      160           
=======================================
  Hits           38       38           
  Misses        122      122           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81a8877...6a4db45. Read the comment docs.

@@ -1,3 +1,4 @@
// ignore_for_file: avoid_hardcoded_japanese
Copy link
Contributor Author

Choose a reason for hiding this comment

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

IGNORE comments are added to test-related files.

Comment on lines +39 to +41
DisplaySmallText(
Translations.of(context).homePage.list.doubleCount,
),
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 section is being made multilingual.

@boywithdv boywithdv marked this pull request as ready for review August 14, 2024 07:59
@boywithdv boywithdv requested a review from a team as a code owner August 14, 2024 07:59
@boywithdv boywithdv requested review from riscait and removed request for a team August 14, 2024 07:59
Copy link
Member

@riscait riscait left a comment

Choose a reason for hiding this comment

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

LGTM
Excellent! thanks!

@boywithdv boywithdv merged commit c76d7fd into main Aug 14, 2024
8 checks passed
@boywithdv boywithdv deleted the 461-change-avoid-hard-coded-japanese-to-true branch August 14, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants