Added i18n and updated jp i18n test text.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -3s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -3s
This commit is contained in:
parent
73d566d16d
commit
d7dc7b9644
22 changed files with 261 additions and 173 deletions
34
Makefile
34
Makefile
|
|
@ -3,12 +3,13 @@
|
|||
#
|
||||
|
||||
|
||||
# Configure make, can't use tabs here, than no indenting,
|
||||
# as white space is not for typing multiple white spaces.
|
||||
# Configure make to normal empty state
|
||||
MAKEFLAGS += --no-builtin-rules
|
||||
MAKEFLAGS += --no-builtin-variables
|
||||
.SUFFIXES:
|
||||
.PHONY: Makefile
|
||||
|
||||
# Configure make verbose mode
|
||||
ifdef VERBOSE
|
||||
ifeq ("$(VERBOSE)", "off")
|
||||
.SILENT:
|
||||
|
|
@ -107,13 +108,28 @@ $(call mb_make_call,mb_flight_proj_flow_video,$(PATH_BIN))
|
|||
|
||||
# Add japanese support
|
||||
ifdef LANG_JP
|
||||
MB_MAKE_ECHO_CRAYON = "©Δ∞ 仙上主天"
|
||||
MB_PROJ_META_NAME = "メッカシステム拡大建てる"
|
||||
MB_PROJ_STEP_BEFORE_PREFIX = "フェーズ前 "
|
||||
MB_PROJ_STEP_AFTER_PREFIX = "フェーズ後 "
|
||||
MB_PROJ_STEP_DONE_PREFIX = "プライムパイターゲットの実行を終了しました "
|
||||
MB_OPENMSX_LOG_PREFIX = "オープンメッカシステム拡張を開始しましょう!のために"
|
||||
MB_AUTOEXEC_LOG_PREFIX = "自動実行の書き込み"
|
||||
MB_I18N_ASSERT_SUCCESS = "アサート成功"
|
||||
MB_I18N_AUTOEXEC_WRITE = "自動実行の書き込み"
|
||||
MB_I18N_CONV_UNIX2DOS = "ディスクシステムの行末に変換"
|
||||
MB_I18N_CONV_DOS2UNIX = "メインフレームラインエンドに変換"
|
||||
MB_I18N_MAKE_CHECK_ARG1 = "引数 一 がありません。"
|
||||
MB_I18N_MAKE_CHECK_ARG2 = "引数 二 がありません。"
|
||||
MB_I18N_MAKE_CHECK_ARG3 = "引数 三 がありません。"
|
||||
MB_I18N_MAKE_CHECK_ARG4 = "引数 四 がありません。"
|
||||
MB_I18N_MAKE_CHECK_ARG5 = "引数 五 がありません。"
|
||||
MB_I18N_MSXHUB_FILE_FETCH = "コンピューターハブファイルを取得する"
|
||||
MB_I18N_MSXROM_FILE_FETCH = "読み取り専用メモリファイルを取得する"
|
||||
MB_I18N_OPENMSX_STARTUP = "オープンメッカシステムを開始"
|
||||
MB_I18N_OS_ECHO_CRAYON = "©Δ∞ 仙上主天"
|
||||
MB_I18N_PROJ_STEP_BEFORE = "フェーズ前"
|
||||
MB_I18N_PROJ_STEP_AFTER = "フェーズ後"
|
||||
MB_I18N_PROJ_STEP_DONE = "プライムパイターゲットの実行を終了しました"
|
||||
MB_I18N_PROJ_DIR_CREATE = "フォルダーの作成"
|
||||
MB_I18N_PROJ_DIR_DELETE = "フォルダーの削除"
|
||||
MB_I18N_SDCC_COMPILE = "標準マイクロコンパイラ"
|
||||
MB_I18N_SDCC_ARLIB = "標準マイクロビルドライブラリ"
|
||||
MB_I18N_SDCC_LINK = "標準マイクロリンクメッカ図書館"
|
||||
MB_I18N_SDCC_OBJCOPY = "標準マイクロオブジェクトコピー"
|
||||
$(call mb_make_call,mb_proj_flow_setup_jp)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue