1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-01 12:05:37 +02:00

Fix linter for amount_of_days in values-cs

This commit is contained in:
José Rebelo 2024-06-28 21:59:37 +01:00
parent 956bf28e4d
commit 16018879ba

View File

@ -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>