Step 1 of renaming the language code for Norman from nrm to nrf

The language code nrm is the BCP 47 language code for Narom.
The BCP 47 language code for Norman is nrf.

This change adds support for the language code nrf as fallback language
of the language code nrm. This allows to rename the message files and
the system messages without changing the language code yet.

The next step is to rename the language code in Translatewiki as
described in https://translatewiki.net/wiki/Renaming_language_codes
Also local system messages in MediaWiki:*/nrm can moved to
MediaWiki:*/nrf.

The final step is the change Ib8d3c344ebe082e4d3e5ec12b3815c5845f4797e
to complete the rename of the language codes.

Bug: T25216
Bug: T165648
Change-Id: If220cc7f094672389c8e6cc331f753df067503f2
This commit is contained in:
Fomafix 2018-10-17 19:33:21 +02:00
parent b036ab73aa
commit 43c1e65c6b
2 changed files with 3 additions and 1 deletions

View file

@ -126,6 +126,8 @@ because of Phabricator reports.
* (T284044) Added language support for Carpathian Romani (rmc).
* (T286460) Added language support for Gun (guw, Gungbe).
* (T287345) Added language support for Baoulé (bci).
* (T25216) Started the renaming of the language code for Norman from nrm to
nrf.
=== Breaking changes in 1.37 ===
* The Revision class, hard deprecated in 1.35, was removed entirely. As

View file

@ -8,4 +8,4 @@
*
*/
$fallback = 'fr';
$fallback = 'nrf, fr';