Optimize team account settings for localization

Applied i18n translation to team account settings for improved multi-language support. The changes include replacing static text with translated keys in team account settings container, and adding new translation keys in language files. Minor changes include modification in package scripts and styling fixes.
This commit is contained in:
giancarlo
2024-03-28 16:48:50 +08:00
parent 2afa7f5be1
commit caca7c12f6
6 changed files with 26 additions and 13 deletions

View File

@@ -8,8 +8,7 @@
"reset": "supabase db reset || supabase start",
"status": "supabase status",
"test": "supabase db test",
"lint": "supabase db lint",
"lint:report": "supabase db lint",
"db:lint": "supabase db lint",
"deploy": "supabase link --project-ref $SUPABASE_PROJECT_REF && supabase db push",
"typegen": "supabase gen types typescript --local > ../packages/supabase/src/database.types.ts"
},