From 8fb5088db7326872f88505295a6baca6f7767262 Mon Sep 17 00:00:00 2001 From: kotelkonrad <48735640+kotelkonrad@users.noreply.github.com> Date: Sat, 22 Jun 2019 21:09:51 +0200 Subject: [PATCH] =?UTF-8?q?(=20=CD=A1=C2=B0=20=CD=9C=CA=96=20=CD=A1=C2=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ( ͡° ͜ʖ ͡°) --- src/main/resources/assets/mytutorial/lang/pl_pl.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/resources/assets/mytutorial/lang/pl_pl.json diff --git a/src/main/resources/assets/mytutorial/lang/pl_pl.json b/src/main/resources/assets/mytutorial/lang/pl_pl.json new file mode 100644 index 0000000..545ae08 --- /dev/null +++ b/src/main/resources/assets/mytutorial/lang/pl_pl.json @@ -0,0 +1,7 @@ +{ + "item.mytutorial.firstitem": "Pierwszy Przedmiot", + "block.mytutorial.firstblock": "Pierwszy Blok", + + "_comment": "Kreatywne zakładki", + "itemGroup.mytutorial": "Poradnik" +}