From abeeba4433c6d90f7ca9fd905ac6152f7c244347 Mon Sep 17 00:00:00 2001 From: Mroczny <33167112+Mrocznv@users.noreply.github.com> Date: Sun, 10 Jun 2018 12:00:16 +0200 Subject: [PATCH] pl translation --- locales/pl.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 locales/pl.lua diff --git a/locales/pl.lua b/locales/pl.lua new file mode 100644 index 00000000..687bc3b6 --- /dev/null +++ b/locales/pl.lua @@ -0,0 +1,6 @@ +Locales ['pl'] = { + ['voice'] = '~y~Głos: ~s~%s', + ['normal'] = 'normalny', + ['shout'] = 'krzyk', + ['whisper'] = 'szept', +}