hack up german support :)

This commit is contained in:
Aidan Noll 2014-08-03 04:58:29 -04:00
parent aa2c069a72
commit 6655f9e492
2 changed files with 4 additions and 0 deletions

View file

@ -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 = {}

View file

@ -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 = {}