-
Notifications
You must be signed in to change notification settings - Fork 319
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
addressed comments from #7744 #7745
Conversation
ChangelogFeaturesBug fixes and improvementsKnown issues
|
<resources> | ||
<!-- Indicates voice instructions are muted --> | ||
<string name="mapbox_muted">Wyciszony</string> | ||
<string name="mapbox_muted">Dźwięk wył.</string> | ||
|
||
<!-- Indicates voice instructions are unmuted --> | ||
<string name="mapbox_unmuted">Niewyciszony</string> | ||
<string name="mapbox_unmuted">Dźwięk wł.</string> | ||
</resources> |
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.
Screen_recording_20240208_112727.mp4
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.
@azarovalex please have a look in here.
It might be better translation then the one I've provided.
mapbox_muted = Dźwięk wył.
mapbox_unmuted = Dźwięk wł.
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #7745 +/- ##
=========================================
Coverage 74.11% 74.11%
Complexity 6252 6252
=========================================
Files 852 852
Lines 33672 33672
Branches 4011 4011
=========================================
Hits 24955 24955
Misses 7167 7167
Partials 1550 1550 |
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.
LGTM :)
Description
#7744 follow up.