mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-31 00:37:45 +02:00
forgot comma D:
This commit is contained in:
parent
954acefee5
commit
92bdeefb9a
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"tabs": [
|
"tabs": [
|
||||||
"Main",
|
"Main",
|
||||||
"Species",
|
"Species",
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
"trans-male",
|
"trans-male",
|
||||||
"trans-female",
|
"trans-female",
|
||||||
"intersex",
|
"intersex",
|
||||||
"ambiguous sex"
|
"ambiguous sex",
|
||||||
"woman",
|
"woman",
|
||||||
"man",
|
"man",
|
||||||
"girl",
|
"girl",
|
||||||
|
@ -242,7 +242,7 @@
|
||||||
"Groupings": [
|
"Groupings": [
|
||||||
"solo",
|
"solo",
|
||||||
"duo",
|
"duo",
|
||||||
"trio"'
|
"trio","",
|
||||||
"solo focus",
|
"solo focus",
|
||||||
"duo focus",
|
"duo focus",
|
||||||
"trio focus",
|
"trio focus",
|
||||||
|
@ -361,4 +361,4 @@
|
||||||
"undertale"
|
"undertale"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue