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