Compare commits

...

10 Commits

Author SHA1 Message Date
Wuzzy
d4455b31f0 Rename Minetest to Luanti 2024-10-29 13:35:16 +01:00
Wuzzy
c7e39fb2db Add megustanlosfrijoles to credits 2024-09-24 09:53:56 +02:00
Wuzzy
47a9fc050c Add mod name/description template to locale files 2024-09-24 09:52:26 +02:00
Wuzzy
b04cc0ece8 Translate mod name+description to German 2024-09-24 09:52:05 +02:00
José Miguel Muñoz Z
7ea3076ba2 Translate mod name/description to Spanish 2024-09-24 09:49:45 +02:00
Wuzzy
87d4e305fe Merge pull request 'Add Spanish Translation' (#9) from megustanlosfrijoles/pride_flags-spanish-translation:master into master
Reviewed-on: https://codeberg.org/Wuzzy/pride_flags/pulls/9
2024-01-04 08:33:18 +00:00
José M
12de6a2365 Add Spanish Translation 2024-01-01 14:00:46 -06:00
Wuzzy
5baf4eea28 Version 2.2.0 2023-06-05 10:44:43 +02:00
Wuzzy
3fcbc8d793 Use updated polyamorous flag 2023-06-05 10:21:57 +02:00
Wuzzy
97e66600fd Version 2.1.3 2023-05-20 18:34:54 +02:00
7 changed files with 18 additions and 6 deletions

View File

@ -1,7 +1,7 @@
Pride Flags Mod v2.1.2
Pride Flags Mod v2.2.0
By Leslie E. Krause and Wuzzy
Pride Flags adds a variety of animated flags to celebrate Pride in Minetest.
Pride Flags adds a variety of animated flags to celebrate Pride in Luanti.
This adds two blocks:
@ -85,7 +85,7 @@ Browse source code...
Compatability
----------------------
Minetest 5.4.0 or later required.
Luanti/Minetest version 5.4.0 or later required.
(older versions might work, too, but the flag waving sound is buggy)
@ -108,3 +108,4 @@ Translation credits:
* German: Wuzzy
* French: Z-Master
* Spanish: megustanlosfrijoles

View File

@ -1,5 +1,5 @@
--------------------------------------------------------
-- Minetest :: Pride Flags Mod (pride_flags)
-- Luanti :: Pride Flags Mod (pride_flags)
--
-- See README.txt for licensing and other information.
-- Copyright (c) 2022, Leslie E. Krause and Wuzzy
@ -10,7 +10,7 @@ pride_flags = {}
local wind_noise = PerlinNoise( 204, 1, 0, 500 )
-- Check whether the new `get_2d` Perlin function is available,
-- otherwise use `get2d`. Needed to suppress deprecation
-- warning in newer Minetest versions.
-- warning in newer Luanti versions.
local old_get2d = true
if wind_noise.get_2d then
old_get2d = false

View File

@ -1,3 +1,5 @@
# textdomain:pride_flags
Pride Flags=Pride-Flaggen
Adds a variety of animated flags to celebrate Pride.=Fügt eine Reihe an animierten Flaggen hinzu, um Pride (LGBTQ+) zu feiern.
Flag Pole=Flaggenmast
Flag Pole with Flag=Flaggenmast mit Flagge

5
locale/pride_flags.es.tr Normal file
View File

@ -0,0 +1,5 @@
# textdomain:pride_flags
Pride Flags=Banderas del orgullo
Adds a variety of animated flags to celebrate Pride.=Añade una variedad de banderas animadas para celebrar el orgullo
Flag Pole=Asta
Flag Pole with Flag=Asta con bandera

View File

@ -1,3 +1,5 @@
# textdomain: pride_flags
Pride Flags=
Adds a variety of animated flags to celebrate Pride.=
Flag Pole=Mât
Flag Pole with Flag=Mât avec drapeau
Flag Pole with Flag=Mât avec drapeau

View File

@ -1,3 +1,5 @@
# textdomain:pride_flags
Pride Flags=
Adds a variety of animated flags to celebrate Pride.=
Flag Pole=
Flag Pole with Flag=

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 B

After

Width:  |  Height:  |  Size: 787 B