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 411d340 commit 826f159
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions de/composeApp/src/commonMain/moko-resources/de-DE/plurals.xml
Original file line number Diff line number Diff line change
@@ -0,0 +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>
</plural>
<plural name="chapters">
<item quantity="one">%d Chapter</item>
<item quantity="other">%d Chapters</item>
</plural>
<plural name="volumes">
<item quantity="one">%d Volume</item>
<item quantity="other">%d Volumes</item>
</plural>
</resources>

0 comments on commit 826f159

Please sign in to comment.