summaryrefslogtreecommitdiff
path: root/src/i18n/translations/pages/furthsettins.ts
blob: 41da32b2b6923685af3dea7b513f3156c6a0fb3a (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>;