Enchance emoji menu

This commit is contained in:
Alexis Faizeau 2022-01-25 17:41:05 +01:00
parent dc09a92fd0
commit 30ebb90617
5 changed files with 68 additions and 0 deletions

View file

@ -10,6 +10,7 @@ import login from "./login";
import menu from "./menu";
import report from "./report";
import warning from "./warning";
import emoji from "./emoji";
const en_US: BaseTranslation = {
language: "English",
@ -25,6 +26,7 @@ const en_US: BaseTranslation = {
menu,
report,
warning,
emoji,
};
export default en_US;