Updating update localizations scripts.
This commit is contained in:
parent
2c799747a4
commit
39a5f52118
6 changed files with 6 additions and 6 deletions
|
@ -5,6 +5,7 @@
|
|||
<name>About</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
|
||||
<location filename="../logarithmplotter.py" line="197"/>
|
||||
<source>About LogarithmPlotter</source>
|
||||
<translation>Über LogarithmPlotter</translation>
|
||||
</message>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<name>About</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
|
||||
<location filename="../logarithmplotter.py" line="197"/>
|
||||
<source>About LogarithmPlotter</source>
|
||||
<translation>About LogarithmPlotter</translation>
|
||||
</message>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<name>About</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
|
||||
<location filename="../logarithmplotter.py" line="197"/>
|
||||
<source>About LogarithmPlotter</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<name>About</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
|
||||
<location filename="../logarithmplotter.py" line="194"/>
|
||||
<location filename="../logarithmplotter.py" line="197"/>
|
||||
<source>About LogarithmPlotter</source>
|
||||
<translation>À propos de LogarithmPlotter</translation>
|
||||
</message>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<name>About</name>
|
||||
<message>
|
||||
<location filename="../qml/eu/ad5001/LogarithmPlotter/About.qml" line="26"/>
|
||||
<location filename="../logarithmplotter.py" line="197"/>
|
||||
<source>About LogarithmPlotter</source>
|
||||
<translation>Om</translation>
|
||||
</message>
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
#!/bin/bash
|
||||
lupdate -extensions js,qs,qml,py -recursive .. -ts lp_template.ts
|
||||
lupdate -extensions js,qs,qml,py -recursive .. -ts lp_en.ts
|
||||
lupdate -extensions js,qs,qml,py -recursive .. -ts lp_fr.ts
|
||||
lupdate -extensions js,qs,qml,py -recursive .. -ts lp_de.ts
|
||||
lupdate -extensions js,qs,qml,py -recursive .. -ts lp_es.ts
|
||||
lupdate -extensions js,qs,qml,py -recursive .. -ts lp_*.ts
|
||||
|
|
Loading…
Reference in a new issue