@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.01latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.01
1.0.201
1.0.191
1.0.181
1.0.171
1.0.18-alpha.01
1.0.17-alpha.01
1.0.161
1.0.16-alpha.01
1.0.15-alpha.01
1.0.141
1.0.131
1.0.121
1.0.12-alpha.01
1.0.11-alpha.01
1.0.101
1.0.91
1.0.81
1.2.0-alpha.01
1.0.71
1.0.61
1.0.51
1.0.41
1.0.31
1.0.21
1.0.11

Package Sidebar

Install

npm i @plasma-platform/service-locales

Weekly Downloads

0

Version

1.1.0

License

CC-BY-4.0

Unpacked Size

15.5 kB

Total Files

6

Last publish

Collaborators

  • alienmonster
  • ch-tm
  • viram