aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base/hacker/index.ts
blob: 69b2120a2d0c741739265861407d793745c91b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { HackerDefinition } from '../../..';
import abbreviation from './abbreviation';

const hacker: HackerDefinition = {
  abbreviation,
};

export default hacker;