From 52d06b5b33784a692f8eb3e4407583c6d6a7bb06 Mon Sep 17 00:00:00 2001 From: UK <41271523+NeloBlivion@users.noreply.github.com> Date: Sun, 31 Mar 2024 23:37:33 +0100 Subject: [PATCH] remove from tl --- src/plugins/vuetify.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/plugins/vuetify.js b/src/plugins/vuetify.js index 603edccf5..8a298242c 100644 --- a/src/plugins/vuetify.js +++ b/src/plugins/vuetify.js @@ -53,7 +53,7 @@ const repeat = (fn, count) => { } -const zalgo = (str) => { +export const zalgo = (str) => { let mstr = str; const n = 0.5; const randomCombiningChar = combiningChars(); @@ -187,9 +187,6 @@ export const i18n = new VueI18n({ return choicesLength < 4 ? 2 : 3; }, }, - postTranslation(str) { - return zalgo(str); - }, }); const loadedLanguages = ["en"];