aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en/app/index.ts
blob: 7085472fd39292e9d0ca2a13d03fd13142d228bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import author from './author';
import name_ from './name';
import version from './version';

const app = {
  author,
  name: name_,
  version,
};

export default app;