Merge branch 'release-candidate' into feature/add-debug-menu

This commit is contained in:
Philippe Symons 2026-03-10 09:36:59 +01:00
commit 343d4eb83e
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.