Skip to content

Commit

Permalink
New translations plurals.xml (German)
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed May 11, 2024
1 parent 317ac59 commit 0600fa9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions de/composeApp/src/commonMain/moko-resources/de-DE/plurals.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<plural name="episodes">
<item quantity="one">%d Episode</item>
<item quantity="other">%d Episodes</item>
<item quantity="one">%d Folge</item>
<item quantity="other">%d Folgen</item>
</plural>
<plural name="chapters">
<item quantity="one">%d Chapter</item>
<item quantity="other">%d Chapters</item>
<item quantity="one">%d Kapitel</item>
<item quantity="other">%d Kapitel</item>
</plural>
<plural name="volumes">
<item quantity="one">%d Volume</item>
<item quantity="other">%d Volumes</item>
<item quantity="one">%d Band</item>
<item quantity="other">%d Bände</item>
</plural>
</resources>

0 comments on commit 0600fa9

Please sign in to comment.