aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base/system/index.ts
blob: 2fa04691ed71fe22dd504b2387b2fb20885f5854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { SystemDefinition } from '../../..';
import directory_path from './directory_path';
import mime_type from './mime_type';

const system: SystemDefinition = {
  directory_path,
  mime_type,
};

export default system;