Browse Source

Fix typo

pull/2385/head
Artur Arseniev 6 years ago
parent
commit
d7e79562fa
  1. 2
      src/i18n/config.js

2
src/i18n/config.js

@ -7,7 +7,7 @@ export default {
// Fallback locale // Fallback locale
localeFallback: 'en', localeFallback: 'en',
// Detect locale by checkig browser language // Detect locale by checking browser language
detectLocale: 1, detectLocale: 1,
// Show warnings when some of the i18n resources are missing // Show warnings when some of the i18n resources are missing

Loading…
Cancel
Save