aboutsummaryrefslogtreecommitdiff
path: root/src/locales/base/internet/index.ts
blob: 39a517646e31475a37662efb5c85dce7cd790bde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { InternetDefinition } from '../../..';
import emoji from './emoji';
import http_status_code from './http_status_code';
import jwt_algorithm from './jwt_algorithm';
import user_agent_pattern from './user_agent_pattern';

const internet: InternetDefinition = {
  emoji,
  http_status_code,
  jwt_algorithm,
  user_agent_pattern,
};

export default internet;