mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
2e295b2e42
* ⚡️ perf: refactor to use dynamic locale * ⚡️ perf: refactor to use dynamic locale * ♻️ refactor: refactor the locale code
12 lines
247 B
TypeScript
12 lines
247 B
TypeScript
import { genDefaultLocale } from './genDefaultLocale';
|
|
import { genDiff } from './genDiff';
|
|
import { split } from './utils';
|
|
|
|
split('DIFF ANALYSIS');
|
|
genDiff();
|
|
|
|
split('GENERATE DEFAULT LOCALE');
|
|
genDefaultLocale();
|
|
|
|
split('GENERATE I18N FILES');
|