- Added a new compile_translations method since preprocess was already quite full and translations compilation is quite different from ui, qrc, cpp files preprocessing. - Updated translation. - Updated test case. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>pull/2676/head
parent
1fd743e6ad
commit
5c5eac3571
6 changed files with 73 additions and 3 deletions
@ -0,0 +1,12 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE TS> |
||||
<TS version="2.0" language="fr_FR"> |
||||
<context> |
||||
<name>QObject</name> |
||||
<message> |
||||
<location filename="q5core.cpp" line="23"/> |
||||
<source>Translate me!</source> |
||||
<translation>Traduisez moi!</translation> |
||||
</message> |
||||
</context> |
||||
</TS> |
@ -0,0 +1,12 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!DOCTYPE TS> |
||||
<TS version="2.1" language="fr_FR"> |
||||
<context> |
||||
<name>QObject</name> |
||||
<message> |
||||
<location filename="q5core.cpp" line="23"/> |
||||
<source>Translate me!</source> |
||||
<translation>Traduisez moi!</translation> |
||||
</message> |
||||
</context> |
||||
</TS> |
Loading…
Reference in new issue