Added missing i18n for 2 lastest check functions.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 8s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 8s
This commit is contained in:
parent
729023d32b
commit
5f25388ec7
5 changed files with 14 additions and 2 deletions
|
|
@ -20,6 +20,12 @@ $(call mb-make-call,mb-doc-variable-i18n,MB_I18N_CONV_DOS2UNIX,"Message for when
|
|||
MB_I18N_PACKAGE_CREATE_ARCHIVE ?= Build distribution archive
|
||||
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_PACKAGE_CREATE_ARCHIVE,"Message for when creating a archive.")
|
||||
|
||||
MB_I18N_MAKE_CHECK_VARIABLE ?= Variable is empty
|
||||
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_VARIABLE,"Error message when an variable is empty.")
|
||||
|
||||
MB_I18N_MAKE_CHECK_VALUE_VALID ?= Value is not valid
|
||||
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_VALID_VALUE,"Error message when the value is invalid.")
|
||||
|
||||
MB_I18N_MAKE_CHECK_ARG1 ?= Argument 1 is missing
|
||||
$(call mb-make-call,mb-doc-variable-i18n,MB_I18N_MAKE_CHECK_ARG1,"Error message when argument 1 is missing.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue