mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-04-26 20:58:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user