From f9c37e5bb2ec833ee88a6d73d7afd601035983a1 Mon Sep 17 00:00:00 2001 From: Marie Date: Sun, 26 Nov 2023 16:55:07 +0100 Subject: [PATCH] chore: add missing locale --- locales/en-US.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/en-US.yml b/locales/en-US.yml index c788f0695..e91ef1559 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1298,6 +1298,8 @@ _serverSettings: shortName: "Short name" shortNameDescription: "A shorthand for the instance's name that can be displayed if the full official name is long." fanoutTimelineDescription: "Greatly increases performance of timeline retrieval and reduces load on the database when enabled. In exchange, memory usage of Redis will increase. Consider disabling this in case of low server memory or server instability." + fanoutTimelineDbFallback: "Fallback to database" + fanoutTimelineDbFallbackDescription: "When enabled, fallback processing is performed by making an additional query to the DB if the timeline is not cached. Disabling it further reduces the server load by not performing fallback processing, but limits the range of timelines that can be retrieved." _accountMigration: moveFrom: "Migrate another account to this one" moveFromSub: "Create alias to another account"