mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-03-15 04:41:21 +00:00
Some bugfixes with regards to progress pride flag
This commit is contained in:
parent
b06fff649a
commit
343f664534
3 changed files with 6 additions and 5 deletions
|
@ -29,8 +29,10 @@ List of flags
|
||||||
--------------------
|
--------------------
|
||||||
These flags are available:
|
These flags are available:
|
||||||
|
|
||||||
* Orientations (sexual, romantic or other)
|
* Broader community:
|
||||||
* Gay/LGBTQ+ (rainbow flag)
|
* Gay/LGBTQ+ (rainbow flag)
|
||||||
|
* Progress Pride
|
||||||
|
* Orientations (sexual, romantic or other)
|
||||||
* Lesbian
|
* Lesbian
|
||||||
* Vincian
|
* Vincian
|
||||||
* Sexual orientations
|
* Sexual orientations
|
||||||
|
|
7
init.lua
7
init.lua
|
@ -34,10 +34,9 @@ local legacy_flag_list = {
|
||||||
"genderfluid", "intersex", "polyamorous", "queer", "demigirl", "demiboy", "bigender", "trigender",
|
"genderfluid", "intersex", "polyamorous", "queer", "demigirl", "demiboy", "bigender", "trigender",
|
||||||
}
|
}
|
||||||
local flag_list = {
|
local flag_list = {
|
||||||
-- rainbow flag / LGBT+ Pride flag / Gay Pride flag
|
-- broader community
|
||||||
"rainbow",
|
"rainbow", -- rainbow flag / LGBTQ+ Pride flag / Gay Pride flag
|
||||||
-- progress flag
|
"progress", -- Progress Pride
|
||||||
"progress",
|
|
||||||
-- orientations (general)
|
-- orientations (general)
|
||||||
"lesbian", "vincian",
|
"lesbian", "vincian",
|
||||||
-- sexual orientations
|
-- sexual orientations
|
||||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Loading…
Add table
Reference in a new issue