Browse Source

fix lint error

Yuki Takei 5 years ago
parent
commit
83313b729f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/util/locale-utils.js

+ 0 - 1
src/lib/util/locale-utils.js

@@ -2,7 +2,6 @@ const fs = require('fs');
 
 const helpers = require('./helpers');
 
-const DEPRECATED_LOCALE_IDS = ['en', 'ja'];
 const MIGRATE_LOCALE_MAP = {
   en: 'en_US',
   ja: 'ja_JP',