refresh locales after any change, not just a version update

This commit is contained in:
Hazelnoot 2024-10-15 12:23:18 -04:00
parent 45974a53f8
commit 652cc8602c
8 changed files with 41 additions and 31 deletions

View file

@ -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;