diff options
| author | KeisukeYamashita <[email protected]> | 2023-06-05 06:49:43 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-04 23:49:43 +0200 |
| commit | cdd162a6fed3588a0fd34dca8db46c078d4c7b22 (patch) | |
| tree | f2d304458b45e8acab15e0695a67afde93ca8a0e /src | |
| parent | e4a6bfe7bed44e5b9d6b3c386b776d293bedd956 (diff) | |
| download | faker-cdd162a6fed3588a0fd34dca8db46c078d4c7b22.tar.xz faker-cdd162a6fed3588a0fd34dca8db46c078d4c7b22.zip | |
fix(locale): remove continent from ja countries (#2194)
Diffstat (limited to 'src')
| -rw-r--r-- | src/locales/ja/location/country.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/locales/ja/location/country.ts b/src/locales/ja/location/country.ts index 68582948..aaa64e23 100644 --- a/src/locales/ja/location/country.ts +++ b/src/locales/ja/location/country.ts @@ -1,12 +1,4 @@ export default [ - 'アフリカ', - '南極大陸', - 'アジア', - 'ヨーロッパ', - '北アメリカ', - '南アメリカ', - '南極', - '北極', 'アフガニスタン', 'アルバニア', 'アルジェリア', |
