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