diff --git a/README.md b/README.md index 3e160db..b9e17bf 100644 --- a/README.md +++ b/README.md @@ -21,33 +21,38 @@ setLocale(fr); Locales implemented: - `ar` +- `bg` - `bs` +- `cs` - `da` - `de` - `en` - `es` +- `et` +- `fi` - `fr` - `he` - `hu` - `id` - `it` +- `ja` +- `ko` +- `lt` - `nb` - `nl` -- `pt` -- `tr` -- `lt` - `pl` -- `sk` +- `pt` - `ro` - `ru` -- `cs` +- `sk` +- `sv` +- `th` +- `tr` +- `uk` - `uz` - `vi` - `zh` -- `th` -- `ja` -- `zh-tw` -- `ko` +- `zhtw` Please submit a PR with a new locale if you need it. In order to create a new locale, you could translate it automatically with `node scripts/create-locale` which will use google translate. diff --git a/src/index.ts b/src/index.ts index 584a88e..db740f9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,6 +9,7 @@ import * as es from './locales/es'; import * as fr from './locales/fr'; import * as he from './locales/he'; import * as hu from './locales/hu'; +import * as hu from './locales/hu'; import * as id from './locales/id'; import * as it from './locales/it'; import * as ja from './locales/ja';