aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarak <[email protected]>2019-04-04 03:13:36 -0400
committerGitHub <[email protected]>2019-04-04 03:13:36 -0400
commita9a11ee55ae1ae528ffc14c869a4c8353e2ba419 (patch)
tree50ec8c91c94eca15c739935182855598c31e88b4 /lib
parentc32ba989c7f3473da8059c47fa94f3ac6a9475f6 (diff)
parent70fd41e1841a18274e827ecab5e2850ecb6fad58 (diff)
downloadfaker-a9a11ee55ae1ae528ffc14c869a4c8353e2ba419.tar.xz
faker-a9a11ee55ae1ae528ffc14c869a4c8353e2ba419.zip
Merge pull request #749 from denizdogan/patch-1
Fix file encoding issue in Farsi locale
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"] = [
- "�����"
+ "ایران"
];