mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Added mapping for serbian (latin) language in languageHandler.py. Fixes #175
This commit is contained in:
parent
cbd3126a4f
commit
9e17abf517
@ -1,6 +1,6 @@
|
|||||||
[Format]
|
[Format]
|
||||||
Type=PortableApps.comFormat
|
Type=PortableApps.comFormat
|
||||||
Version=3.4
|
Version=3.5
|
||||||
|
|
||||||
[Details]
|
[Details]
|
||||||
Name=tw blue portable
|
Name=tw blue portable
|
||||||
|
@ -3,6 +3,8 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
import ctypes
|
import ctypes
|
||||||
import locale
|
import locale
|
||||||
|
# add mapping for Serbian (latin) language
|
||||||
|
locale.windows_locale[9242]='sr_RS'
|
||||||
import gettext
|
import gettext
|
||||||
import paths
|
import paths
|
||||||
import platform
|
import platform
|
||||||
|
Loading…
Reference in New Issue
Block a user