chore: Update translations

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

View File

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