[profile] add anarcha-queer flag

This commit is contained in:
Avris 2020-10-31 16:36:49 +01:00
parent 0dcae6f74f
commit b15400280b
2 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ export default {
LOCALE: config.locale,
FLAGS: buildDict(function *() {
for (let flag of fs.readdirSync(__dirname + '/static/flags/')) {
if (flag.startsWith('.')) {
continue;
}
yield [
flag.replace(new RegExp('\.png$'), ''),
flag.replace(new RegExp('\.png$'), '')

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB