# @theorchard/utils-i18n

## 1.2.5

### Patch Changes

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

## 1.2.4

### Patch Changes

-   Adds missing source files to the published package. Without it source maps don't work properly.

## 1.2.3

### Patch Changes

-   Fix types for React 18

## 1.2.2

### Patch Changes

-   Returns plural(other) form if singular(one) is missing. In POEditor some languages do not support the singular form, since singular and plural are the same.
    In result, POEditor strips away the "one" term, which will result in an untranslated string. Even if the "other" term is present.
    This is true for Japanese, Korean and Chinese.

## 1.2.1

### Patch Changes

-   Added exports fields to package.json

## 1.2.0

### Minor Changes

-   Add option to return empty strings on missing terms.

## 1.1.0

### Minor Changes

-   Add utils to get known locale

## 1.0.1

### Patch Changes

-   Fix versioning
