Refresh 16

This commit is contained in:
n64
2023-08-17 08:56:02 -04:00
parent 66018e9f3c
commit ae770e0df5
1326 changed files with 73566 additions and 26397 deletions

View File

@@ -10,6 +10,8 @@ def add_custom_arguments(parser):
help="Set version to EU.")
group.add_argument('-s', dest='lang', action='store_const', const='sh',
help="Set version to SH.")
group.add_argument('-c', dest='lang', action='store_const', const='cn',
help="Set version to CN.")
def apply(config, args):
lang = args.lang or 'us'