mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-24 09:06:36 +00:00
Add i18n to core
This commit is contained in:
@@ -12,6 +12,7 @@ import argparse
|
||||
parser = argparse.ArgumentParser(description='KuiToi-Server - BeamingDrive server compatible with BeamMP clients!')
|
||||
parser.add_argument('-v', '--version', action="store_true", help='Print version and exit.', default=False)
|
||||
parser.add_argument('--config', help='Patch to config file.', nargs='?', default=None, type=str)
|
||||
parser.add_argument('--language', help='What localisation need to use.', default="en", type=str)
|
||||
|
||||
if __name__ == '__main__':
|
||||
from core import Core
|
||||
|
||||
Reference in New Issue
Block a user