From 456afa3e2e139aff5846d79cddb5dcd7a63b9d0b Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Sat, 13 Jul 2024 00:58:25 +0330 Subject: [PATCH] chore: fa added to superset supported languages This didn't make difference, but I thought fa should be here also. --- .../packages/superset-ui-core/src/translation/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/packages/superset-ui-core/src/translation/types/index.ts b/superset-frontend/packages/superset-ui-core/src/translation/types/index.ts index 7850d1a3b5ca8..54245573289ec 100644 --- a/superset-frontend/packages/superset-ui-core/src/translation/types/index.ts +++ b/superset-frontend/packages/superset-ui-core/src/translation/types/index.ts @@ -28,6 +28,7 @@ export type Locale = | 'de' | 'en' | 'es' + | 'fa' | 'fr' | 'it' | 'ja'