Skip to content

Commit b613cd3

Browse files
chore: migrate crowdin-dist to dedicated i18n repo (#227)
1 parent f4e8a87 commit b613cd3

4 files changed

Lines changed: 2 additions & 284 deletions

File tree

.github/scripts/sync-crowdin-distribution.js

Lines changed: 0 additions & 194 deletions
This file was deleted.

.github/workflows/crowdin-distribution-sync.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.

src/js/crowdin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const loadScript = require('./load-script');
88
* Structure mirrors https://distributions.crowdin.net/<hash>/… exactly.
99
* @type {string}
1010
*/
11-
const CROWDIN_DIST_MIRROR = 'https://cdn.jsdelivr.net/gh/LizardByte/shared-web@crowdin-dist';
11+
const CROWDIN_DIST_MIRROR = 'https://cdn.jsdelivr.net/gh/LizardByte/i18n@dist';
1212

1313
/**
1414
* Monkey-patches globalThis.fetch to redirect Crowdin distribution requests to

tests/crowdin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('initCrowdIn', () => {
121121

122122
describe('Crowdin fetch interceptor', () => {
123123
const CROWDIN_CDN = 'https://distributions.crowdin.net';
124-
const MIRROR = 'https://cdn.jsdelivr.net/gh/LizardByte/shared-web@crowdin-dist';
124+
const MIRROR = 'https://cdn.jsdelivr.net/gh/LizardByte/i18n@dist';
125125

126126
beforeEach(() => {
127127
// Reset interceptor state so each test gets a fresh install

0 commit comments

Comments
 (0)