refresh locales after any change, not just a version update
This commit is contained in:
parent
45974a53f8
commit
652cc8602c
8 changed files with 41 additions and 31 deletions
1
packages/frontend/@types/global.d.ts
vendored
1
packages/frontend/@types/global.d.ts
vendored
|
|
@ -6,6 +6,7 @@
|
|||
type FIXME = any;
|
||||
|
||||
declare const _LANGS_: string[][];
|
||||
declare const _LANGS_VERSION_: string;
|
||||
declare const _VERSION_: string;
|
||||
declare const _ENV_: string;
|
||||
declare const _DEV_: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue