We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5452d7 commit e262ce3Copy full SHA for e262ce3
common/src/commonMain/moko-resources/ta/plurals.xml
@@ -1,2 +1,19 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<resources></resources>
+<resources>
3
+ <plurals name="parties_player_count">
4
+ <item quantity="one">%d வீரர்</item>
5
+ <item quantity="other">%d வீரர்கள்</item>
6
+ </plurals>
7
+ <plurals name="duration_days">
8
+ <item quantity="one">%d நாள்</item>
9
+ <item quantity="other">%d நாட்கள்</item>
10
11
+ <plurals name="duration_hours">
12
+ <item quantity="one">%d மணி</item>
13
+ <item quantity="other">%d மணிநேரம்</item>
14
15
+ <plurals name="duration_minutes">
16
+ <item quantity="one">%d மணித்துளி</item>
17
+ <item quantity="other">%d நிமிடங்கள்</item>
18
19
+</resources>
0 commit comments