wiki.techinc.nl/languages/messages/MessagesTg_cyrl.php
jhsoby 1cd4c5fcf1 Fix comma in Tajik Cyrillic dates
Changed from Arabic comma (،) to Latin comma (,).

Bug: T200367
Change-Id: I07eeb83f59c2068b9c8a9906b7567d162ccd1504
2018-08-08 01:43:53 +02:00

69 lines
1.7 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
/** Tajik (Cyrillic script) (тоҷикӣ)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Cbrown1023
* @author Chinneeb
* @author Farrukh
* @author FrancisTyers
* @author Ibrahim
* @author Kaganer
* @author Soroush
* @author Urhixidur
* @author לערי ריינהארט
*/
$namespaceNames = [
NS_MEDIA => 'Медиа',
NS_SPECIAL => 'Вижа',
NS_TALK => 'Баҳс',
NS_USER => 'Корбар',
NS_USER_TALK => аҳси_корбар',
NS_PROJECT_TALK => аҳси_$1',
NS_FILE => 'Акс',
NS_FILE_TALK => аҳси_акс',
NS_MEDIAWIKI => 'Медиавики',
NS_MEDIAWIKI_TALK => аҳси_медиавики',
NS_TEMPLATE => 'Шаблон',
NS_TEMPLATE_TALK => аҳси_шаблон',
NS_HELP => 'Роҳнамо',
NS_HELP_TALK => аҳси_роҳнамо',
NS_CATEGORY => 'Гурӯҳ',
NS_CATEGORY_TALK => аҳси_гурӯҳ',
];
$datePreferences = [
'default',
'dmy',
'persian',
'ISO 8601',
];
$defaultDateFormat = 'dmy';
$datePreferenceMigrationMap = [
'default',
'default',
'default',
'default'
];
$dateFormats = [
'dmy time' => 'H:i',
'dmy date' => 'j xg Y',
'dmy both' => 'H:i, j xg Y',
'persian time' => 'H:i',
'persian date' => 'xij xiF xiY',
'persian both' => 'H:i, xij xiF xiY',
'ISO 8601 time' => 'xnH:xni:xns',
'ISO 8601 date' => 'xnY-xnm-xnd',
'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
];
$linkTrail = '/^([a-zабвгдеёжзийклмнопрстуфхчшъэюяғӣқўҳҷцщыь]+)(.*)$/sDu';