Skip to content

Commit

Permalink
Merge pull request #1149 from dhaun/master
Browse files Browse the repository at this point in the history
Minor fixes for the German admin/install language file
  • Loading branch information
eSilverStrike committed May 14, 2023
2 parents 775a72c + bad2ac5 commit bec62a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public_html/admin/install/language/_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'langCode' => 'de',
'langName' => 'Deutsch',
'english' => 'German',
'charset' => 'iso-8859-15',
'charset' => 'utf-8',
],
'hebrew_utf-8.php' => [
'langCode' => 'he',
Expand Down
3 changes: 1 addition & 2 deletions public_html/admin/install/language/german_utf-8.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,7 @@
'site_admin_url' => $LANG_INSTALL[47],
'site_mail' => $LANG_INSTALL[48],
'noreply_mail' => $LANG_INSTALL[49],
'utf8' => $LANG_INSTALL[92],
'charactersets' => $LANG_INSTALL[123],
'charactersets' => $LANG_INSTALL[123],
'migrate_file' => $LANG_MIGRATE[6],
'plugin_upload' => $LANG_PLUGINS[10]
);

0 comments on commit bec62a9

Please sign in to comment.