Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Persian Translation #882

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
correct persian name issue
  • Loading branch information
mer30hamid committed Apr 5, 2024
commit 413f20f4593172ae1f16e539d66400e8f6f49d7a
2 changes: 1 addition & 1 deletion src/utils/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const languageCodeMap: Record<string, string> = {
Gujarati: 'gu',
Korean: 'ko',
Nepali: 'np',
Persian (Iran): 'fa-IR',
Persian: 'fa-IR',
Portuguese: 'pt',
'Simplified Chinese': 'zh-CN',
Spanish: 'es',
Expand Down