aboutsummaryrefslogtreecommitdiff
path: root/src/locales/sv/cell_phone/index.ts
blob: 24ccda520640ff4e5785ce017e102a453314043c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import common_cell_prefix from './common_cell_prefix';
import formats from './formats';

const cell_phone = {
  common_cell_prefix,
  formats,
};

export default cell_phone;