diff --git a/tools/text_helper/main.py b/tools/text_helper/main.py index 0b25554..2a27e78 100644 --- a/tools/text_helper/main.py +++ b/tools/text_helper/main.py @@ -58,8 +58,8 @@ OUTPUT_JSON_PATH = BUILD_DIR / "output.json" THIS_SCRIPT_PATH = BASE_DIR / "main.py" XLSX_URL = 'https://docs.google.com/spreadsheets/d/14LLs5lLqWasFcssBmJdGXjjYxARAJBa_QUOUhXZt4v8/export?format=xlsx' -NEW_TEXT_XLSX_PATH = BUILD_DIR / 'new_text.xlsx' -TEXT_XLSX_PATH = BUILD_DIR / 'text.xlsx' +NEW_TEXT_XLSX_PATH = BASE_DIR / 'new_text.xlsx' +TEXT_XLSX_PATH = BASE_DIR / 'text.xlsx' LANGUAGE_TOKEN_INDEXES = { Languages.English: (0x30, 0x60, 0x70), diff --git a/tools/text_helper/text.xlsx b/tools/text_helper/text.xlsx new file mode 100644 index 0000000..31a8f46 Binary files /dev/null and b/tools/text_helper/text.xlsx differ