2014-10-06 20:01:08 +02:00
|
|
|
#!/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.
|
2014-12-03 15:11:57 +01:00
|
|
|
lupdate -recursive ../share/translations.pro
|