From 3647ec0eb2216f479a206b9d84e06f8e7c7aae25 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Tue, 14 Nov 2023 12:26:37 +0100 Subject: [PATCH] Fix JSON --- .../StringsConvertor/input/Base.lproj/app.json | 10 ++++------ .../StringsConvertor/input/en.lproj/app.json | 14 +++++++++++--- Localization/app.json | 10 ++++------ 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/Localization/StringsConvertor/input/Base.lproj/app.json b/Localization/StringsConvertor/input/Base.lproj/app.json index 90739402a..548aa5b2e 100644 --- a/Localization/StringsConvertor/input/Base.lproj/app.json +++ b/Localization/StringsConvertor/input/Base.lproj/app.json @@ -658,7 +658,7 @@ "no_user": { "title": "No User Account Found", "message": "There's no Useraccount \"%s\" on %s" - } + }, "empty_state": { "no_results": "No results" }, @@ -717,8 +717,7 @@ "about_mastodon": "About Mastodon", "server_details": "Server Details", "logout": "Logout %@" - } - + }, "about_mastodon": { "title": "About", "more_settings": "Even More Settings", @@ -726,12 +725,11 @@ "privacy_policy": "Privacy Policy", "clear_media_storage": "Clear Media Storage" }, - "server_details": { "about": "About", - "rules": "Rules" + "rules": "Rules", "about_instance": { - "title": "Adminstrator" + "title": "Adminstrator", "message_admin": "Message Admin", "legal_notice": "A legal notice" } diff --git a/Localization/StringsConvertor/input/en.lproj/app.json b/Localization/StringsConvertor/input/en.lproj/app.json index 30630361f..548aa5b2e 100644 --- a/Localization/StringsConvertor/input/en.lproj/app.json +++ b/Localization/StringsConvertor/input/en.lproj/app.json @@ -658,7 +658,7 @@ "no_user": { "title": "No User Account Found", "message": "There's no Useraccount \"%s\" on %s" - } + }, "empty_state": { "no_results": "No results" }, @@ -717,8 +717,7 @@ "about_mastodon": "About Mastodon", "server_details": "Server Details", "logout": "Logout %@" - } - + }, "about_mastodon": { "title": "About", "more_settings": "Even More Settings", @@ -726,6 +725,15 @@ "privacy_policy": "Privacy Policy", "clear_media_storage": "Clear Media Storage" }, + "server_details": { + "about": "About", + "rules": "Rules", + "about_instance": { + "title": "Adminstrator", + "message_admin": "Message Admin", + "legal_notice": "A legal notice" + } + }, "general": { "title": "General", "appearance": { diff --git a/Localization/app.json b/Localization/app.json index 90739402a..548aa5b2e 100644 --- a/Localization/app.json +++ b/Localization/app.json @@ -658,7 +658,7 @@ "no_user": { "title": "No User Account Found", "message": "There's no Useraccount \"%s\" on %s" - } + }, "empty_state": { "no_results": "No results" }, @@ -717,8 +717,7 @@ "about_mastodon": "About Mastodon", "server_details": "Server Details", "logout": "Logout %@" - } - + }, "about_mastodon": { "title": "About", "more_settings": "Even More Settings", @@ -726,12 +725,11 @@ "privacy_policy": "Privacy Policy", "clear_media_storage": "Clear Media Storage" }, - "server_details": { "about": "About", - "rules": "Rules" + "rules": "Rules", "about_instance": { - "title": "Adminstrator" + "title": "Adminstrator", "message_admin": "Message Admin", "legal_notice": "A legal notice" }