Skip to content

Commit 722478d

Browse files
authored
Added Persian (fa) language translation
1 parent 12bd1cd commit 722478d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/components/LanguageSwitcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ const LANGUAGES = [
1616
{ value: 'es', label: 'Español' },
1717
{ value: 'pt-BR', label: 'Português' },
1818
{ value: 'ar', label: 'العربية' },
19+
{ value: 'fa', label: 'فارسی' },
1920
{ value: 'ko', label: '한국어' },
2021
{ value: 'hi', label: 'हिन्दी' },
21-
{ value: 'fa', label: 'فارسی' },
2222

2323
]
2424

0 commit comments

Comments
 (0)