Translated using Weblate (Hungarian)
Currently translated at 28.5% (2 of 7 strings) Added translation using Weblate (Hungarian) Co-authored-by: Balog Ferenc József <ferencb2412@gmail.com> Translate-URL: https://hosted.weblate.org/projects/kotatsu/plurals/hu/ Translation: Kotatsu/plurals
This commit is contained in:
committed by
Hosted Weblate
parent
96bac81b84
commit
7cb1f90155
11
app/src/main/res/values-hu/plurals.xml
Normal file
11
app/src/main/res/values-hu/plurals.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<plurals name="new_chapters">
|
||||
<item quantity="one">%1$d új fejezet</item>
|
||||
<item quantity="other">%1$d új fejezetek</item>
|
||||
</plurals>
|
||||
<plurals name="chapters">
|
||||
<item quantity="one">%1$d fejezet</item>
|
||||
<item quantity="other">%1$d fejezetek</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user