mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-18 00:59:17 +01:00
46e734fc8e
* Migrate to multiplatform string resources * Move plurals translations into separate files * Fix lint check on generated files
7 lines
286 B
XML
7 lines
286 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<plurals name="lock_after_mins">
|
|
<item quantity="one">ఒక నిమిషము తరువాత</item>
|
|
<item quantity="other">%1$s నిమిషముల తరువాత</item>
|
|
</plurals>
|
|
</resources> |