Skip to content

Commit 5b59451

Browse files
committed
Remove unnecessary whitespace in localization files for Modrinth plugin
1 parent 1c6a1c9 commit 5b59451

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

minecraft-modrinth/lang/de/main.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
'plugin_name' => 'Modrinth',
55
'minecraft_mods' => 'Minecraft Mods',
66
'minecraft_plugins' => 'Minecraft Plugins',
7-
7+
88
'settings' => [
99
'latest_minecraft_version' => 'Neueste Minecraft-Version',
1010
'settings_saved' => 'Einstellungen gespeichert',
1111
],
12-
12+
1313
'page' => [
1414
'open_folder' => ':folder-Ordner öffnen',
1515
'minecraft_version' => 'Minecraft-Version',
1616
'loader' => 'Loader',
1717
'installed' => 'Installiert :type',
1818
'unknown' => 'Unbekannt',
1919
],
20-
20+
2121
'table' => [
2222
'columns' => [
2323
'title' => 'Titel',
@@ -26,19 +26,19 @@
2626
'date_modified' => 'Geändert',
2727
],
2828
],
29-
29+
3030
'version' => [
3131
'type' => 'Typ',
3232
'downloads' => 'Downloads',
3333
'published' => 'Veröffentlicht',
3434
'changelog' => 'Änderungsprotokoll',
3535
'no_file_found' => 'Keine Datei gefunden',
3636
],
37-
37+
3838
'actions' => [
3939
'download' => 'Herunterladen',
4040
],
41-
41+
4242
'notifications' => [
4343
'download_started' => 'Download gestartet',
4444
'download_failed' => 'Download konnte nicht gestartet werden',

minecraft-modrinth/lang/en/main.php

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
'plugin_name' => 'Modrinth',
55
'minecraft_mods' => 'Minecraft Mods',
66
'minecraft_plugins' => 'Minecraft Plugins',
7-
7+
88
'settings' => [
99
'latest_minecraft_version' => 'Latest Minecraft Version',
1010
'settings_saved' => 'Settings saved',
1111
],
12-
12+
1313
'page' => [
1414
'open_folder' => 'Open :folder folder',
1515
'minecraft_version' => 'Minecraft Version',
1616
'loader' => 'Loader',
1717
'installed' => 'Installed :type',
1818
'unknown' => 'Unknown',
1919
],
20-
20+
2121
'table' => [
2222
'columns' => [
2323
'title' => 'Title',
@@ -26,22 +26,21 @@
2626
'date_modified' => 'Modified',
2727
],
2828
],
29-
29+
3030
'version' => [
3131
'type' => 'Type',
3232
'downloads' => 'Downloads',
3333
'published' => 'Published',
3434
'changelog' => 'Changelog',
3535
'no_file_found' => 'No file found',
3636
],
37-
37+
3838
'actions' => [
3939
'download' => 'Download',
4040
],
41-
41+
4242
'notifications' => [
4343
'download_started' => 'Download started',
4444
'download_failed' => 'Download could not be started',
4545
],
4646
];
47-

0 commit comments

Comments
 (0)