-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix(module:i18n): update en_GB.ts translations #6982
Conversation
Adding missing translations from the en_US file to the en_GB file.
This preview will be available after the AzureCI is passed. |
quarterPlaceholder: 'Select quarter', | ||
monthPlaceholder: 'Select month', | ||
weekPlaceholder: 'Select week', | ||
rangePlaceholder: ['Start date', 'End date'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Repeated rangePlaceholder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is fixed now, can we merge this?
Codecov Report
@@ Coverage Diff @@
## master #6982 +/- ##
==========================================
+ Coverage 89.52% 89.53% +0.01%
==========================================
Files 489 489
Lines 15802 15802
Branches 2572 2572
==========================================
+ Hits 14146 14148 +2
+ Misses 1015 1014 -1
+ Partials 641 640 -1
Continue to review full report at Codecov.
|
Adding missing translations from the en_US file to the en_GB file.