- added two more strings to translation strings (due of German language)

- completed the Russian translation using the Google and Yandex translation engines
This commit is contained in:
Marius Stanciu
2019-07-30 22:33:18 +03:00
parent 1e7421ebe9
commit f282a761b4
15 changed files with 695 additions and 118 deletions

View File

@@ -16,10 +16,10 @@ from PyQt5.QtCore import QSettings
from flatcamGUI.GUIElements import log
import gettext
import builtins
if '_' not in builtins.__dict__:
_ = gettext.gettext
# import builtins
#
# if '_' not in builtins.__dict__:
# _ = gettext.gettext
# ISO639-1 codes from here: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
languages_dict = {