mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-07-22 01:30:28 +02:00
Compare commits
7 Commits
v1.1.0
...
564cb11ba6
Author | SHA1 | Date | |
---|---|---|---|
564cb11ba6 | |||
34d096832c | |||
8cd2d3de89 | |||
cea44dce57 | |||
1075b4678f | |||
ead1f1d82d | |||
7ed6ffe7a7 |
@ -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
|
||||
|
@ -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 .
|
||||
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- Polish translation.
|
||||
|
||||
### Changed
|
||||
|
||||
- The minimum supported Minetest version is now 5.0.0.
|
||||
|
||||
## [1.1.0] - 2019-03-23
|
||||
|
||||
### Added
|
||||
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
mg?
|
||||
farming?
|
@ -1 +0,0 @@
|
||||
Adds new Ore types.
|
4
init.lua
4
init.lua
@ -382,7 +382,3 @@ for orename, def in pairs(oredefs) do
|
||||
-- Register everything
|
||||
add_ore("moreores", def.description, orename, def)
|
||||
end
|
||||
|
||||
if minetest.settings:get_bool("log_mods") then
|
||||
minetest.log("action", S("[moreores] loaded."))
|
||||
end
|
||||
|
21
locale/pl.txt
Normal file
21
locale/pl.txt
Normal file
@ -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
|
Reference in New Issue
Block a user