From 7440de9c90cc0479d4ca9b9c8db831dc8f5b6ed1 Mon Sep 17 00:00:00 2001 From: FlyingPikachu Date: Wed, 30 Jan 2019 03:53:24 -0500 Subject: [PATCH] New translations strings.yml (Korean) --- src/main/resources/lang/ko-KR/strings.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/lang/ko-KR/strings.yml b/src/main/resources/lang/ko-KR/strings.yml index bf9ee1efa..df2935591 100644 --- a/src/main/resources/lang/ko-KR/strings.yml +++ b/src/main/resources/lang/ko-KR/strings.yml @@ -110,11 +110,13 @@ stageEditorEditStage: "Edit Stage" stageEditorNewStage: "Add new Stage" stageEditorStages: "Stages" stageEditorStage: "Stage" +stageEditorBlocks: "Blocks" stageEditorBreakBlocks: "Break blocks" stageEditorDamageBlocks: "Damage blocks" stageEditorPlaceBlocks: "Place blocks" stageEditorUseBlocks: "Use blocks" stageEditorCutBlocks: "Cut blocks" +stageEditorItems: "Items" stageEditorCatchFish: "Catch fish" stageEditorFish: "fish" stageEditorKillPlayers: "Kill players"