recommonmark

This commit is contained in:
Andrei Astafev 2019-02-21 15:15:02 +03:00
parent 50168f4990
commit bae0bd6f66
2 changed files with 40 additions and 4 deletions

View File

@ -15,7 +15,7 @@ test:bionic:
image: bionic-dev
before_script:
- apt-get update
- apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev doxygen python3-breathe python3-sphinx python3-sphinx-rtd-theme
- apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev doxygen python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-recommonmark
- git submodule sync
- git submodule update --init
script:

View File

@ -1,3 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ru_RU"></TS>
<!DOCTYPE TS>
<TS version="2.1" language="ru_RU">
<context>
<name>MyMainWindow</name>
<message>
<location filename="../src/cmex/my_main_window.ui" line="14"/>
<source>Main Window</source>
<translation>Главное окно</translation>
</message>
</context>
<context>
<name>QObject</name>
<message>
<location filename="../src/cmex/main_app.cpp" line="20"/>
<source>Compiler version: </source>
<translation>Версия компилятора: </translation>
</message>
<message>
<location filename="../src/cmex/main_app.cpp" line="21"/>
<source>Project version: </source>
<translation>Версия проекта: </translation>
</message>
<message>
<location filename="../src/cmex/main_app.cpp" line="22"/>
<source>Build type: </source>
<translation>Тип сборки: </translation>
</message>
<message>
<location filename="../src/cmex/main_app.cpp" line="23"/>
<source>libcmex function call: </source>
<translation>Вызов функции из libcmex: </translation>
</message>
<message>
<location filename="../src/cmex/main_app.cpp" line="24"/>
<source>libcmext function call: </source>
<translation>Вызов функции из libcmext: </translation>
</message>
</context>
</TS>