wiki.techinc.nl/languages/messages/MessagesAmi.php
Jon Harald Søby 8210560bb4 Add namespace translations for [ami] Amis and [pwn] Paiwan
Add namespace translations for these two languages.
Also add namespace aliases for straight apostrophe (') to
typographical apostrophe (’), so that links will still work
if someone uses the wrong one by mistake. This is also done
for [tay] Atayal language.

Also harmonizing fallback languages to be the same as for
other Taiwanese aboriginal languages (i.e. 'zh-tw, zh-hant,
zh-hans').

Bug: T292414
Bug: T292415
Change-Id: I755a0672ad05588d3e4352ea74d8c4854d9571a4
2021-10-25 22:19:52 +00:00

39 lines
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
/** Amis
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Amire80
* @author Jon Harald Søby
* @author Iyumu
*/
$fallback = 'zh-tw, zh-hant, zh-hans';
$namespaceNames = [
NS_MEDIA => 'Mitiya',
NS_SPECIAL => 'Kasiiked',
NS_TALK => 'Kasasowal',
NS_USER => 'Midemakay',
NS_USER_TALK => 'Kasasowal_no_midemakay',
NS_PROJECT_TALK => '$1_a_kasasowal',
NS_FILE => 'Faylo',
NS_FILE_TALK => 'Masasowal_to_faylo',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'Masasowal_to_MediaWiki',
NS_TEMPLATE => 'Masalipa',
NS_TEMPLATE_TALK => 'Masalipaay_a_kasasowal',
NS_HELP => 'Nipadama',
NS_HELP_TALK => 'Mipadama_a_masasowal',
NS_CATEGORY => 'Kasasiwasiw',
NS_CATEGORY_TALK => 'Masasowal_to_kasasiwasiw',
];
$namespaceAliases = [
'Kasi\'iked' => NS_SPECIAL,
'Nipadama\'' => NS_HELP,
'Nipadama\'_a_masasowal' => NS_HELP_TALK,
];