0.4.5 • Published 5 months ago

@ordergroove/i18n-data v0.4.5

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

Ordergroove Internationalization Data

This package contains information about select countries to be used in address forms and displays. The information includes (but is not limited to) the different countries':

  • Name
  • Regions (if any)
  • Required fields for a valid address
  • Address format

Usage

This is a single JSON file so accessing the country information is as simple as

>   const i18n = require('i18n-data');
>   i18n.US.name
<-  'UNITED STATES'

Locale Data

Contains a list of locales we support based on list of countries supported. Fields

  • name
  • language
  • location
  • tag

Usage

>   const locales = require('i18n-data/i18n_locale_data');
>   locales.all[0]
<-  {"name":"Afar","language":"Afar","location":"Djibouti","tag":"aa-DJ"}
0.4.5

5 months ago

0.4.4

8 months ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

4 years ago