feature: localization's first implmentation

This commit is contained in:
2026-06-20 12:37:38 +03:30
parent b314a5fa11
commit 284fbd08aa
46 changed files with 1860 additions and 643 deletions

View File

@@ -2,6 +2,7 @@ export interface User {
id: string;
email: string;
name: string;
language?: string;
}
export interface OrganizationPlan {