Added mapping for serbian (latin) language in languageHandler.py. Fixes #175

This commit is contained in:
Jose Manuel Delicado 2017-11-09 20:07:20 +01:00
parent cbd3126a4f
commit 9e17abf517
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Format]
Type=PortableApps.comFormat
Version=3.4
Version=3.5
[Details]
Name=tw blue portable

View File

@ -3,6 +3,8 @@ import os
import sys
import ctypes
import locale
# add mapping for Serbian (latin) language
locale.windows_locale[9242]='sr_RS'
import gettext
import paths
import platform