7.0.1 • Published 9 months ago

@gasket/intl v7.0.1

Weekly downloads
35
License
MIT
Repository
github
Last release
9 months ago

@gasket/intl

Provides internationalization managers for translation files and locale handling.

Installation

npm i @gasket/intl @gasket/plugin-intl

See @gasket/plugin-intl for more information on how to configure the plugin.

Usage

With a intl.js built by @gasket/plugin-intl, you can use the manager to get provide messages for locales.

To get all messages for a locale:

import intlManager from '../path/to/intl.js';

const messages = intlManager.getLocale('en-US').getAllMessages();

LocaleHandler

This will return a handler with the following methods:

// Access a locale handler
const localeHandler = intlManager.getLocale('en-US');

// locale files can be dynamically loaded
await localeHandler.load('locales/examples')

// Get all loaded messages for a locale
localeHandler.getAllMessages();

TODO: more examples coming

License

MIT

7.0.0-next.69

9 months ago

7.0.0

9 months ago

7.0.1

9 months ago

7.0.0-next.70

9 months ago

7.0.0-next.67

9 months ago

7.0.0-next.68

9 months ago

7.0.0-next.66

10 months ago

7.0.0-next.65

10 months ago

7.0.0-next.64

10 months ago

7.0.0-next.63

10 months ago

7.0.0-next.62

10 months ago

7.0.0-next.61

10 months ago

7.0.0-next.45

11 months ago

7.0.0-next.46

11 months ago

7.0.0-next.47

11 months ago

7.0.0-next.48

11 months ago

7.0.0-next.49

11 months ago

7.0.0-next.60

10 months ago

7.0.0-next.54

10 months ago

7.0.0-next.55

10 months ago

7.0.0-next.56

10 months ago

7.0.0-next.57

10 months ago

7.0.0-next.58

10 months ago

7.0.0-next.59

10 months ago

7.0.0-next.50

11 months ago

7.0.0-next.51

11 months ago

7.0.0-next.52

11 months ago

7.0.0-next.53

10 months ago

6.0.0-canary.4

5 years ago

6.0.0-canary.3

5 years ago

6.0.0-canary.2

5 years ago

5.7.0

5 years ago

6.0.0-canary.0

5 years ago

5.6.0

5 years ago

5.5.0

5 years ago

5.0.2

5 years ago

5.0.0

6 years ago

5.0.0-canary.4

6 years ago

5.0.0-canary.3

6 years ago

5.0.0-canary.2

6 years ago

5.0.0-canary.1

6 years ago

5.0.0-canary.0

6 years ago