Adding text.xlsx to repo

This commit is contained in:
GearsProgress 2026-03-09 16:41:38 -04:00
parent 12f710dafc
commit 23292afc0c
2 changed files with 2 additions and 2 deletions

View File

@ -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),

BIN
tools/text_helper/text.xlsx Normal file

Binary file not shown.