Skip to content

Commit

Permalink
fix: change and to persian Equivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
fariborzemami committed Aug 10, 2020
1 parent 61e3ee3 commit 8d4210c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/locales/fa/company/name.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module["exports"] = [
"#{Name.last_name} #{suffix}",
"#{Name.last_name}-#{Name.last_name}",
"#{Name.last_name}, #{Name.last_name} and #{Name.last_name}"
"#{Name.last_name}, #{Name.last_name} و #{Name.last_name}"
];

0 comments on commit 8d4210c

Please sign in to comment.