mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-09 03:37:03 +01:00
Fix linter for amount_of_days in values-cs
This commit is contained in:
parent
956bf28e4d
commit
16018879ba
@ -2941,7 +2941,7 @@
|
|||||||
<string name="state_scanned">Naskenováno</string>
|
<string name="state_scanned">Naskenováno</string>
|
||||||
<string name="pref_dashboard_devices_to_include">Zahrnutá zařízení</string>
|
<string name="pref_dashboard_devices_to_include">Zahrnutá zařízení</string>
|
||||||
<string name="error_showing_changelog">Chyba při zobrazování seznamu změn</string>
|
<string name="error_showing_changelog">Chyba při zobrazování seznamu změn</string>
|
||||||
<plurals name="amount_of_days">
|
<plurals name="amount_of_days" tools:ignore="MissingQuantity">
|
||||||
<item quantity="one">%d den</item>
|
<item quantity="one">%d den</item>
|
||||||
<item quantity="few">%d dny</item>
|
<item quantity="few">%d dny</item>
|
||||||
<item quantity="other">%d dní</item>
|
<item quantity="other">%d dní</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user