feat(SW-706): add Lokalise tooling and codemod
This commit is contained in:
11
apps/scandic-web/i18n/tooling/download.ts
Normal file
11
apps/scandic-web/i18n/tooling/download.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import path from "node:path"
|
||||
|
||||
import { download } from "./lokalise"
|
||||
|
||||
const extractPath = path.resolve(__dirname, "translations")
|
||||
|
||||
async function main() {
|
||||
await download(extractPath)
|
||||
}
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user