Replace deprecated i18next-parser with i18next-cli

This commit is contained in:
Johannes Marbach
2026-06-08 15:27:07 +02:00
parent 65bd51fe92
commit 11b08c9a9f
7 changed files with 884 additions and 786 deletions

9
src/utils/i18n.ts Normal file
View File

@@ -0,0 +1,9 @@
/*
Copyright 2026 New Vector Ltd.
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE in the repository root for full details.
*/
// Custom marker function to allow i18next extraction
export const i18nKey = (key: string): string => key;