ASVS icon indicating copy to clipboard operation
ASVS copied to clipboard

Enhancement: tool to validate exports against branch

Open vanderaj opened this issue 3 years ago • 3 comments

We need a tool that checks translations have all requirements, and highlight missing or extra requirements.

vanderaj avatar Jun 22 '22 16:06 vanderaj

Depends, what kind problem we need to solve with this tool.

From merging some translation from PR to the main repo, I have it covered. Since v4.0.3, each line of the translation is checked and compared against (a bit fixed) translation branch. So in process, we don't have this problem.

If we want to provide this as a tool for translations, I really recommend, that we keep the original content in some other way than github markdown format. But this means we need to change current technical process entirely.

In short - I think we are ok now, we don't have huge amount of translations coming in and for serving later content from ASVS repo, those are validated.

elarlang avatar Jun 23 '22 06:06 elarlang

I think this has value for translations as even if the original MD is ok, often there are problems in the output exports caused by non english character peculiarities.

tghosth avatar Jun 23 '22 14:06 tghosth

I think we don't need extra tool as such (I'm the tool at the moment), but need to make clear translation process.

The main point is - it does not make sense to translate markdown, but it makes sense to create structured ASVS (or anything else) and with that we can provided piece-by-piece translation options.

elarlang avatar Oct 31 '23 19:10 elarlang