From b7e330e492c62fb855ac99cd7cdbdffdd4fcf7e9 Mon Sep 17 00:00:00 2001 From: jstet Date: Sat, 18 Nov 2023 14:49:42 -0800 Subject: [PATCH] add missing translation keys to svelte config --- svelte.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/svelte.config.js b/svelte.config.js index 41e712f1..6469c247 100755 --- a/svelte.config.js +++ b/svelte.config.js @@ -24,6 +24,8 @@ dotenv.config({path: path.resolve(process.cwd(), '.env')}); const excl = [ 'misc.read_more', + 'misc.partners', + 'misc.financial_supporters', 'access.close', 'access.open', 'access.next',