diff options
| author | KeisukeYamashita <[email protected]> | 2023-06-05 06:57:56 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-04 21:57:56 +0000 |
| commit | 785a38acc5fdc0414cc54a10e8cd9b8bee669852 (patch) | |
| tree | 86715bc9ba08abce4cf4b741e12e6ed14288864f /src | |
| parent | cdd162a6fed3588a0fd34dca8db46c078d4c7b22 (diff) | |
| download | faker-785a38acc5fdc0414cc54a10e8cd9b8bee669852.tar.xz faker-785a38acc5fdc0414cc54a10e8cd9b8bee669852.zip | |
fix(locale): remove duplicated countries in `ja` locale (#2189)
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/ja/location/country.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/locales/ja/location/country.ts b/src/locales/ja/location/country.ts index aaa64e23..49f94fcd 100644 --- a/src/locales/ja/location/country.ts +++ b/src/locales/ja/location/country.ts @@ -3,11 +3,9 @@ export default [ 'アルバニア', 'アルジェリア', 'アメリカ', - '米国', 'アンゴラ', 'アルゼンチン', 'オーストラリア', - '濠洲', 'オーストリア', 'バハマ', 'バーレーン', @@ -51,7 +49,6 @@ export default [ 'ガンビア', 'ドイツ', 'ガーナ', - '英国', 'イギリス', 'ギリシャ', 'グリーンランド', @@ -95,7 +92,6 @@ export default [ 'メキシコ', 'モルドバ', 'モナコ', - '蒙古', 'モンゴル', 'モロッコ', 'モザンビーク', |
