Commit:    290632d2be4d564ddb2869cffb50aeb2deaf27ee
Author:    Tom Van Looy <[email protected]>         Sat, 28 Nov 2020 14:09:42 +0100
Committer: Sara Golemon <[email protected]>      Sat, 28 Nov 2020 19:14:55 +0000
Parents:   ed2ca51f72df01e0ca6113fa2174b3c8695efb9a
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=290632d2be4d564ddb2869cffb50aeb2deaf27ee

Log:
Translate the switcher

Changed paths:
  M  releases/8.0/common.php


Diff:
diff --git a/releases/8.0/common.php b/releases/8.0/common.php
index af5a414eb..82123a9fc 100644
--- a/releases/8.0/common.php
+++ b/releases/8.0/common.php
@@ -58,12 +58,12 @@ META
 function language_chooser(string $currentLang): void {
     $LANGUAGES = [
         'en'    => 'English',
-        'pt_BR' => 'Brazilian Portuguese',
-        'de'    => 'German',
-        'es'    => 'Spanish',
-        'fr'    => 'French',
-        'ru'    => 'Russian',
-        'zh'    => 'Chinese Simplified',
+        'de'    => 'Deutsch',
+        'es'    => 'Español',
+        'fr'    => 'Français',
+        'pt_BR' => 'Português do Brasil',
+        'ru'    => 'Русский',
+        'zh'    => '简体中文',
     ];
 
     // Print out the form with all the options


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to