This directory contains Textpack-related tools.
This script dumps any language strings it finds defined in the code that are missing from the Textpack.
Copy check-textpack.php
to your Textpattern root directory. From the command line, run:
php check-textpack.php > ./missing.txt
Open missing.txt
in a text editor for further information on the strings found, including any required replacement {parameters} inside the string where relevant. Additionally, the filename and line number that the first use of this string occurred is provided. The entire line where it was used is reproduced as the final item.
Licensed under the GPLv2 license.