aboutsummaryrefslogtreecommitdiff
path: root/src/locales/tr/internet/index.ts
blob: 85d7e9d29946cd2e386b94fbeed70a760a2ed7e5 (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 { InternetDefinition } from '../../..';
import domain_suffix from './domain_suffix';

const internet: InternetDefinition = {
  domain_suffix,
};

export default internet;