Localisation updates. Add Canadian English, by popular demand.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 11 Nov 2011 12:24:29 +0000 (12:24 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 11 Nov 2011 12:24:29 +0000 (12:24 +0000)
RELEASE-NOTES-1.19
languages/Names.php
languages/messages/MessagesEn_ca.php [new file with mode: 0644]

index d48f0cf..e645fa2 100644 (file)
@@ -148,14 +148,15 @@ production.
 
 === Languages updated in 1.19 ===
 
-MediaWiki supports over 330 languages. Many localisations are updated
+MediaWiki supports over 350 languages. Many localisations are updated
 regularly. Below only new and removed languages are listed, as well as
 changes to languages because of Bugzilla reports.
 
+* Canadian English (en-ca) (new).
 * Uighur (Latin) (ug-latn) was incorrectly marked as right-to-left language.
-* (bug 30217) Make pt-br a fallback of pt
-* (bug 31193) Set fallback language of Assamese from Bengali to English
-* Update date format for dsb and hsb: month names need the genitive
+* (bug 30217) Make pt-br a fallback of pt.
+* (bug 31193) Set fallback language of Assamese from Bengali to English.
+* Update date format for dsb and hsb: month names need the genitive.
 
 === Other changes in 1.19 ===
 * jquery.mwPrototypes module was renamed to jquery.mwExtension.
index 395c6ba..d5f2780 100644 (file)
@@ -86,7 +86,8 @@
        'el' => 'Ελληνικά',     # Greek
        'eml' => 'Emiliàn e rumagnòl',        # Emiliano-Romagnolo / Sammarinese
        'en' => 'English',              # English
-       'en-gb' => 'British English',           # British English
+       'en-ca' => 'Canadian English',  # Canadian English
+       'en-gb' => 'British English',   # British English
        'eo' => 'Esperanto',    # Esperanto
        'es' => 'Español',     # Spanish
        'et' => 'Eesti',                # Estonian
diff --git a/languages/messages/MessagesEn_ca.php b/languages/messages/MessagesEn_ca.php
new file mode 100644 (file)
index 0000000..63974ab
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+/** Canadian English (Canadian English)
+ *
+ * See MessagesQqq.php for message documentation incl. usage of parameters
+ * To improve a translation please visit http://translatewiki.net
+ *
+ * @ingroup Language
+ * @file
+ *
+ */
+
+$messages = array(
+);