7e86dcc97f
Main reason make posible translate strings from qmuparser library. --HG-- branch : develop
6 lines
337 B
Bash
Executable File
6 lines
337 B
Bash
Executable File
#!/bin/sh
|
|
# Run this script if you want release all translated string in program.
|
|
# lrelease doesn't work with recursive *.pro file and without direct pointing to correct *.pro doesn't find anything.
|
|
# Please run this script from folder <root_folder>/scripts.
|
|
lrelease -compress -removeidentical -nounfinished ../share/translations.pro
|