Auto setup module flow and packages as targets.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -13s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -13s
This commit is contained in:
parent
f0cccf2bb3
commit
c13a26d6b5
28 changed files with 420 additions and 259 deletions
|
|
@ -5,6 +5,9 @@ $(call mb_make_call,mb_doc_variable,MB_I18N,"The language code to select the i18
|
|||
MB_I18N_ASSERT_SUCCESS ?= Assert successfull
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_ASSERT_SUCCESS,"Message for when assertion test is successfull.")
|
||||
|
||||
MB_I18N_ASSERT_FAILURE ?= Assert failure
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_ASSERT_FAILURE,"Message for when assertion test is failed.")
|
||||
|
||||
MB_I18N_AUTOEXEC_WRITE ?= Write autoexec for
|
||||
$(call mb_make_call,mb_doc_variable_i18n,MB_I18N_AUTOEXEC_WRITE,"Message for when writing a default autoexec.")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
MB_I18N_ASSERT_SUCCESS = ASSERTED DONE:
|
||||
MB_I18N_ASSERT_FAILURE = ASSERTION FAILED:
|
||||
MB_I18N_AUTOEXEC_WRITE = WRITE BOOSTER:
|
||||
MB_I18N_CONV_UNIX2DOS = CONV UNIX2DOS:
|
||||
MB_I18N_CONV_DOS2UNIX = CONV DOS2UNIX:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
MB_I18N_ASSERT_SUCCESS = ᑲᔪᓯᓂᖃᑦᑎᐊᕐᓂᖅ
|
||||
MB_I18N_ASSERT_FAILURE = ᓇᓗᓇᐃᖅᑕᐅᓂᖓ ᑲᔪᓯᙱᓐᓂᖓ
|
||||
MB_I18N_AUTOEXEC_WRITE = ᑎᑎᕋᑲᐅᑎᒋᓂᖅ ᑲᒫᓗᖕᒥᒃ
|
||||
MB_I18N_CONV_UNIX2DOS = ᐅᐊᔭᐅᑉ ᐃᓱᐊᓄᐊᕐᓗᒍ
|
||||
MB_I18N_CONV_DOS2UNIX = ᑐᑭᓕᐊᖓᔪᓐᓃᕐᓗᓂ
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
MB_I18N_ASSERT_SUCCESS = アサート成功
|
||||
MB_I18N_ASSERT_FAILURE = アサーションが失敗しました
|
||||
MB_I18N_AUTOEXEC_WRITE = 自動実行の書き込み
|
||||
MB_I18N_CONV_UNIX2DOS = ディスクシステムの行末に変換
|
||||
MB_I18N_CONV_DOS2UNIX = メインフレームラインエンドに変換
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue