aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontend/src/i18n/en/app/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'code/frontend/src/i18n/en/app/index.ts')
-rw-r--r--code/frontend/src/i18n/en/app/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/code/frontend/src/i18n/en/app/index.ts b/code/frontend/src/i18n/en/app/index.ts
new file mode 100644
index 0000000..7ccfc97
--- /dev/null
+++ b/code/frontend/src/i18n/en/app/index.ts
@@ -0,0 +1,7 @@
+import type { BaseTranslation } from '../../i18n-types'
+
+const en_app: BaseTranslation = {
+ members: "Members",
+}
+
+export default en_app \ No newline at end of file