Skip to content

Commit

Permalink
Translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster committed Feb 18, 2024
1 parent bf67218 commit d9ebf42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ui/i18n/lint.xml
Expand Up @@ -7,4 +7,8 @@
<issue id="UnusedResources" severity="error">
<ignore path="**/values-**/strings.xml" />
</issue>

<issue id="MissingQuantity" severity="error">
<ignore path="**/values-**/strings.xml" />
</issue>
</lint>
2 changes: 1 addition & 1 deletion ui/i18n/src/main/res/values/strings.xml
Expand Up @@ -627,7 +627,7 @@
<item quantity="other">%d days</item>
</plurals>
<string name="auto_enable_label">Automatically activate the sleep timer when pressing play</string>
<string name="auto_enable_label_with_times">Automatically activate the sleep timer when pressing play between %s and %s</string>
<string name="auto_enable_label_with_times">Automatically activate the sleep timer when pressing play between %1$s and %2$s</string>
<string name="auto_enable_change_times">Change time range</string>
<string name="sleep_timer_enabled_label">Sleep timer enabled</string>

Expand Down

0 comments on commit d9ebf42

Please sign in to comment.