diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 18:06:16 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 18:06:16 +0100 |
| commit | eae2ca9c7aebf7d171be36555ffc9a63a84839c9 (patch) | |
| tree | b9c2ac50550ac22593a8c844e586c2c172868b57 /src/i18n | |
| parent | 2f8dfa56887d334be6f9f9698112425f6d89793d (diff) | |
Adds placeholder to Commattee section
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/translations/pages/home.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts index 33b5c5c..2b9a2c3 100644 --- a/src/i18n/translations/pages/home.ts +++ b/src/i18n/translations/pages/home.ts @@ -59,6 +59,10 @@ const tPage = { sco: () => 'Meet the Commattee', 'en-GB': () => 'Meet the Committee', }, + 'mair-commattee-details-soon': { + sco: () => 'Mair details comin shuin!', + 'en-GB': () => 'More details coming soon!', + }, furthsettins: { sco: () => 'Furthsettins', 'en-GB': () => 'Publications', |
