feat: add French translation glossary for consistent terminology

Add comprehensive French translation glossary document to standardize key project terminology. The glossary includes translations for core concepts, model-related terms, user management, recharge & redemption, channel management, and security terms. This ensures consistency and accuracy in French translations across the project, with specific guidance on technical terms and contextual usage.
This commit is contained in:
Dmitriy Safonov
2025-10-11 08:16:13 +03:00
parent 63c01016e4
commit ced72951e4
9 changed files with 2440 additions and 60 deletions

View File

@@ -24,7 +24,8 @@ export default defineConfig({
locales: [
"zh",
"en",
"fr"
"fr",
"ru"
],
extract: {
input: [
@@ -86,7 +87,7 @@ export default defineConfig({
],
sort: true,
disablePlurals: false,
removeUnusedKeys: true,
removeUnusedKeys: false,
nsSeparator: false,
keySeparator: false,
mergeNamespaces: true