4 lines
168 B
Bash
Executable File
4 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
# Script to generate pot file
|
|
xgettext --from-code=UTF-8 --files-from=./files_to_translate --keyword=translatable --keyword=_ --output=../po/euri-welcome.pot
|