- 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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user