Added french translation file.
This commit is contained in:
+2
-2
@@ -43,14 +43,14 @@ isEmpty(QMAKE_LRELEASE) {
|
||||
}
|
||||
}
|
||||
|
||||
TSFILES = resources/leocad_pt.ts
|
||||
TSFILES = resources/leocad_fr.ts resources/leocad_pt.ts
|
||||
lrelease.input = TSFILES
|
||||
lrelease.output = ${QMAKE_FILE_PATH}/${QMAKE_FILE_BASE}.qm
|
||||
lrelease.commands = $$QMAKE_LRELEASE -silent ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_PATH}/${QMAKE_FILE_BASE}.qm
|
||||
lrelease.CONFIG += no_link target_predeps
|
||||
QMAKE_EXTRA_COMPILERS += lrelease
|
||||
|
||||
system($$QMAKE_LRELEASE resources/leocad_*.ts)
|
||||
system($$QMAKE_LRELEASE -silent $$TSFILES)
|
||||
|
||||
unix:!macx {
|
||||
TARGET = leocad
|
||||
|
||||
+2
-1
@@ -68,6 +68,7 @@
|
||||
<file>resources/piece_show_later.png</file>
|
||||
<file>resources/time_add_keys.png</file>
|
||||
<file>resources/library.zip</file>
|
||||
<file>resources/leocad_pt.qm</file>
|
||||
<file>resources/leocad_fr.qm</file>
|
||||
<file>resources/leocad_pt.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.1" language="pt_PT">
|
||||
<TS version="2.0" language="pt_PT">
|
||||
<context>
|
||||
<name>Menu</name>
|
||||
<message>
|
||||
<location filename="../common/lc_commands.cpp" line="10"/>
|
||||
<source>&New</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>&Novo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../common/lc_commands.cpp" line="17"/>
|
||||
@@ -2136,11 +2136,11 @@ Please visit http://www.leocad.org for information on how to download and instal
|
||||
<name>lcBaseWindow</name>
|
||||
<message>
|
||||
<source>Open Project</source>
|
||||
<translation type="vanished">Abrir Projeto</translation>
|
||||
<translation>Abrir Projeto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Save Project</source>
|
||||
<translation type="vanished">Salvar Projeto</translation>
|
||||
<translation>Salvar Projeto</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -3153,15 +3153,15 @@ GL_EXT_texture_filter_anisotropic extension: %4
|
||||
<name>lcQMainWindow</name>
|
||||
<message>
|
||||
<source>New Project</source>
|
||||
<translation type="vanished">Novo Projeto</translation>
|
||||
<translation>Novo Projeto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open Project</source>
|
||||
<translation type="vanished">Abrir Projeto</translation>
|
||||
<translation>Abrir Projeto</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Save Project</source>
|
||||
<translation type="vanished">Salvar Projeto</translation>
|
||||
<translation>Salvar Projeto</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
||||
Reference in New Issue
Block a user