summaryrefslogtreecommitdiff
path: root/src/i18n/translations/pages/furthsettins.ts
blob: c46e2adcbfc8744652b3be48ee20d7040f411a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
import type { TranslationsDictionary } from "../../../types/TranslationsDictionary";

const furthsettinsTranslations = {
  'title': {
    'sco': 'Furthsettins',
    'en-GB': 'Publications',
  },
};

type Keys = keyof typeof furthsettinsTranslations;
export default furthsettinsTranslations as TranslationsDictionary<Keys>;