From 8fdd089f1f938aff06448a33ac79bd0b5cf79a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Sat, 21 Jun 2014 17:37:53 +0200 Subject: Revert "bug-1280: Handle more different types of "languages":" This reverts commit 0730c9df3eb440205d7963e3c0762765d9b47031. --- includes/lib/l10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/lib/l10n.php') diff --git a/includes/lib/l10n.php b/includes/lib/l10n.php index 468562c..85b7aff 100644 --- a/includes/lib/l10n.php +++ b/includes/lib/l10n.php @@ -64,7 +64,7 @@ class L10n { * * @var array(string => string) */ - public static $locales = array( + private static $locales = array( "ar" => "ar_JO", "bg" => "bg_BG", "cs" => "cs_CZ", -- cgit v1.2.1