Do not output invalid links for deleted names on Special:Contributions
[lhc/web/wiklou.git] / languages / data / grammarTransformations / uk.json
1 {
2 "@metadata": {
3 "authors": [
4 "Gutsul",
5 "Amir E. Aharoni (amir.aharoni@mail.huji.ac.il)"
6 ],
7 "comment": "These rules don't cover the whole grammar of the language, and are intended only for names of languages and Wikimedia projects."
8 },
9 "genitive": [
10 [ "(.+)ія$", "$1ії" ],
11 [ "(.+)ти$", "$1т" ],
12 [ "(.+)ди$", "$1дів" ],
13 [ "(.+)ник$", "$1ника" ]
14 ],
15 "accusative": [
16 [ "(.+)ія$", "$1ію" ]
17 ]
18 }