diff options
| author | Deniz Dogan <[email protected]> | 2019-02-01 15:09:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-02-01 15:09:38 +0100 |
| commit | 70fd41e1841a18274e827ecab5e2850ecb6fad58 (patch) | |
| tree | f828094f78d3d72e402dd844c873d21677029de0 /lib | |
| parent | d3ce6f1a2a9359574e7f31f14d4901648047c45a (diff) | |
| download | faker-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.js | 2 |
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"] = [ - "�����" + "ایران" ]; |
