From 4ebefe20c921e5ec80f7e95c6f332bf550c92006 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Tue, 2 Apr 2019 18:04:55 -0400 Subject: updated areas (now using the minetest-mods repo), farming redo, moreblocks, and moreores --- moreores/.pre-commit-config.yaml | 5 +++++ moreores/.travis.yml | 3 ++- moreores/CHANGELOG.md | 4 ++++ moreores/locale/pl.txt | 21 +++++++++++++++++++++ 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 moreores/locale/pl.txt (limited to 'moreores') diff --git a/moreores/.pre-commit-config.yaml b/moreores/.pre-commit-config.yaml index 9c72498..22f1dbe 100644 --- a/moreores/.pre-commit-config.yaml +++ b/moreores/.pre-commit-config.yaml @@ -7,3 +7,8 @@ repos: - id: mixed-line-ending args: [--fix=lf] + + - repo: https://github.com/Calinou/pre-commit-luacheck + rev: v1.0.0 + hooks: + - id: luacheck diff --git a/moreores/.travis.yml b/moreores/.travis.yml index 1c4c0d8..a032acb 100644 --- a/moreores/.travis.yml +++ b/moreores/.travis.yml @@ -11,5 +11,6 @@ install: - luarocks install --local luacheck script: + # All linters are run with pre-commit hooks + - export PATH="$HOME/.luarocks/bin:$PATH" - $HOME/.local/bin/pre-commit run --all-files - - $HOME/.luarocks/bin/luacheck . diff --git a/moreores/CHANGELOG.md b/moreores/CHANGELOG.md index eec6244..e386b83 100644 --- a/moreores/CHANGELOG.md +++ b/moreores/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added + +- Polish translation. + ## [1.1.0] - 2019-03-23 ### Added diff --git a/moreores/locale/pl.txt b/moreores/locale/pl.txt new file mode 100644 index 0000000..fb65804 --- /dev/null +++ b/moreores/locale/pl.txt @@ -0,0 +1,21 @@ +# Translation by mat9117 + +[moreores] loaded. = [moreores] załadowano. + +%s Ore = %Ruda +%s Lump = %Bryłka +%s Ingot = %Sztabka +%s Block = %sBlok +%s Pickaxe = %sKilof +%s Shovel = %sŁopatka +%s Axe = %sSiekiera +%s Sword = %sMiecz + +Copper = Miedź +Tin = Cyna +Bronze = Brąz +Silver = Srebro +Gold = Złoto +Mithril = Mithril + +Copper Rail = Miedziany tor -- cgit v1.2.3