From 5edf713bcc25da3108f95b118c3acfc6a578410d Mon Sep 17 00:00:00 2001 From: Valtteri Laitinen Date: Sat, 25 Feb 2023 13:10:53 +0200 Subject: [PATCH] fix(i18n): use American spelling (#1751) --- locales/en-GB.json | 3 +++ locales/en.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/locales/en-GB.json b/locales/en-GB.json index 92f009e2..65d08a92 100644 --- a/locales/en-GB.json +++ b/locales/en-GB.json @@ -6,6 +6,9 @@ "favourite": "Favourite", "favourited": "Favourited" }, + "menu": { + "show_favourited_and_boosted_by": "Show who favourited and boosted" + }, "nav": { "favourites": "Favourites" }, diff --git a/locales/en.json b/locales/en.json index c9e0d59f..b85fa5d1 100644 --- a/locales/en.json +++ b/locales/en.json @@ -215,7 +215,7 @@ "open_in_original_site": "Open in original site", "pin_on_profile": "Pin on profile", "share_post": "Share this post", - "show_favourited_and_boosted_by": "Show who favourited and boosted", + "show_favourited_and_boosted_by": "Show who favorited and boosted", "show_reblogs": "Show boosts from {0}", "show_untranslated": "Show untranslated", "toggle_theme": {