All checks were successful
eden-license / license-header (pull_request) Successful in 35s
Signed-off-by: crueter <crueter@eden-emu.dev>
9 lines
208 B
Bash
Executable file
9 lines
208 B
Bash
Executable file
#!/bin/sh
|
|
|
|
SRC=en_US
|
|
TARGET=en_US
|
|
|
|
# requires fd
|
|
SOURCES=`fd . src/yuzu src/qt_common -tf -e ui -e cpp -e h -e plist`
|
|
|
|
lupdate -source-language $SRC -target-language $TARGET $SOURCES -ts dist/languages/en.ts
|