mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
b6f84d648f
Sorry for the mistake, it should be fine now.
9 lines
249 B
Bash
Executable File
9 lines
249 B
Bash
Executable File
#!/bin/bash
|
||
|
||
lupdate ../plugins/TestPlugin/TestPlugin.pro -no-obsolete -ts ../plugins/TestPlugin/cs_CZ.ts
|
||
|
||
lupdate ../plugins/TestPlugin/TestPlugin.pro -no-obsolete -ts ../plugins/TestPlugin/sk_SK.ts
|
||
|
||
read -p "Press [ENTER] to close terminal"
|
||
exit
|