aboutsummaryrefslogtreecommitdiff
path: root/src/locales/pl/team/index.ts
blob: c7cdae577bc139b7066ac4bd5e3ad38a22e31035 (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 prefix from './prefix';

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

export default team;