diff options
| author | Mikko Syrjä <mikko@3d-system.fi> | 2019-03-27 21:06:39 +0200 |
|---|---|---|
| committer | Mikko Syrjä <mikko@3d-system.fi> | 2019-03-27 21:06:39 +0200 |
| commit | 0e117fa15ce6dc197740f69ac32ceb4a1d8b36ec (patch) | |
| tree | 1b19f2754ee333a24a7ece7df3527f8fb76c5fb0 | |
| parent | 051e1af212c4b36fea1143028b7117a590287047 (diff) | |
| download | symedit-0e117fa15ce6dc197740f69ac32ceb4a1d8b36ec.tar.gz symedit-0e117fa15ce6dc197740f69ac32ceb4a1d8b36ec.zip | |
Translation and version control fixes.
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | help/eng/tools.rst | 5 | ||||
| -rw-r--r-- | help/fin/tools.rst | 5 | ||||
| -rw-r--r-- | locale/symedit.en_GB.qm | bin | 0 -> 7643 bytes | |||
| -rw-r--r-- | locale/symedit.en_GB.ts | 4 | ||||
| -rw-r--r-- | locale/symedit.fi_FI.qm | bin | 0 -> 8325 bytes | |||
| -rw-r--r-- | locale/symedit.fi_FI.ts | 4 | ||||
| -rwxr-xr-x | lrelease.sh | 2 | ||||
| -rwxr-xr-x | lupdate.sh | 2 |
10 files changed, 18 insertions, 8 deletions
@@ -14,7 +14,7 @@ *.so.* *_pch.h.cpp *_resource.rc -*.qm +# *.qm .#* *.*# core @@ -13,7 +13,7 @@ krita: Windows deployment: -c:\Local\Qt\5.12.0\msvc2017_64\bin\windeployqt.exe +C:\Users\Mikko\Code\Qt\5.12.2\msvc2017_64\bin\windeployqt.exe --release --qmldir ../../symedit --no-translations diff --git a/help/eng/tools.rst b/help/eng/tools.rst index 7107c04..2925f03 100644 --- a/help/eng/tools.rst +++ b/help/eng/tools.rst @@ -106,6 +106,11 @@ Text size Text size in editing. +Language +^^^^^^^^ + +Application language: english (eng) or finnish (fin). + Color index ^^^^^^^^^^^ diff --git a/help/fin/tools.rst b/help/fin/tools.rst index f69fdbd..0063846 100644 --- a/help/fin/tools.rst +++ b/help/fin/tools.rst @@ -106,6 +106,11 @@ Tekstin koko Tekstin koko editoinnissa. +Kieli +^^^^^ + +Sovelluksen kieli: englanti (eng) tai suomi (fin). + Värin indeksi ^^^^^^^^^^^^^ diff --git a/locale/symedit.en_GB.qm b/locale/symedit.en_GB.qm Binary files differnew file mode 100644 index 0000000..84cb795 --- /dev/null +++ b/locale/symedit.en_GB.qm diff --git a/locale/symedit.en_GB.ts b/locale/symedit.en_GB.ts index fcadb1a..68c97ab 100644 --- a/locale/symedit.en_GB.ts +++ b/locale/symedit.en_GB.ts @@ -255,7 +255,7 @@ </message> <message id="id_toolbar_application_settings"> <source></source> - <translation>Application:</translation> + <translation><b>Application:</b></translation> </message> <message id="id_toolbar_snap_grid"> <source></source> @@ -275,7 +275,7 @@ </message> <message id="id_toolbar_symbol_settings"> <source></source> - <translation>Symbol:</translation> + <translation><b>Symbol:</b></translation> </message> <message id="id_toolbar_color_index"> <source></source> diff --git a/locale/symedit.fi_FI.qm b/locale/symedit.fi_FI.qm Binary files differnew file mode 100644 index 0000000..1896535 --- /dev/null +++ b/locale/symedit.fi_FI.qm diff --git a/locale/symedit.fi_FI.ts b/locale/symedit.fi_FI.ts index e1cdd72..1cb3ba2 100644 --- a/locale/symedit.fi_FI.ts +++ b/locale/symedit.fi_FI.ts @@ -255,7 +255,7 @@ </message> <message id="id_toolbar_application_settings"> <source></source> - <translation>Sovellus:</translation> + <translation><b>Sovellus:</b></translation> </message> <message id="id_toolbar_snap_grid"> <source></source> @@ -275,7 +275,7 @@ </message> <message id="id_toolbar_symbol_settings"> <source></source> - <translation>Symboli:</translation> + <translation><b>Symboli:</b></translation> </message> <message id="id_toolbar_color_index"> <source></source> diff --git a/lrelease.sh b/lrelease.sh index 006702e..339cbf8 100755 --- a/lrelease.sh +++ b/lrelease.sh @@ -1,4 +1,4 @@ -/home/mikko/Code/Qt5.12.1/5.12.1/gcc_64/bin/lrelease -idbased locale/symedit.*.ts +/home/mikko/Code/Qt5.12.2/5.12.2/gcc_64/bin/lrelease -idbased locale/symedit.*.ts if [ $? -ne 0 ]; then lrelease-qt5 -idbased locale/symedit.*.ts @@ -1,4 +1,4 @@ -/home/mikko/Code/Qt5.12.1/5.12.1/gcc_64/bin/lupdate -locations none . -ts locale/symedit.ts locale/symedit.en_GB.ts locale/symedit.fi_FI.ts +/home/mikko/Code/Qt5.12.2/5.12.2/gcc_64/bin/lupdate -locations none . -ts locale/symedit.ts locale/symedit.en_GB.ts locale/symedit.fi_FI.ts if [ $? -ne 0 ]; then lupdate-qt5 -locations none . -ts locale/symedit.ts locale/symedit.en_GB.ts locale/symedit.fi_FI.ts |
