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

# algolia dictionary settings set

> Set dictionary settings.

```txt Usage theme={"system"}
algolia dictionary settings set --disable-standard-entries <languages...>  --enable-standard-entries <languages...> [--reset-standard-entries] [flags]
```

## Examples

Tuen off standard entries for English and French:

```sh icon=square-terminal theme={"system"}
algolia dictionary settings set --disable-standard-entries en,fr
```

Enable standard entries for English and French:

```sh icon=square-terminal theme={"system"}
algolia dictionary settings set --enable-standard-entries en,fr
```

Turn off standard entries for English and French and enable standard entries for Spanish.:

```sh icon=square-terminal theme={"system"}
algolia dictionary settings set --disable-standard-entries en,fr --enable-standard-entries es
```

Reset standard entries to their default values:

```sh icon=square-terminal theme={"system"}
algolia dictionary settings set --reset-standard-entries
```

## Flags

<ParamField body="-d, --disable-standard-entries">
  Disable standard entries for the given languages
</ParamField>

<ParamField body="-e, --enable-standard-entries">
  Enable standard entries for the given languages
</ParamField>

<ParamField body="-r, --reset-standard-entries">
  Reset standard entries to their default values
</ParamField>

## Output formatting flags

<ParamField body="--allow-missing-template-keys">
  If true, ignore errors in templates due to missing fields or map keys. This only applies to golang and jsonpath output formats.
</ParamField>

<ParamField body="-o, --output">
  Output format. One of: (json, jsonl, ndjson, jsonpath, jsonpath-as-json, jsonpath-file).
</ParamField>

<ParamField body="--template">
  Template string or path to a template file to use when --output=jsonpath, --output=jsonpath-file.
</ParamField>
