1
0
Fork 0

help translations

This commit is contained in:
sspanak 2024-10-21 16:56:30 +03:00 committed by Dimo Karaivanov
parent 4e5796ea3e
commit c8c7e1546f
11 changed files with 1044 additions and 347 deletions

View file

@ -10,8 +10,8 @@ def ROOT_DIR = "${project.rootDir}/app"
def MAIN_ASSETS_DIR = "${ROOT_DIR}/src/main/assets"
def FULL_VERSION_ASSETS_DIR = "${ROOT_DIR}/src/full/assets"
ext.HELP_MARKDOWN = "${project.rootDir}/docs/user-manual.md"
ext.HELP_HTML = "${MAIN_ASSETS_DIR}/help.html"
ext.HELP_MARKDOWN_DIR = "${project.rootDir}/docs/help"
ext.HELP_HTML_DIR = "${MAIN_ASSETS_DIR}/help"
ext.LANGUAGES_INPUT_DIR = "${ROOT_DIR}/${LANGUAGES_DIR_NAME}"
ext.DEFINITIONS_INPUT_DIR = "${LANGUAGES_INPUT_DIR}/${DEFINITIONS_DIR_NAME}"