2014-10-06 20:01:08 +02:00
|
|
|
#!/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.
|
2015-10-16 13:55:23 +02:00
|
|
|
lrelease ../share/translations/translations.pro
|
|
|
|
lrelease ../share/translations/measurements.pro
|