mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
Revert "refactor: 🔥 Remove brainrot locale"
This reverts commit 1cbe94fea6.
This commit is contained in:
parent
7673619915
commit
7b916397db
5 changed files with 356 additions and 3 deletions
|
|
@ -12,5 +12,5 @@ export const wrapUrl = (path: string) => {
|
|||
export const getLanguageTag = () => {
|
||||
const tag = languageTag();
|
||||
|
||||
return tag;
|
||||
return tag === "en-rot" ? "en" : tag;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue