mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-17 11:37:20 +08:00
fix(i18n): extract new Chinese keys and implement dynamic localization for footer/updates/tray menu
This commit is contained in:
@@ -651,7 +651,7 @@ function collectCatalogRecords(rootDir) {
|
||||
return records;
|
||||
}
|
||||
|
||||
function syncCatalogFiles(rootDir) {
|
||||
export function syncCatalogFiles(rootDir) {
|
||||
const records = collectCatalogRecords(rootDir);
|
||||
const catalog = mergeMessageRecords(records);
|
||||
const generatedDir = path.join(rootDir, "src/i18n/generated");
|
||||
|
||||
Reference in New Issue
Block a user