diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-25 17:10:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-25 17:10:06 +0900 |
| commit | 6d4487ebb2e0ab69b4798b2e1bb2a2743fb15b46 (patch) | |
| tree | e6e88a0c2202ca7ec85d96966ab62eac6851aaed /webpack.config.ts | |
| parent | [Client] Fix bug (diff) | |
| download | misskey-6d4487ebb2e0ab69b4798b2e1bb2a2743fb15b46.tar.gz misskey-6d4487ebb2e0ab69b4798b2e1bb2a2743fb15b46.tar.bz2 misskey-6d4487ebb2e0ab69b4798b2e1bb2a2743fb15b46.zip | |
Remove needless key
Diffstat (limited to 'webpack.config.ts')
| -rw-r--r-- | webpack.config.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.config.ts b/webpack.config.ts index 9e390f4607..b67c0e9036 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -10,7 +10,6 @@ const constants = require('./src/const.json'); const languages = { 'en': require('./locales/en.json'), - 'en-US': require('./locales/en.json'), 'ja': require('./locales/ja.json') }; |