php / doc-base

Tools for the PHP documentation
Other
343 stars 85 forks source link

Revcheck library and QA tools for translation synchronization  #111

Closed alfsb closed 4 months ago

alfsb commented 10 months ago

This PR rewrites revcheck logic into more modern PHP usage, and publishes a series of tools to check if one translation is in sync with the base language.

The scripts/translation and scripts/translation/lib/ directories are written as self contained code ,that can be checked out or utilized as a git submodule to obtain revcheck data in typed form

kamil-tekiela commented 10 months ago

Did you execute Psalm or PHPStan to make sure there aren't any obvious issues?

alfsb commented 10 months ago

Did you execute Psalm or PHPStan to make sure there aren't any obvious issues?

No. I don't have any of those tools. These tools are not installed in automatic checking? If not, why not?