mirror of
https://github.com/YuzuZensai/Crowdin-Localization-Tools.git
synced 2026-01-31 14:57:20 +00:00
🐛 fix: wrong update/download url
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
// @name Crowdin Localization Tools
|
||||
// @namespace https://yuzu.kirameki.cafe/
|
||||
// @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)
|
||||
// @match https://crowdin.com/editor/*
|
||||
// @grant GM_addStyle
|
||||
// @grant GM_xmlhttpRequest
|
||||
// @updateURL https://raw.githubusercontent.com/YuzuZensai/Crowdin-Localization-Tools/main/script.js
|
||||
// @downloadURL 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.user.js
|
||||
// ==/UserScript==
|
||||
|
||||
// Global configuration
|
||||
@@ -28,8 +28,8 @@ const CONFIG = {
|
||||
|
||||
// Remote CSV
|
||||
remoteCSVUrl: 'https://raw.githubusercontent.com/YuzuZensai/Crowdin-Localization-Tools/main/data/data.csv',
|
||||
allowLocalOverride: true, // Allow local file override
|
||||
allowUrlOverride: true, // Allow custom URL override
|
||||
allowLocalOverride: true,
|
||||
allowUrlOverride: true,
|
||||
|
||||
// Crowdin editor
|
||||
textboxSelector: '.editor-panel__editor-container textarea',
|
||||
Reference in New Issue
Block a user