# LocaleConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/types.ts#L70)

## Properties

| Property | Type |
|---|---|
| `code` | `string` |
| `name` | `string` |
| `nativeName` | `string` |
| `dir` | `'ltr' | 'rtl'` |
| `translations` | `Record<string, string>` |
