From 11d4d53770a3105a4a60a4096be9dc1b1912adad Mon Sep 17 00:00:00 2001 From: Rep Graphics <69086745+RepGraphics@users.noreply.github.com> Date: Wed, 26 Mar 2025 12:47:39 +0000 Subject: [PATCH] Create en.json --- en.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 en.json diff --git a/en.json b/en.json new file mode 100644 index 0000000..a12a417 --- /dev/null +++ b/en.json @@ -0,0 +1,13 @@ +{ + "general": { + "welcome": "Welcome", + "dashboard": "Dashboard", + "store": "Store", + "status": "Status", + "discord": "Discord", + }, + "errors": { + "not_found": "Page not found", + "unauthorized": "You are not authorized to view this page" + } +}