Add support for Atikamekw
Language code: atj Bug: T137376 Change-Id: Ieb9b6bcd09aedbf520b384a6572f96d7db1eca18
This commit is contained in:
parent
8c0b8ebb58
commit
b2943825cf
3 changed files with 13 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ production.
|
|||
added to $wgExtraLanguageCodes instead.
|
||||
|
||||
=== New features in 1.29 ===
|
||||
* (T137376) New language support: Atikamekw (atj)
|
||||
* (T5233) A cookie can now be set when a user is autoblocked, to track that user
|
||||
if they move to a new IP address. This is disabled by default.
|
||||
* Added ILocalizedException interface to standardize the use of localized
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@ class Names {
|
|||
'as' => 'অসমীয়া', # Assamese
|
||||
'ase' => 'American sign language', # American sign language
|
||||
'ast' => 'asturianu', # Asturian
|
||||
'atj' => 'Atikamekw', # Atikamekw
|
||||
'av' => 'авар', # Avar
|
||||
'avk' => 'Kotava', # Kotava
|
||||
'awa' => 'अवधी', # Awadhi
|
||||
|
|
|
|||
11
languages/messages/MessagesAtj.php
Normal file
11
languages/messages/MessagesAtj.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
/** Atikamekw
|
||||
*
|
||||
* To improve a translation please visit https://translatewiki.net
|
||||
*
|
||||
* @ingroup Language
|
||||
* @file
|
||||
*
|
||||
*/
|
||||
|
||||
$fallback = 'fr';
|
||||
Loading…
Reference in a new issue