aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDeniz Dogan <[email protected]>2019-02-01 15:09:38 +0100
committerGitHub <[email protected]>2019-02-01 15:09:38 +0100
commit70fd41e1841a18274e827ecab5e2850ecb6fad58 (patch)
treef828094f78d3d72e402dd844c873d21677029de0 /lib
parentd3ce6f1a2a9359574e7f31f14d4901648047c45a (diff)
downloadfaker-70fd41e1841a18274e827ecab5e2850ecb6fad58.tar.xz
faker-70fd41e1841a18274e827ecab5e2850ecb6fad58.zip
Fix file encoding issue in Farsi locale
Fixes #734
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/fa/address/default_country.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locales/fa/address/default_country.js b/lib/locales/fa/address/default_country.js
index 16fd5727..52538355 100644
--- a/lib/locales/fa/address/default_country.js
+++ b/lib/locales/fa/address/default_country.js
@@ -1,3 +1,3 @@
module["exports"] = [
- "�����"
+ "ایران"
];