mirror of
https://github.com/YuzuZensai/Crowdin-Localization-Tools.git
synced 2026-01-06 04:33:03 +00:00
🐛 fix: wrong update/download url
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
// @name Crowdin Localization Tools
|
// @name Crowdin Localization Tools
|
||||||
// @namespace https://yuzu.kirameki.cafe/
|
// @namespace https://yuzu.kirameki.cafe/
|
||||||
// @version 1.0.0
|
// @version 1.0.0
|
||||||
// @description A tool for translating Crowdin projects
|
// @description A tool for translating Crowdin projects using a CSV file
|
||||||
// @author Yuzu (YuzuZensai)
|
// @author Yuzu (YuzuZensai)
|
||||||
// @match https://crowdin.com/editor/*
|
// @match https://crowdin.com/editor/*
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
// @grant GM_xmlhttpRequest
|
// @grant GM_xmlhttpRequest
|
||||||
// @updateURL https://raw.githubusercontent.com/YuzuZensai/Crowdin-Localization-Tools/main/script.js
|
// @updateURL https://raw.githubusercontent.com/YuzuZensai/Crowdin-Localization-Tools/main/script.user.js
|
||||||
// @downloadURL https://raw.githubusercontent.com/YuzuZensai/Crowdin-Localization-Tools/main/script.js
|
// @downloadURL https://raw.githubusercontent.com/YuzuZensai/Crowdin-Localization-Tools/main/script.user.js
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
// Global configuration
|
// Global configuration
|
||||||
@@ -28,8 +28,8 @@ const CONFIG = {
|
|||||||
|
|
||||||
// Remote CSV
|
// Remote CSV
|
||||||
remoteCSVUrl: 'https://raw.githubusercontent.com/YuzuZensai/Crowdin-Localization-Tools/main/data/data.csv',
|
remoteCSVUrl: 'https://raw.githubusercontent.com/YuzuZensai/Crowdin-Localization-Tools/main/data/data.csv',
|
||||||
allowLocalOverride: true, // Allow local file override
|
allowLocalOverride: true,
|
||||||
allowUrlOverride: true, // Allow custom URL override
|
allowUrlOverride: true,
|
||||||
|
|
||||||
// Crowdin editor
|
// Crowdin editor
|
||||||
textboxSelector: '.editor-panel__editor-container textarea',
|
textboxSelector: '.editor-panel__editor-container textarea',
|
||||||
Reference in New Issue
Block a user