Overview
This is an AWK script written to parse and grab all language strings from source files (given as parameters when calling the script) and create a CB language plugin compatible php file.
Strings are merged for duplicates and then dumped to a php file formatted to be included as a CB Language plugin.
This method can be used to create a php language file that could be part of CB language plugin specific to your CB plugin.
The AWK language interpreter is available by default on all Unix-like operating systems. You can also download GAWK for use on your Windows or MacOS platform.
Members
Manager: nant
Latest news
Awk script used in CBSubs production build process
The Awk language grabber script is now used to automatically produce the admin part of the CBSubs language plugin.