aboutsummaryrefslogtreecommitdiff
path: root/src/locales/sv/team/index.ts
blob: 1f2ed392233e3549d60b765eb3f2c1d04558aba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import name_ from './name';
import suffix from './suffix';

const team = {
  name: name_,
  suffix,
};

export default team;