Skip to content

Commit 95e70fc

Browse files
Atalanttoreweblate
authored andcommitted
Translated using Weblate (German)
Currently translated at 100.0% (4 of 4 strings) Translation: WFRP Master/plurals Translate-URL: https://hosted.weblate.org/projects/wfrp-master/plurals/de/
1 parent 9abdde8 commit 95e70fc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

common/src/commonMain/moko-resources/de/plurals.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@
44
<item quantity="one">%d Spieler</item>
55
<item quantity="other">%d Spieler</item>
66
</plurals>
7+
<plurals name="duration_days">
8+
<item quantity="one">%d Tag</item>
9+
<item quantity="other">%d Tage</item>
10+
</plurals>
11+
<plurals name="duration_hours">
12+
<item quantity="one">%d Stunde</item>
13+
<item quantity="other">%d Stunden</item>
14+
</plurals>
15+
<plurals name="duration_minutes">
16+
<item quantity="one">%d Minute</item>
17+
<item quantity="other">%d Minuten</item>
18+
</plurals>
719
</resources>

0 commit comments

Comments
 (0)