[profile] add anarcha-queer flag
This commit is contained in:
parent
0dcae6f74f
commit
b15400280b
|
@ -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 |
Reference in New Issue