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"];