f58a05e918
* fix(deps): update moko to v0.24.1 * Fix build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
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> |