From 7f8c226dcb989d6e305eaeaca876850d781f422d Mon Sep 17 00:00:00 2001 From: Icebob Date: Fri, 3 Jun 2016 22:14:17 +0200 Subject: [PATCH] :pencil: docs: update readme with new locales --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 96298b5c..ea76b94a 100644 --- a/README.md +++ b/README.md @@ -133,12 +133,17 @@ Code | Language/Country | Usage | Creator/Source --------- | --------------------- | ------------------------- | -------------- default | English (default) | `Fakerator();` | [faker.js](https://github.com/Marak/faker.js) de-DE | German | `Fakerator("de-DE");` | [faker.js](https://github.com/Marak/faker.js) +en-AU | English (Australia) | `Fakerator("en-AU");` | [faker.js](https://github.com/Marak/faker.js) +en-CA | English (Canada) | `Fakerator("en-CA");` | [faker.js](https://github.com/Marak/faker.js) es-ES | Spanish | `Fakerator("es-ES");` | [faker.js](https://github.com/Marak/faker.js) fr-FR | French | `Fakerator("fr-FR");` | [faker.js](https://github.com/Marak/faker.js) hu-HU | Hungarian | `Fakerator("hu-HU");` | [Icebob](https://github.com/icebob) it-IT | Italic | `Fakerator("it-IT");` | [faker.js](https://github.com/Marak/faker.js) +nb-NO | Norwegian | `Fakerator("nb-NO");` | [faker.js](https://github.com/Marak/faker.js) pl-PL | Polish | `Fakerator("pl-PL");` | [faker.js](https://github.com/Marak/faker.js) ru-RU | Russia | `Fakerator("ru-RU");` | [faker.js](https://github.com/Marak/faker.js) +sk-SK | Slovakian | `Fakerator("sk-SK");` | [faker.js](https://github.com/Marak/faker.js) +sv-SE | Swedish | `Fakerator("sv-SE");` | [faker.js](https://github.com/Marak/faker.js) ### Custom locale Please read this [how to add a new locale](LOCALES.md)