@plasma-platform/service-locales

1.1.0 • Public • Published

version nextVersion downloads license dependency


Full documentation
install:
npm i @plasma-platform/service-locales -S

Short documentation

Table of Contents

ServiceLocales

Locales API

getLocales

Get list of all TM locales

Examples

(async () => {
  const service = new Service(url);
  const request = await service.getLocales();
})();

Returns Promise<any>

getLocale

Get locale by ico2 code

Parameters

  • code string Locale ico2 code

Examples

(async () => {
  const service = new Service(url);
  const request = await service.getLocale(code);
})();

Returns Promise<any>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.06latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.06
1.0.201
1.0.190
1.0.181
1.0.170
1.0.18-alpha.00
1.0.17-alpha.01
1.0.161
1.0.16-alpha.01
1.0.15-alpha.00
1.0.140
1.0.131
1.0.120
1.0.12-alpha.00
1.0.11-alpha.01
1.0.101
1.0.92
1.0.81
1.2.0-alpha.01
1.0.71
1.0.61
1.0.50
1.0.40
1.0.31
1.0.21
1.0.10

Package Sidebar

Install

npm i @plasma-platform/service-locales

Weekly Downloads

22

Version

1.1.0

License

CC-BY-4.0

Unpacked Size

15.5 kB

Total Files

6

Last publish

Collaborators

  • alienmonster
  • ch-tm
  • viram