add ts files

This commit is contained in:
Guillaume Castagnino 2020-03-25 22:47:41 +01:00
parent eeb239c778
commit e76da44e96
4 changed files with 27 additions and 0 deletions

View File

@ -7,4 +7,5 @@ target.path = /usr/local/bin
INSTALLS += target INSTALLS += target
RESOURCES = fookb.qrc RESOURCES = fookb.qrc
TRANSLATIONS = fookb_en.ts fookb_fr.ts
QT += widgets qml QT += widgets qml

11
fookb_en.ts Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en_US">
<context>
<name>fookb</name>
<message>
<source>Quit</source>
<translation>Quit</translation>
</message>
</context>
</TS>

11
fookb_fr.ts Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="fr_FR">
<context>
<name>fookb</name>
<message>
<source>Quit</source>
<translation>Quitter</translation>
</message>
</context>
</TS>

4
myapp_en.ts Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en_US">
</TS>