diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-12 15:49:03 +0100 |
| commit | 37020d847e66e57913d493716e98f4dcab749262 (patch) | |
| tree | a6bfa0c49bcec61ff91465f323142db43511a122 /src/i18n/translations/site.ts | |
| parent | 18b85566df437ac932f59e94cbec771a4a331927 (diff) | |
Applies Prettier
Diffstat (limited to 'src/i18n/translations/site.ts')
| -rw-r--r-- | src/i18n/translations/site.ts | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/i18n/translations/site.ts b/src/i18n/translations/site.ts index 726f22c..89e9ed5 100644 --- a/src/i18n/translations/site.ts +++ b/src/i18n/translations/site.ts @@ -1,23 +1,23 @@ -import type { TranslationsDictionary } from "../../types/TranslationsDictionary"; +import type { TranslationsDictionary } from '../../types/TranslationsDictionary'; const siteTranslations = { - 'title': { - 'sco': 'Scots Leid Associe', + title: { + sco: 'Scots Leid Associe', 'en-GB': 'Scots Language Society', }, - 'description': { - 'sco': 'The wabsteid o the Scots Leid Associe', + description: { + sco: 'The wabsteid o the Scots Leid Associe', 'en-GB': 'The website of the Scots Language Society', }, - 'lallans': { - 'sco': 'Lallans', + lallans: { + sco: 'Lallans', 'en-GB': 'Lallans', }, - 'by': { - 'sco': 'bi', + by: { + sco: 'bi', 'en-GB': 'by', }, }; type Keys = keyof typeof siteTranslations; -export default siteTranslations as TranslationsDictionary<Keys>;
\ No newline at end of file +export default siteTranslations as TranslationsDictionary<Keys>; |
