docker-ci icon indicating copy to clipboard operation
docker-ci copied to clipboard

Write translations of strings, extracted from info.xml (name, summary and description) back to info.xml

Open p-bo opened this issue 3 years ago • 1 comments

(logical continuation of https://github.com/nextcloud/docker-ci/issues/93)

It is exactly, as former dev is stating there: https://github.com/nextcloud/appstore/issues/691#issuecomment-624560952

Result should be as can be seen for example in info.xml file from this file:

https://github.com/julien-nc/cospend-nc/releases/download/v1.5.8/cospend-1.5.8.tar.gz

(no link to git repo, because in this case is file created during release trough script https://github.com/julien-nc/cospend-nc/blob/main/l10n/descriptions/gen_info.xml.sh - probably due different translation platform used)

Idea is to mark somehow (some identifier into notes to string perhaps? As is done for .vue files) these strings, found in info.xml, during scrapping from source code for source strings to Transifex and then write their translation during sync from Transifex to app repo not (only) into .js .json files in l10n dir, but instead to (or at least also) into appinfo/info.xml (as in mentioned example).

This way translations of name, summary and description will be used at all in app store and apps.nextcloud.com (as is in mentioned example with app Money Buster). Translations are log time already done, so effect on user experience would be intermediate...

Thanks :-)

p-bo avatar Feb 23 '23 14:02 p-bo

@AndyScherzinger It would be really great if this could be implemented. The translators have been translating the information for years and the strings are not used. It would really be an improvement for the App Store if the content were localized.

rakekniven avatar Oct 13 '25 12:10 rakekniven