feat(SW-706): use Lokalise

This commit is contained in:
Michael Zetterberg
2025-04-09 13:16:45 +02:00
parent 440e1f92df
commit 65932ddfd3
10 changed files with 35595 additions and 6268 deletions

View File

@@ -158,7 +158,7 @@ export async function download(extractPath: string) {
icu_numeric: true,
bundle_structure: "%LANG_ISO%.%FORMAT%",
directory_prefix: "",
filter_data: ["last_reviewed_only"],
filter_data: ["translated", "nonhidden"],
export_empty_as: "skip",
})
performance.mark("lokaliseDownloadInitEnd")