Skip to content

Commit

Permalink
fix(TuxPaint): move PO files to GitHub (#413)
Browse files Browse the repository at this point in the history
* fix(TuxPaint): move PO files to GitHub

* fix(TuxPaint): fix project URL
  • Loading branch information
pereorga authored Jun 6, 2024
1 parent 6405596 commit 68f90b9
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions cfg/projects/TuxPaint.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
{
"project": "TuxPaint",
"license": "GPL-2.0-only",
"projectweb": "http://www.tuxpaint.org/",
"projectweb": "https://tuxpaint.org/",
"fileset": {
"tuxpaint": {
"url": "https://sourceforge.net/p/tuxpaint/tuxpaint/ci/master/tree/src/po/ca.po?format=raw",
"url": "https://raw.githubusercontent.com/lliurex/tuxpaint/master/src/po/ca.po",
"type": "file",
"target": "ca.po"
},
"stamps": {
"url": "https://sourceforge.net/p/tuxpaint/tuxpaint-stamps/ci/master/tree/po/tuxpaint-stamps-ca.po?format=raw",
"url": "https://raw.githubusercontent.com/lliurex/tuxpaint-config/master/src/po/ca.po",
"type": "file",
"target": "ca.po"
},
"website-priority-high": {
"url": "https://sourceforge.net/p/tuxpaint/tuxpaint-website/ci/master/tree/po/priority-high/ca_ES.po?format=raw",
"type": "file",
"target": "priority-high-ca.po"
},
"website-priority-low": {
"url": "https://sourceforge.net/p/tuxpaint/tuxpaint-website/ci/master/tree/po/priority-low/ca_ES.po?format=raw",
"type": "file",
"target": "priority-low-ca.po"
},
"config": {
"url": "https://sourceforge.net/p/tuxpaint/tuxpaint-config/ci/master/tree/src/po/ca.po?format=raw",
"url": "https://raw.githubusercontent.com/lliurex/tuxpaint-config/master/src/po/ca.po",
"type": "file",
"target": "ca.po"
}
Expand Down

0 comments on commit 68f90b9

Please sign in to comment.