Update ci-generateTranslations.js

pull from the repo
This commit is contained in:
Joel Calado 2021-03-27 19:32:51 +00:00 committed by GitHub
parent 4992858414
commit 2cb96bb133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ async function updateTranslation(filename) {
// updates the website with a specific translation
let data = await axios({
method: "get",
url: `https://obs.ninja/translations/${filename}.json?${(
url: `https://raw.githubusercontent.com/steveseguin/obsninja/master/translations/${filename}.json?${(
Math.random() * 100
).toString()}`,
}).then(function (response) {