Update readme with credits for new languages and fix typo (#14)
* Correct typo * copypasta * Update readme.md
This commit is contained in:
parent
78fa6eca70
commit
ab4eb89e94
3 changed files with 10 additions and 3 deletions
2
init.lua
2
init.lua
|
@ -8,7 +8,7 @@ local S = minetest.get_translator(minetest.get_current_modname())
|
||||||
local items = {
|
local items = {
|
||||||
S("By playing on this server you agree to these rules:"),
|
S("By playing on this server you agree to these rules:"),
|
||||||
"",
|
"",
|
||||||
S("1. No swearing, dating, or other inappriopriate behaviour."),
|
S("1. No swearing, dating, or other inappropriate behaviour."),
|
||||||
S("2. No spamming, using all-caps, or any other method of chat abuse."),
|
S("2. No spamming, using all-caps, or any other method of chat abuse."),
|
||||||
S("3. Don't be a cheater. No hacked clients."),
|
S("3. Don't be a cheater. No hacked clients."),
|
||||||
S("4. Don't excessively spawnkill. Some spawn killing to stop players chasing"),
|
S("4. Don't excessively spawnkill. Some spawn killing to stop players chasing"),
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# textdomain: rules
|
# textdomain: rules
|
||||||
By playing on this server you agree to these rules:=Al jugar en este servidor, usted acepta seguir estas reglas:
|
By playing on this server you agree to these rules:=Al jugar en este servidor, usted acepta seguir estas reglas:
|
||||||
1. No swearing, dating, or other inappriopriate behaviour.=1. No insultar, tener citas u otro comportamiento inapropiado.
|
1. No swearing, dating, or other inappropriate behaviour.=1. No insultar, tener citas u otro comportamiento inapropiado.
|
||||||
2. No spamming, using all-caps, or any other method of chat abuse.=2. No hacer spam, usar todo en MAYÚSCULAS, o cualquier otro metodo de abusar el chat.
|
2. No spamming, using all-caps, or any other method of chat abuse.=2. No hacer spam, usar todo en MAYÚSCULAS, o cualquier otro metodo de abusar el chat.
|
||||||
3. Don't be a cheater. No hacked clients.=3. No seas un tramposo. No uses clientes pirateados.
|
3. Don't be a cheater. No hacked clients.=3. No seas un tramposo. No uses clientes pirateados.
|
||||||
4. Don't excessively spawnkill. Some spawn killing to stop players chasing=4. No hagas matanza de desove excesivamente. Un poco para parar a los demas de perseguir
|
4. Don't excessively spawnkill. Some spawn killing to stop players chasing=4. No hagas matanza de desove excesivamente. Un poco para parar a los demas de perseguir
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
# Rules
|
# Rules
|
||||||
|
|
||||||
Thanks to @Panquesito7 for spanish translation
|
Rules mod for the official CTF server.
|
||||||
|
|
||||||
|
## Translations
|
||||||
|
Spanish: Panquesito7
|
||||||
|
French: Kat
|
||||||
|
German: xenonca
|
||||||
|
Dutch: Kat
|
||||||
|
Itlaian: xenonca
|
||||||
|
|
Loading…
Reference in a new issue