Skip to content

Commit

Permalink
remove from tl
Browse files Browse the repository at this point in the history
  • Loading branch information
NeloBlivion authored Mar 31, 2024
1 parent 3c3ed6d commit 52d06b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/plugins/vuetify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -187,9 +187,6 @@ export const i18n = new VueI18n({
return choicesLength < 4 ? 2 : 3;
},
},
postTranslation(str) {
return zalgo(str);
},
});

const loadedLanguages = ["en"];
Expand Down

0 comments on commit 52d06b5

Please sign in to comment.