aboutsummaryrefslogtreecommitdiff
path: root/src/locales/hu/commerce/index.ts
blob: 29c9eeb2006d9ec76e4ae0b55b32164e2e6b0362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { CommerceDefinition } from '../../..';
import department from './department';
import product_description from './product_description';
import product_name from './product_name';

const commerce: CommerceDefinition = {
  department,
  product_description,
  product_name,
};

export default commerce;