Skip to content

Commit 52d06b5

Browse files
authored
remove from tl
1 parent 3c3ed6d commit 52d06b5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/plugins/vuetify.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const repeat = (fn, count) => {
5353
}
5454

5555

56-
const zalgo = (str) => {
56+
export const zalgo = (str) => {
5757
let mstr = str;
5858
const n = 0.5;
5959
const randomCombiningChar = combiningChars();
@@ -187,9 +187,6 @@ export const i18n = new VueI18n({
187187
return choicesLength < 4 ? 2 : 3;
188188
},
189189
},
190-
postTranslation(str) {
191-
return zalgo(str);
192-
},
193190
});
194191

195192
const loadedLanguages = ["en"];

0 commit comments

Comments
 (0)