hack up german support :)
This commit is contained in:
parent
aa2c069a72
commit
6655f9e492
2 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,8 @@ if language == 'french':
|
|||
from otp.otpbase.OTPLocalizer_French import *
|
||||
elif language == 'polish':
|
||||
from otp.otpbase.OTPLocalizer_Polish import *
|
||||
elif language == 'german':
|
||||
from otp.otpbase.OTPLocalizer_German import *
|
||||
if checkLanguage:
|
||||
l = {}
|
||||
g = {}
|
||||
|
|
|
@ -24,6 +24,8 @@ if language == 'french':
|
|||
from toontown.toonbase.TTLocalizer_French import *
|
||||
elif language == 'polish':
|
||||
from toontown.toonbase.TTLocalizer_Polish import *
|
||||
elif language == 'german':
|
||||
from toontown.toonbase.TTLocalizer_German import *
|
||||
if checkLanguage:
|
||||
l = {}
|
||||
g = {}
|
||||
|
|
Loading…
Reference in a new issue