feat: default locale Russian, geo determines language for other countries
- localization-svc: defaultLocale ru, resolveLocale only by geo - web-svc: DEFAULT_LOCALE ru, layout lang=ru, embeddedTranslations fallback ru - countryToLocale: default ru when no country or unknown country Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1 +1,42 @@
|
||||
**/node_modules
|
||||
# Node
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
|
||||
# Build output
|
||||
.next/
|
||||
**/.next/
|
||||
out/
|
||||
dist/
|
||||
**/dist/
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Env (не в образ)
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Docs, deploy scripts (не нужны в образе)
|
||||
docs/
|
||||
deploy/
|
||||
*.md
|
||||
!README.md
|
||||
|
||||
# Data, certs
|
||||
db.sqlite
|
||||
certificates/
|
||||
searxng/
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
*.log
|
||||
coverage/
|
||||
|
||||
Reference in New Issue
Block a user