mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-09 08:38:51 +01:00
* Migrate to multiplatform string resources * Move plurals translations into separate files * Fix lint check on generated files
11 lines
436 B
XML
11 lines
436 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="num_categories">
|
|
<item quantity="one">%d श्रेणी</item>
|
|
<item quantity="other">%d श्रेण्या</item>
|
|
</plurals>
|
|
<plurals name="lock_after_mins">
|
|
<item quantity="one">1 मिनीटानंतर</item>
|
|
<item quantity="other">%1$s मिनीटांनंतर</item>
|
|
</plurals>
|
|
</resources> |