wiki.techinc.nl/languages/messages/MessagesAlt.php
Amir Aharoni 710e4700f6 Add linkTrail for several Cyrillic-script languages
In all of these, the trail is based on the Russian alphabet,
with the addition for the following characters:
* јҥӧӱ for the Altai language.
* Ӏ (Palochka) for the other languages, spoken in Northern Caucasus.

Bug: T290359
Change-Id: Id09b75ff2d54805c79dde0df361e152ab771c7e2
2021-11-08 07:32:33 +00:00

35 lines
1.1 KiB
PHP
Raw 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.

<?php
/** Southern Altay (тÿштÿк алтай тил)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
*/
$fallback = 'ru';
$namespaceNames = [
NS_MEDIA => 'Медиа',
NS_SPECIAL => 'Аҥылу',
NS_TALK => 'Шӱӱжӱ',
NS_USER => 'Туружаачы',
NS_USER_TALK => 'Туружаачыны_шӱӱжери',
NS_PROJECT_TALK => '$1_шӱӱжери',
NS_FILE => 'Файл',
NS_FILE_TALK => айлды_шӱӱжери',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'MediaWiki-ни_шӱӱжери',
NS_TEMPLATE => 'Ӱлекер',
NS_TEMPLATE_TALK => 'Ӱлекерди_шӱӱжери',
NS_HELP => 'Болуш',
NS_HELP_TALK => олушты_шӱӱжери',
NS_CATEGORY => 'Категория',
NS_CATEGORY_TALK => 'Категорияны_шӱӱжери',
];
// Remove Russian aliases
$namespaceGenderAliases = [];
$linkTrail = '/^([a-zабвгдеёжзийклмнопрстуфхцчшщъыьэюяјҥӧӱ]+)(.*)$/sDu';