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