mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 13:48:38 +00:00
Update ci-generateTranslations.js
pull from the repo
This commit is contained in:
parent
4992858414
commit
2cb96bb133
2
.github/ci-generateTranslations.js
vendored
2
.github/ci-generateTranslations.js
vendored
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user