we can have both strings and plurals with the same name. fixes AntennaPod/AntennaPod#1050
This commit is contained in:
parent
bc5acccb0c
commit
6c4afc4711
|
@ -384,6 +384,9 @@
|
|||
<string name="sleep_timer_label">Sleep timer</string>
|
||||
<string name="time_left_label">Time left:\u0020</string>
|
||||
<string name="time_dialog_invalid_input">Invalid input, time has to be an integer</string>
|
||||
<string name="time_unit_seconds">seconds</string>
|
||||
<string name="time_unit_minutes">minutes</string>
|
||||
<string name="time_unit_hours">hours</string>
|
||||
<plurals name="time_unit_seconds">
|
||||
<item quantity="one">1 second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
|
|
Loading…
Reference in New Issue