Update merge.py

pull/102/head
L4Ph 2023-04-18 10:03:09 +09:00 committed by GitHub
parent d6a221e90c
commit 12e195cdee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import os
import glob
from collections import defaultdict
TEMPLATE_FOLDER = './template'
TEMPLATE_FOLDER = './template/i18n'
LOCALIZATIONS_FOLDER = './localizations'
REPORT_FILE = os.path.join(os.getcwd(), 'tools', 'report', 'report.txt')