summaryrefslogtreecommitdiff
path: root/src/i18n/translations/pages/furthsettins.ts
blob: 4b873114a839cd94881fd5578c0fab8b071739a8 (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 Raw = typeof furthsettinsTranslations;
export default furthsettinsTranslations as TranslationsDictionary<Raw>;