[ad_1]
[ad_2]
Hello everyone,
I have created a CLI tool to automatically generate .POT files. It is built in Go, making it quite fast and easy to export to all systems. While it has limited use cases due to existing plugins that simplify this task, feel free to use it if you're interested!
Usage
The program can be run with the following command-line arguments:
- `-i`: Path to the directory to scan. If not specified, the current directory will be used.
- `-o` : Name of the output POT file. The default is `to-translate.pot`.
- `-p`: File extensions to search for, separated by slashes. The default value is `php/js`.
- `-h`: Displays the script help.
You can find it here: GitHub – simple-pot-generator-cli
