Skip to content

Commit

Permalink
fix: Persian language code changed to fa-ir
Browse files Browse the repository at this point in the history
this makes sure the Persian language is the same in every micro frontend.
  • Loading branch information
CodeWithEmad committed Aug 8, 2023
1 parent 852c78f commit e027d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const appMessages = {
cs: csMessages,
'es-AR': esARMessages,
'es-ES': esESMessages,
'fa-IR': faIRMessages,
'fa-ir': faIRMessages,
};

export default [
Expand Down

0 comments on commit e027d44

Please sign in to comment.