mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: 🔥 Remove brainrot locale
Could come back as a community project, I can't maintain it right now
This commit is contained in:
parent
6384f9ac8e
commit
1cbe94fea6
5 changed files with 3 additions and 356 deletions
|
|
@ -12,5 +12,5 @@ export const wrapUrl = (path: string) => {
|
|||
export const getLanguageTag = () => {
|
||||
const tag = languageTag();
|
||||
|
||||
return tag === "en-rot" ? "en" : tag;
|
||||
return tag;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue