mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
3 lines
120 B
Bash
Executable File
3 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
xgettext -D ../src/cpp -p ../src/LOCALE -o messages.pot --from-code=UTF-8 --files-from=files_to_translate.txt
|