mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2025-12-31 22:59:37 -06:00
Merge branch 'develop' into workflow-use-require
This commit is contained in:
10
.github/scripts/download-translations.js
vendored
10
.github/scripts/download-translations.js
vendored
@@ -1,7 +1,17 @@
|
||||
<<<<<<< HEAD
|
||||
const axios = require('axios');
|
||||
const fs = require('fs-extra');
|
||||
const path = require('path');
|
||||
const { URLSearchParams } = require('url');
|
||||
=======
|
||||
import axios from 'axios';
|
||||
import fs from 'fs-extra';
|
||||
import path from 'path';
|
||||
import { fileURLToPath } from 'url';
|
||||
|
||||
// Get current directory
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
>>>>>>> develop
|
||||
|
||||
// POEditor API information
|
||||
const API_TOKEN = process.env.POEDITOR_API;
|
||||
|
||||
Reference in New Issue
Block a user