# @theorchard/suite-i18n-localization

## 1.2.8

### Patch Changes

-   Add lodash-es to lodash jest module mapping for ESM compatibility

## 1.2.7

### Patch Changes

-   Adds missing source files to the published package. Without it source maps don't work properly.
-   Updated dependencies
    -   @theorchard/utils-i18n@1.2.4

## 1.2.6

### Patch Changes

-   React 18 support for built-in and generated i18n types

## 1.2.5

### Patch Changes

-   Fix types for React 18
-   Updated dependencies
    -   @theorchard/utils-i18n@1.2.3

## 1.2.4

### Patch Changes

-   Updated dependencies
    -   @theorchard/utils-i18n@1.2.2

## 1.2.3

### Patch Changes

-   Updated dependencies
    -   @theorchard/utils-i18n@1.2.1

## 1.2.2

### Patch Changes

-   Added exports field to package.json

## 1.2.1

### Patch Changes

-   Add option to return empty strings on missing terms.
-   Updated dependencies
    -   @theorchard/utils-i18n@1.2.0

## 1.2.0

### Minor Changes

-   Adds optional "locale" property to the I18nContext.

## 1.1.3

### Patch Changes

-   Updated dependencies
    -   @theorchard/utils-i18n@1.0.1

## 1.1.2

### Patch Changes

-   Use the new utils-i18n library.

## 1.1.1

### Patch Changes

-   Improve types to enforce required term arguments.

## 1.1.0

### Minor Changes

-   Renamed suite-localization to suite-i18n
-   Renamed this lib to suite-i18n-localization

## 1.0.2

### Patch Changes

-   Updated interfaces.

## 1.0.1

### Patch Changes

-   Remove unused i18nInit options.
