gplx/mediawiki/languages/data/grammarTransformations/rsk.json

20 lines
440 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Keresturec",
"Amir E. Aharoni"
],
"comment": "These rules don't cover the whole grammar of the language, and are intended only for names of Wikimedia projects."
},
"genitive": [
[ "(.+)ия$", "$1иї" ],
[ "(.+)нїк$", "$1нїка" ],
[ "(.+)тки$", "$1ткох" ]
],
"locative": [
[ "(.+)ия$", "$1иї" ],
[ "(.+)нїк$", "$1нїку" ],
[ "(.+)ки$", "$1кох" ]
]
}