Skip to content

Commit

Permalink
feat: Persian translations added
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Jul 16, 2024
1 parent fa095a9 commit 888c154
Show file tree
Hide file tree
Showing 3 changed files with 13,228 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/pythonpath_dev/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,8 @@ class CeleryConfig:
)
except ImportError:
logger.info("Using default Docker config...")

LANGUAGES = {
"en": {"flag": "us", "name": "English"},
"fa": {"flag": "ir", "name": "Persian"},
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export type Locale =
| 'de'
| 'en'
| 'es'
| 'fa'
| 'fr'
| 'it'
| 'ja'
Expand Down
Loading

0 comments on commit 888c154

Please sign in to comment.