Allow hiding replies, and make strings translatable.

Closes #591
This commit is contained in:
FireMaskterK
2021-11-04 10:52:28 +00:00
parent 149aa69739
commit e6bbcdd3c3
3 changed files with 33 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ import {
faChevronLeft,
faLevelDownAlt,
faTv,
faLevelUpAlt,
} from "@fortawesome/free-solid-svg-icons";
import { faGithub, faBitcoin, faYoutube } from "@fortawesome/free-brands-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
@@ -29,6 +30,7 @@ library.add(
faRss,
faChevronLeft,
faLevelDownAlt,
faLevelUpAlt,
faTv,
);