aboutsummaryrefslogtreecommitdiffstats
path: root/languages/data
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2023-09-23 18:55:04 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2023-09-23 18:55:04 +0000
commit137c7de7a44534704762105323192d2d1bfb5765 (patch)
tree8278f778faa23beb0640fea8a7e8e2870a9f6729 /languages/data
parentcf09400390b26aaef806ad20012762c4f9d5bb31 (diff)
parent683700a6b272f73a1fc0d0f4d26d3df0a1e42729 (diff)
downloadmediawikicore-137c7de7a44534704762105323192d2d1bfb5765.tar.gz
mediawikicore-137c7de7a44534704762105323192d2d1bfb5765.zip
Merge "Languages: Add PLURAL support for Kildin Sámi"
Diffstat (limited to 'languages/data')
-rw-r--r--languages/data/plurals-mediawiki.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/languages/data/plurals-mediawiki.xml b/languages/data/plurals-mediawiki.xml
index 1f3b11ce21b3..6e1ea642eaa3 100644
--- a/languages/data/plurals-mediawiki.xml
+++ b/languages/data/plurals-mediawiki.xml
@@ -28,6 +28,12 @@
<pluralRule count="few">n = 0 or n % 100 = 0 or n % 100 = 10..19 @integer 0, 11, 12, 13, 14, 15, 16, 17, 18, 19, 100, 111,112, …</pluralRule>
<pluralRule count="other"> @integer 3, 4, 5, 6, 7, 8, 9, 20, 103, 104, …</pluralRule>
</pluralRules>
+ <!-- Kildin Sámi. Not present in CLDR -->
+ <pluralRules locales="sjd">
+ <pluralRule count="one">n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000</pluralRule>
+ <pluralRule count="few">i = 0 or i = 2..6 or i = 1 and t != 0 @integer 0, 2~6 @decimal 0.0, 1.1, 2.0, 3.0, 4.0, 5.0, 6.0, 0.00, 2.00, 3.00, 4.00, 5.00, 6.00, …</pluralRule>
+ <pluralRule count="other"> @integer 7~19, 100, 1000, 10000, 1000000, … @decimal 7.0~9.9, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …</pluralRule>
+ </pluralRules>
<pluralRules locales="sr-el sr-ec">
<pluralRule count="one">v = 0 and i % 10 = 1 and i % 100 != 11 or f % 10 = 1 and f % 100 != 11 @integer 1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, … @decimal 0.1, 1.1, 2.1, 3.1, 4.1, 5.1, 6.1, 7.1, 10.1, 100.1, 1000.1, …</pluralRule>
<pluralRule count="few">v = 0 and i % 10 = 2..4 and i % 100 != 12..14 or f % 10 = 2..4 and f % 100 != 12..14 @integer 2~4, 22~24, 32~34, 42~44, 52~54, 62, 102, 1002, … @decimal 0.2~0.4, 1.2~1.4, 2.2~2.4, 3.2~3.4, 4.2~4.4, 5.2, 10.2, 100.2, 1000.2, …</pluralRule>