diff options
| author | Noritaka Kobayashi <[email protected]> | 2025-04-30 03:20:51 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-29 20:20:51 +0200 |
| commit | 8c0953a2617f3c8ddd95320af46063d83d115ddb (patch) | |
| tree | 6f0f75ac6ef28f6055826e4f7ea4a02bdd1d36d2 /src/locales/ja | |
| parent | dfadb1da746e7bf82b59dc5314bb9f0735b0f37d (diff) | |
| download | faker-8c0953a2617f3c8ddd95320af46063d83d115ddb.tar.xz faker-8c0953a2617f3c8ddd95320af46063d83d115ddb.zip | |
feat(locale): update Japanese company categories (#3489)
Diffstat (limited to 'src/locales/ja')
| -rw-r--r-- | src/locales/ja/company/category.ts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/locales/ja/company/category.ts b/src/locales/ja/company/category.ts index e675a9a7..8f8910b5 100644 --- a/src/locales/ja/company/category.ts +++ b/src/locales/ja/company/category.ts @@ -1,13 +1,25 @@ export default [ 'ガス', + 'ホテル', + '不動産', '保険', + '倉庫', + '化学', '印刷', + '家具', '建設', '情報', + '放送', + '楽器', '水産', + '自動車', + '製薬', + '証券', '農林', '通信', '運輸', + '金属', + '鉄道', '鉱業', '銀行', '電気', |
