From 43c1e65c6bcc8dd493733b8bd33590262dbef3d3 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Wed, 17 Oct 2018 19:33:21 +0200 Subject: [PATCH] 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 --- RELEASE-NOTES-1.37 | 2 ++ languages/messages/MessagesNrm.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES-1.37 b/RELEASE-NOTES-1.37 index f8aa0bc5beb..3d38b4fc428 100644 --- a/RELEASE-NOTES-1.37 +++ b/RELEASE-NOTES-1.37 @@ -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 diff --git a/languages/messages/MessagesNrm.php b/languages/messages/MessagesNrm.php index 6cb8c4767f8..132b37bfd51 100644 --- a/languages/messages/MessagesNrm.php +++ b/languages/messages/MessagesNrm.php @@ -8,4 +8,4 @@ * */ -$fallback = 'fr'; +$fallback = 'nrf, fr';