N°3936 - Remove 🌕 emoji from the theme label, it's was a bit too much 😁

This commit is contained in:
Molkobain
2021-04-09 09:05:04 +02:00
parent 25e88b889d
commit deed948f54
15 changed files with 15 additions and 15 deletions

View File

@@ -362,6 +362,6 @@ Dict::Add('CS CZ', 'Czech', 'Čeština', array(
// Themes
Dict::Add('CS CZ', 'Czech', 'Čeština', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -352,6 +352,6 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
// Themes
Dict::Add('DA DA', 'Danish', 'Dansk', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -361,6 +361,6 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
// Themes
Dict::Add('DE DE', 'German', 'Deutsch', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -374,6 +374,6 @@ Dict::Add('EN US', 'English', 'English', array(
// Themes
Dict::Add('EN US', 'English', 'English', array(
'theme:fullmoon' => 'Full moon 🌕',
'theme:fullmoon' => 'Full moon',
'theme:test-red' => 'Test instance (Red)',
));

View File

@@ -356,6 +356,6 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
// Themes
Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -384,6 +384,6 @@ Dict::Add('FR FR', 'French', 'Français', array(
// Themes
Dict::Add('FR FR', 'French', 'Français', array(
'theme:fullmoon' => 'Full moon 🌕',
'theme:fullmoon' => 'Full moon',
'theme:test-red' => 'Instance de test (Rouge)',
));

View File

@@ -354,6 +354,6 @@ Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
// Themes
Dict::Add('HU HU', 'Hungarian', 'Magyar', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -354,6 +354,6 @@ Dict::Add('IT IT', 'Italian', 'Italiano', array(
// Themes
Dict::Add('IT IT', 'Italian', 'Italiano', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -354,6 +354,6 @@ Dict::Add('JA JP', 'Japanese', '日本語', array(
// Themes
Dict::Add('JA JP', 'Japanese', '日本語', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -361,6 +361,6 @@ Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
// Themes
Dict::Add('NL NL', 'Dutch', 'Nederlands', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -355,6 +355,6 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
// Themes
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -342,6 +342,6 @@ Dict::Add('RU RU', 'Russian', 'Русский', array(
// Themes
Dict::Add('RU RU', 'Russian', 'Русский', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -354,6 +354,6 @@ Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
// Themes
Dict::Add('SK SK', 'Slovak', 'Slovenčina', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -356,6 +356,6 @@ Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
// Themes
Dict::Add('TR TR', 'Turkish', 'Türkçe', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));

View File

@@ -365,6 +365,6 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', array(
// Themes
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'theme:fullmoon' => 'Full moon 🌕~~',
'theme:fullmoon' => 'Full moon~~',
'theme:test-red' => 'Test instance (Red)~~',
));