> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jylhis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Localization

> Configure timezone and locale settings

## Options

| Option                  | Type     | Default           | Description           |
| ----------------------- | -------- | ----------------- | --------------------- |
| `marchyo.timezone`      | `string` | `"Europe/Zurich"` | System timezone       |
| `marchyo.defaultLocale` | `string` | `"en_US.UTF-8"`   | System default locale |

## Example

```nix theme={}
{
  marchyo.timezone = "America/New_York";
  marchyo.defaultLocale = "de_DE.UTF-8";
}
```

## Common timezones

| Timezone                | Region                   |
| ----------------------- | ------------------------ |
| `"Europe/Zurich"`       | Central Europe (default) |
| `"Europe/London"`       | United Kingdom           |
| `"Europe/Helsinki"`     | Finland                  |
| `"America/New_York"`    | US Eastern               |
| `"America/Los_Angeles"` | US Pacific               |
| `"Asia/Tokyo"`          | Japan                    |
| `"Asia/Shanghai"`       | China                    |
