[profile] more flags

This commit is contained in:
Avris 2020-11-02 23:07:39 +01:00
parent 4559479677
commit f4cd8028e3
16 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ nouns:
Odmiana jest prosta, wg podanego niżej schematu.
- >
Niestety, Dukaj nie używa postpłciowych rzeczowników w liczbie mnogiej
(poza np. odmienianym męskoosobowo „phoebe'wie”).
(poza np. odmienianym męskoosobowo „phoebe'owie”).
Jeśli masz propozycje, jak odmieniać dukatywy w liczbie mnogiej, daj nam znać.
extended:
header: 'Przykład odmiany'

View File

@ -67,7 +67,7 @@ router.post('/profile/save/:locale', async (req, res) => {
await req.db.get(SQL`DELETE FROM profiles WHERE userId = ${userId} AND locale = ${req.params.locale}`);
await req.db.get(SQL`INSERT INTO profiles (id, userId, locale, names, pronouns, description, birthday, links, flags, words, active)
VALUES (${ulid()}, ${userId}, ${req.params.locale}, ${JSON.stringify(req.body.names)}, ${JSON.stringify(req.body.pronouns)},
${req.body.description}, ${req.body.birthday || null}, ${JSON.stringify(req.body.links)}, ${JSON.stringify(req.body.flags)},
${req.body.description}, ${req.body.birthday || null}, ${JSON.stringify(req.body.links.filter(x => !!x))}, ${JSON.stringify(req.body.flags)},
${JSON.stringify(req.body.words)}, 1
)`);

BIN
static/flags/Androgyne.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
static/flags/Bigender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
static/flags/Demigender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
static/flags/Demisexual.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
static/flags/Gay_.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
static/flags/Genderflux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
static/flags/Maverique.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
static/flags/Neutrois.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

BIN
static/flags/Omnisexual.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
static/flags/Pangender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
static/flags/Trigender.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB