diff --git a/cfg/projects/suyu.json b/cfg/projects/suyu.json new file mode 100644 index 00000000..cd2fe207 --- /dev/null +++ b/cfg/projects/suyu.json @@ -0,0 +1,12 @@ +{ + "project": "suyu", + "license": "GPL-3.0-or-later", + "projectweb": "https://suyu.dev/", + "fileset": { + "suyu": { + "url": "https://git.suyu.dev/suyu/suyu/raw/branch/dev/dist/languages/ca.ts", + "type": "file", + "target": "suyu-ca.ts" + } + } +} diff --git a/cfg/projects/yuzu.json b/cfg/projects/yuzu.json deleted file mode 100644 index c6e2c929..00000000 --- a/cfg/projects/yuzu.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "project": "yuzu", - "license": "GPL-3.0-or-later", - "projectweb": "https://yuzu-emu.org/", - "fileset": { - "yuzu": { - "url": "https://raw.githubusercontent.com/yuzu-emu/yuzu/master/dist/languages/ca.ts", - "type": "file", - "target": "yuzu-ca.ts" - } - } -}