Skip to content

Commit 3f4bf31

Browse files
authored
Update i18n-push.ts
1 parent 17a510d commit 3f4bf31

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

scripts/i18n-push.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ import glob from 'glob';
44
import axios from 'axios';
55
import paths from '../config/paths';
66

7-
// curl --request POST \
8-
// --url https://api.lokalise.com/api2/projects/562546565d15501e66e558.60519915/files/upload \
9-
// --header 'content-type: application/json' \
10-
// --header 'x-api-token: aea09c4a67208079b4c51d9e75ccf62beb247581' \
11-
// --data '{"filename":"api-import.json","data":"ewogICJmZWF0dXJlcyI6ICJGZWF0dXJlcyIsCiAgImkxOG4tZXhhbXBsZSI6ICJpMThuIEV4YW1wbGUiLAogICJpMThuLXN1cHBvcnQiOiAiaTE4biBzdXBwb3J0ICh2aWEgUmVhY3QgaTE4TmV4dCkiCn0K","lang_iso":"en","tags":["index","admin","v2.0"],"convert_placeholders":true}'
12-
137
const upload = async () => {
148
const translationFiles = glob.sync(
159
path.join(paths.locales, process.env.SOURCE_LANGUAGE, '**/*.json')

0 commit comments

Comments
 (0)