chore: Update translations
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-11-14 09:53:04 +00:00
parent 81d6f41050
commit de1b982e93
2 changed files with 13 additions and 13 deletions

View File

@ -43,7 +43,7 @@ export const FixedModeration = {
"explicit language",
"adult-only",
"mature language",
"sex"
"sex",
],
canEdit: false,
},
@ -107,7 +107,7 @@ export const FixedModeration = {
"geopolitics",
"activism",
"protest",
"rally"
"rally",
],
canEdit: false,
},
@ -183,11 +183,11 @@ export function Moderation() {
return {
item: {
...ad,
mutedWords: appendDedupe(ad.mutedWords, words)
mutedWords: appendDedupe(ad.mutedWords, words),
},
timestamp: unixNowMs()
}
})
timestamp: unixNowMs(),
};
});
}
navigate("/");
}}>

View File

@ -40,7 +40,7 @@ export const FixedTopics = {
"gratitude",
"lifeadvice",
"lifecoaching",
"lifelove"
"lifelove",
],
},
science: {
@ -75,7 +75,7 @@ export const FixedTopics = {
"nanotechnology",
"pharmacology",
"astrophysics",
"scientificmethod"
"scientificmethod",
],
},
nature: {
@ -110,7 +110,7 @@ export const FixedTopics = {
"birdwatching",
"ecotourism",
"photography",
"naturelovers"
"naturelovers",
],
},
business: {
@ -145,7 +145,7 @@ export const FixedTopics = {
"socialmedia",
"sustainability",
"entrepreneur",
"businessdevelopment"
"businessdevelopment",
],
},
game: {
@ -180,7 +180,7 @@ export const FixedTopics = {
"platformer",
"mmorpg",
"retrogaming",
"arcade"
"arcade",
],
},
sport: {
@ -215,7 +215,7 @@ export const FixedTopics = {
"motorsports",
"equestrian",
"fitness",
"yoga"
"yoga",
],
},
photography: {
@ -250,7 +250,7 @@ export const FixedTopics = {
"composition",
"exposure",
"photographyworkshop",
"photographyart"
"photographyart",
],
},
};