Skip to content

Commit

Permalink
Fix YunoHost project configuration: remove a missing item and added n…
Browse files Browse the repository at this point in the history
…ew items (#431)

Co-authored-by: Josep M. Ferrer <[email protected]>
  • Loading branch information
txemaq and Josep M. Ferrer authored Nov 27, 2024
1 parent a390792 commit 97116ea
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions cfg/projects/YunoHost.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,20 @@
"type": "file",
"target": "yunohost-moulinette-ca.po"
},
"yunohost-SSOwat": {
"url": "https://translate.yunohost.org/download/yunohost/SSOwat/ca/?format=po",
"yunohost-portal": {
"url": "https://translate.yunohost.org/download/yunohost/portal/ca/?format=po",
"type": "file",
"target": "yunohost-ssowat-ca.po"
"target": "yunohost-portal-ca.po"
},
"yunohost-readme-generator": {
"url": "https://translate.yunohost.org/download/yunohost/readme-generator/ca/?format=po",
"type": "file",
"target": "yunohost-readme-generator-ca.po"
},
"yunohost-store": {
"url": "https://translate.yunohost.org/download/yunohost/store/ca/?format=po",
"type": "file",
"target": "yunohost-store-ca.po"
}
}
}

0 comments on commit 97116ea

Please sign in to comment.