How to easily see outdated or new strings in all plugins you use?

Re: How to easily see outdated or new strings in all plugins used on a Moodle site?

by Séverin Terrier -
Number of replies: 0

Hi,

I come back about this functionnality. Still waiting for an integrated solution directly in Moodle web interface, by MDL-62759.

But waiting for that, and time passing, with new ability coming in Moodle, i now have a simpler solution to generate the whole link to AMOS, with incomplete or outdated sentences for all non standards plugins used (in french language) :

echo "https://lang.moodle.org/local/amos/view.php?t="`date +%s`"&v=l&l=fr&c="\
`php admin/cli/uninstall_plugins.php  --show-contrib | cut -f 1 | tr '\n' ','`"&s&d&m=1"
HTH,

Séverin