remove debug output
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
550fb88e63
commit
5f40b23fa0
@ -6,9 +6,6 @@ function loadLocaleMessages() {
|
|||||||
const locales = require.context('../locales', true, /[A-Za-z0-9-_,\s]+\.json$/i)
|
const locales = require.context('../locales', true, /[A-Za-z0-9-_,\s]+\.json$/i)
|
||||||
const messages = {}
|
const messages = {}
|
||||||
|
|
||||||
window.console.log("locales")
|
|
||||||
window.console.log(locales)
|
|
||||||
|
|
||||||
locales.keys().forEach(key => {
|
locales.keys().forEach(key => {
|
||||||
const matched = key.match(/([A-Za-z0-9-_]+)\./i)
|
const matched = key.match(/([A-Za-z0-9-_]+)\./i)
|
||||||
if (matched && matched.length > 1) {
|
if (matched && matched.length > 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user