mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Try add sourceLocale
This commit is contained in:
parent
056e22aaf9
commit
d9c12aa62b
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import { LOCALES } from './src/locales';
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
locales: LOCALES,
|
locales: LOCALES,
|
||||||
|
sourceLocale: 'en',
|
||||||
pseudoLocale: 'pseudo-LOCALE',
|
pseudoLocale: 'pseudo-LOCALE',
|
||||||
fallbackLocales: {
|
fallbackLocales: {
|
||||||
default: 'en',
|
default: 'en',
|
||||||
|
|
Loading…
Reference in a new issue