1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
lupdate -verbose -noobsolete \
src/traverso/*.cpp src/traverso/*.h \
src/sheetcanvas/*.cpp src/sheetcanvas/*.h \
src/sheetcanvas/dialogs/*.cpp src/sheetcanvas/dialogs/*.h \
src/sheetcanvas/ui/*.ui \
src/traverso/widgets/*.cpp src/traverso/dialogs/project/*.cpp \
src/traverso/dialogs/settings/*.cpp \
src/core/*.cpp src/core/*.h src/engine/*.cpp src/commands/*.cpp \
src/traverso/ui/*.ui src/commands/plugins/TraversoCommands/*.h \
src/commands/plugins/TraversoCommands/*.cpp \
src/common/Utils.cpp\
-ts \
resources/translations/traverso_nl.ts \
resources/translations/traverso_de.ts \
resources/translations/traverso_pt.ts \
resources/translations/traverso_fr.ts \
resources/translations/traverso_bg.ts \
resources/translations/traverso_cs.ts \
resources/translations/traverso_es.ts
lrelease -verbose \
resources/translations/traverso_nl.ts \
resources/translations/traverso_de.ts \
resources/translations/traverso_pt.ts \
resources/translations/traverso_fr.ts \
resources/translations/traverso_bg.ts \
resources/translations/traverso_cs.ts \
resources/translations/traverso_es.ts
|