2.1.3 • Published 6 months ago

i18n-translations-helper v2.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

i18n Translations Helper

Helper module to load translations from a GitHub repository.

Install

npm install i18n-translations-helper

Usage

import I18nProvider, { loadTranslations } from 'i18n-translations-helper';

(async () => {
  const data = await loadTranslations({
    repository: 'me/i18n',
  });

  const i18n = new I18nProvider('de', data);

  const message = i18n.$t('hello.world', { name: 'lars' });
})():
2.1.2

6 months ago

2.1.1

6 months ago

2.1.3

6 months ago

2.0.2

10 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago