cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
7 lines
257 B
Bash
Executable File
7 lines
257 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Extract strings from all source files.
|
|
# EXTRACT_TR_STRINGS extracts strings with lupdate and convert them to .pot with
|
|
# lconvert.
|
|
$EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -o -name \*.ui -o -name \*.qml` -o $podir/sonnet6_qt.pot
|