From 919271adb8e055d09f08898b812f9e641f693543 Mon Sep 17 00:00:00 2001
From: Bye <bye@byecorps.com>
Date: Fri, 5 Jul 2024 10:52:44 +0100
Subject: [PATCH] Add some new variable-based localisations

---
 en.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/en.php b/en.php
index 448f99c..c04a013 100644
--- a/en.php
+++ b/en.php
@@ -12,9 +12,10 @@ $LANG['page']['signup'] = 'Sign up for ByeCorps ID';
 $LANG['page']['login'] = 'Log in to ByeCorps ID';
 $LANG['page']['dashboard'] = 'Dashboard';
 $LANG['header']['hello'] = 'Hey hey {{display_name}}!';
-$LANG['footer']['executionTime'] = 'Execution time';
+$LANG['footer']['executionTime'] = '<b>Execution time:</b> {{time}} ms';
 $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!';
 $LANG['generic']['error'] = 'An error occurred.';
+$LANG['idcard']['joined'] = 'Joined on {{date}}';
 $LANG['error']['generic'] = 'No error message provided.';
 $LANG['error']['loggedIn'] = 'You\'re already logged in.';
 $LANG['error']['notLoggedIn'] = 'You\'re not logged in';
-- 
GitLab