@nebula.js/locale
Advanced tools
Comparing version 0.1.0-alpha.26 to 0.1.0-alpha.27
/* | ||
* @nebula.js/locale v0.1.0-alpha.26 | ||
* @nebula.js/locale v0.1.0-alpha.27 | ||
* Copyright (c) 2020 QlikTech International AB | ||
@@ -35,3 +35,5 @@ * Released under the MIT license. | ||
var api = { | ||
var api = | ||
/** @lends Translator */ | ||
{ | ||
language: function language(lang) { | ||
@@ -76,3 +78,3 @@ if (lang) { | ||
* @param {string} str - Id of the registered string | ||
* @param {string[]} [args] - Values passed down for string interpolation | ||
* @param {Array<string>=} args - Values passed down for string interpolation | ||
*/ | ||
@@ -79,0 +81,0 @@ get: function get(str, args) { |
/* | ||
* @nebula.js/locale v0.1.0-alpha.26 | ||
* @nebula.js/locale v0.1.0-alpha.27 | ||
* Copyright (c) 2020 QlikTech International AB | ||
@@ -29,3 +29,5 @@ * Released under the MIT license. | ||
var api = { | ||
var api = | ||
/** @lends Translator */ | ||
{ | ||
language: function language(lang) { | ||
@@ -70,3 +72,3 @@ if (lang) { | ||
* @param {string} str - Id of the registered string | ||
* @param {string[]} [args] - Values passed down for string interpolation | ||
* @param {Array<string>=} args - Values passed down for string interpolation | ||
*/ | ||
@@ -73,0 +75,0 @@ get: function get(str, args) { |
/* | ||
* @nebula.js/locale v0.1.0-alpha.26 | ||
* @nebula.js/locale v0.1.0-alpha.27 | ||
* Copyright (c) 2020 QlikTech International AB | ||
@@ -4,0 +4,0 @@ * Released under the MIT license. |
/* | ||
* @nebula.js/locale v0.1.0-alpha.26 | ||
* @nebula.js/locale v0.1.0-alpha.27 | ||
* Copyright (c) 2020 QlikTech International AB | ||
@@ -4,0 +4,0 @@ * Released under the MIT license. |
{ | ||
"name": "@nebula.js/locale", | ||
"version": "0.1.0-alpha.26", | ||
"version": "0.1.0-alpha.27", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "3419c3f75b3d9402256fb630d9053333fea5b3b7" | ||
"gitHead": "769538391fad5a123319b7c93f672e388d2561c6" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10713
216