From 31583cfef5fe637e677318a15133941dbc73e1fd Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 6 Jul 2024 14:03:56 +0100 Subject: [PATCH 1/3] Update prelude --- prelude.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/prelude.yaml b/prelude.yaml index 6b76a4c..cbff478 100644 --- a/prelude.yaml +++ b/prelude.yaml @@ -222,6 +222,8 @@ common: text: 'Si raccomanda di controllare la seguente compatibility patch compilation per questa mod: {0}' - lang: ja text: '次の互換性パッチを確認することをお勧めします: {0}' + - lang: ko + text: 'Bad Korean translation' - lang: pl text: 'Jest rekomendowane żebyś sprawdził następujące kompatybilności patchu kompilacji dla tego moda: {0}' - lang: pt_BR @@ -233,6 +235,12 @@ common: - lang: uk_UA text: 'Радимо переглянути наступну колекцію патчів сумісності для цього моду: {0}' + - &newMessageAnchor + type: say + content: + - lang: en + text: This is a test message + - &compatPatchForX type: say content: From 1ecabf7fc0e5ffc6ea1e106e4dc710494b717d8c Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 6 Jul 2024 14:24:07 +0100 Subject: [PATCH 2/3] Fix test message syntax --- prelude.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prelude.yaml b/prelude.yaml index cbff478..b10408a 100644 --- a/prelude.yaml +++ b/prelude.yaml @@ -239,7 +239,7 @@ common: type: say content: - lang: en - text: This is a test message + text: 'This is a test message' - &compatPatchForX type: say From faae143153d84bd385277163326a9cefdb0dc9f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 09:27:40 +0000 Subject: [PATCH 3/3] Export translations from prelude --- translations/messages.en.yaml | 1 + translations/messages.ko.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/translations/messages.en.yaml b/translations/messages.en.yaml index 24edd63..3fc7382 100644 --- a/translations/messages.en.yaml +++ b/translations/messages.en.yaml @@ -27,6 +27,7 @@ missingRequirementXforY: It appears you have installed **{1}**, but some of its moddingPlugin: This plugin is a modding resource and should not be used in-game. moveNVAC: NVAC is installed under **NVSE/Plugins** but needs to be moved to **{0}/Plugins** for {0} to pick it up for {1}. moveXFromYToZ: Move {0} from {1} to {2}. +newMessageAnchor: This is a test message obsolete: Obsolete. Update to the latest version. {0} onlyUseSmashOrBash: Can be used with a {0} but would require additional work. A Smashed Patch or Bash Patch should be used independently of one another. optional: This plugin is optional. diff --git a/translations/messages.ko.yaml b/translations/messages.ko.yaml index 38c2254..53da6c7 100644 --- a/translations/messages.ko.yaml +++ b/translations/messages.ko.yaml @@ -3,6 +3,7 @@ alreadyInX: 삭제하십시오. 이미 {0}에 포함되어 있습니다. alsoUseX: '{0}도 함께 사용하는 것을 매우 권장합니다.' compatIssuesWithX: 이 플러그인은 {0}와의 호환성 문제가 있습니다. 자세한 내용은 이 모드의 호환성 정보를 확인해주세요. compatNotes: 이 모드의 [호환성 정보]({0})를 읽어 보는 걸 권장합니다. +compatPatch: Bad Korean translation corrupt: 이 파일은 손상되었습니다. 사용하지 마십시오. deleteOrDeactivateX: '{0}을 제거하거나 비활성화하십시오.' deletePlugin: '**{0}**를 사용할 때 이 ESP 파일을 비활성화하거나 삭제하되, 이 모드와 함께 설치된 리소스(예: 메쉬, 텍스쳐)는 유지하는 것을 권장합니다.'