Fix/Update to the i18n module settings after git submodule changes.

This commit is contained in:
Bastien Montagne
2023-02-22 09:59:38 +01:00
parent 6693c50ace
commit 14368f4d09

View File

@@ -522,11 +522,10 @@ REL_GIT_I18N_PO_DIR = os.path.join("po")
REL_POTFILES_SOURCE_DIR = os.path.join("source")
# Where to search for preset names (relative to SOURCE_DIR).
REL_PRESETS_DIR = os.path.join("release", "scripts", "presets")
REL_PRESETS_DIR = os.path.join("scripts", "presets")
# Where to search for templates (relative to SOURCE_DIR).
REL_TEMPLATES_DIR = os.path.join("release", "scripts", "startup",
"bl_app_templates_system")
REL_TEMPLATES_DIR = os.path.join("scripts", "startup", "bl_app_templates_system")
# The template messages file (relative to I18N_DIR).
REL_FILE_NAME_POT = os.path.join(REL_BRANCHES_DIR, DOMAIN + ".pot")