Skip to content

Commit

Permalink
v0.13 add translation class
Browse files Browse the repository at this point in the history
  • Loading branch information
hideokamoto committed Oct 31, 2018
1 parent 06331e7 commit 53203e6
Show file tree
Hide file tree
Showing 18 changed files with 1,196 additions and 27 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -132,6 +132,7 @@ $ npm run lint -- --fix
```

### History
- v0.13.0 - Translation helper class
- v0.12.4 - bug fix
- v0.12.3 - [Bugfix] pregressive response helper
- v0.12.2 - interceptor bug fix
Expand Down
4 changes: 2 additions & 2 deletions docs/RequestLogger.html
Expand Up @@ -29,7 +29,7 @@

<input type="text" id="nav-search" placeholder="Search" />

<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="RequestLogger.html">RequestLogger</a></li><li><a href="ResponseLogger.html">ResponseLogger</a></li></ul><h3>Global</h3><ul><li><a href="global.html#canHandle">canHandle</a></li><li><a href="global.html#enqueueProgressiveResponseDirective">enqueueProgressiveResponseDirective</a></li><li><a href="global.html#getAllEntitledProducts">getAllEntitledProducts</a></li><li><a href="global.html#getAllPurchasableProducts">getAllPurchasableProducts</a></li><li><a href="global.html#getConsentToken">getConsentToken</a></li><li><a href="global.html#getContext">getContext</a></li><li><a href="global.html#getDevice">getDevice</a></li><li><a href="global.html#getDeviceId">getDeviceId</a></li><li><a href="global.html#getDevicePermissions">getDevicePermissions</a></li><li><a href="global.html#getDialogState">getDialogState</a></li><li><a href="global.html#getEntitledProducts">getEntitledProducts</a></li><li><a href="global.html#getErrorMessage">getErrorMessage</a></li><li><a href="global.html#getHandlerInput">getHandlerInput</a></li><li><a href="global.html#getInSkillProducts">getInSkillProducts</a></li><li><a href="global.html#getIntent">getIntent</a></li><li><a href="global.html#getLocale">getLocale</a></li><li><a href="global.html#getPurchasableProducts">getPurchasableProducts</a></li><li><a href="global.html#getRandomMessage">getRandomMessage</a></li><li><a href="global.html#getRequest">getRequest</a></li><li><a href="global.html#getRequestEnvelopeMock">getRequestEnvelopeMock</a></li><li><a href="global.html#getSpeakableListOfProducts">getSpeakableListOfProducts</a></li><li><a href="global.html#getSupportedInterfaces">getSupportedInterfaces</a></li><li><a href="global.html#getSystem">getSystem</a></li><li><a href="global.html#getUser">getUser</a></li><li><a href="global.html#isEntitled">isEntitled</a></li><li><a href="global.html#isNewSession">isNewSession</a></li><li><a href="global.html#isPurchasable">isPurchasable</a></li><li><a href="global.html#supportsDisplay">supportsDisplay</a></li></ul>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="RequestLogger.html">RequestLogger</a></li><li><a href="ResponseLogger.html">ResponseLogger</a></li><li><a href="Translations.html">Translations</a><ul class='methods'><li data-type='method'><a href="Translations.html#addLocale">addLocale</a></li><li data-type='method'><a href="Translations.html#addLocaleStrings">addLocaleStrings</a></li><li data-type='method'><a href="Translations.html#getLanguageStrings">getLanguageStrings</a></li><li data-type='method'><a href="Translations.html#putLocaleStrings">putLocaleStrings</a></li></ul></li></ul><h3>Global</h3><ul><li><a href="global.html#canHandle">canHandle</a></li><li><a href="global.html#enqueueProgressiveResponseDirective">enqueueProgressiveResponseDirective</a></li><li><a href="global.html#getAllEntitledProducts">getAllEntitledProducts</a></li><li><a href="global.html#getAllPurchasableProducts">getAllPurchasableProducts</a></li><li><a href="global.html#getConsentToken">getConsentToken</a></li><li><a href="global.html#getContext">getContext</a></li><li><a href="global.html#getDevice">getDevice</a></li><li><a href="global.html#getDeviceId">getDeviceId</a></li><li><a href="global.html#getDevicePermissions">getDevicePermissions</a></li><li><a href="global.html#getDialogState">getDialogState</a></li><li><a href="global.html#getEntitledProducts">getEntitledProducts</a></li><li><a href="global.html#getErrorMessage">getErrorMessage</a></li><li><a href="global.html#getHandlerInput">getHandlerInput</a></li><li><a href="global.html#getInSkillProducts">getInSkillProducts</a></li><li><a href="global.html#getIntent">getIntent</a></li><li><a href="global.html#getLocale">getLocale</a></li><li><a href="global.html#getPurchasableProducts">getPurchasableProducts</a></li><li><a href="global.html#getRandomMessage">getRandomMessage</a></li><li><a href="global.html#getRequest">getRequest</a></li><li><a href="global.html#getRequestEnvelopeMock">getRequestEnvelopeMock</a></li><li><a href="global.html#getSpeakableListOfProducts">getSpeakableListOfProducts</a></li><li><a href="global.html#getSupportedInterfaces">getSupportedInterfaces</a></li><li><a href="global.html#getSystem">getSystem</a></li><li><a href="global.html#getUser">getUser</a></li><li><a href="global.html#isEntitled">isEntitled</a></li><li><a href="global.html#isNewSession">isNewSession</a></li><li><a href="global.html#isPurchasable">isPurchasable</a></li><li><a href="global.html#supportsDisplay">supportsDisplay</a></li></ul>
</nav>

<div id="main">
Expand Down Expand Up @@ -200,7 +200,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Oct 31 2018 11:04:03 GMT+0900 (JST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Oct 31 2018 12:50:00 GMT+0900 (JST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/ResponseLogger.html
Expand Up @@ -29,7 +29,7 @@

<input type="text" id="nav-search" placeholder="Search" />

<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="RequestLogger.html">RequestLogger</a></li><li><a href="ResponseLogger.html">ResponseLogger</a></li></ul><h3>Global</h3><ul><li><a href="global.html#canHandle">canHandle</a></li><li><a href="global.html#enqueueProgressiveResponseDirective">enqueueProgressiveResponseDirective</a></li><li><a href="global.html#getAllEntitledProducts">getAllEntitledProducts</a></li><li><a href="global.html#getAllPurchasableProducts">getAllPurchasableProducts</a></li><li><a href="global.html#getConsentToken">getConsentToken</a></li><li><a href="global.html#getContext">getContext</a></li><li><a href="global.html#getDevice">getDevice</a></li><li><a href="global.html#getDeviceId">getDeviceId</a></li><li><a href="global.html#getDevicePermissions">getDevicePermissions</a></li><li><a href="global.html#getDialogState">getDialogState</a></li><li><a href="global.html#getEntitledProducts">getEntitledProducts</a></li><li><a href="global.html#getErrorMessage">getErrorMessage</a></li><li><a href="global.html#getHandlerInput">getHandlerInput</a></li><li><a href="global.html#getInSkillProducts">getInSkillProducts</a></li><li><a href="global.html#getIntent">getIntent</a></li><li><a href="global.html#getLocale">getLocale</a></li><li><a href="global.html#getPurchasableProducts">getPurchasableProducts</a></li><li><a href="global.html#getRandomMessage">getRandomMessage</a></li><li><a href="global.html#getRequest">getRequest</a></li><li><a href="global.html#getRequestEnvelopeMock">getRequestEnvelopeMock</a></li><li><a href="global.html#getSpeakableListOfProducts">getSpeakableListOfProducts</a></li><li><a href="global.html#getSupportedInterfaces">getSupportedInterfaces</a></li><li><a href="global.html#getSystem">getSystem</a></li><li><a href="global.html#getUser">getUser</a></li><li><a href="global.html#isEntitled">isEntitled</a></li><li><a href="global.html#isNewSession">isNewSession</a></li><li><a href="global.html#isPurchasable">isPurchasable</a></li><li><a href="global.html#supportsDisplay">supportsDisplay</a></li></ul>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="RequestLogger.html">RequestLogger</a></li><li><a href="ResponseLogger.html">ResponseLogger</a></li><li><a href="Translations.html">Translations</a><ul class='methods'><li data-type='method'><a href="Translations.html#addLocale">addLocale</a></li><li data-type='method'><a href="Translations.html#addLocaleStrings">addLocaleStrings</a></li><li data-type='method'><a href="Translations.html#getLanguageStrings">getLanguageStrings</a></li><li data-type='method'><a href="Translations.html#putLocaleStrings">putLocaleStrings</a></li></ul></li></ul><h3>Global</h3><ul><li><a href="global.html#canHandle">canHandle</a></li><li><a href="global.html#enqueueProgressiveResponseDirective">enqueueProgressiveResponseDirective</a></li><li><a href="global.html#getAllEntitledProducts">getAllEntitledProducts</a></li><li><a href="global.html#getAllPurchasableProducts">getAllPurchasableProducts</a></li><li><a href="global.html#getConsentToken">getConsentToken</a></li><li><a href="global.html#getContext">getContext</a></li><li><a href="global.html#getDevice">getDevice</a></li><li><a href="global.html#getDeviceId">getDeviceId</a></li><li><a href="global.html#getDevicePermissions">getDevicePermissions</a></li><li><a href="global.html#getDialogState">getDialogState</a></li><li><a href="global.html#getEntitledProducts">getEntitledProducts</a></li><li><a href="global.html#getErrorMessage">getErrorMessage</a></li><li><a href="global.html#getHandlerInput">getHandlerInput</a></li><li><a href="global.html#getInSkillProducts">getInSkillProducts</a></li><li><a href="global.html#getIntent">getIntent</a></li><li><a href="global.html#getLocale">getLocale</a></li><li><a href="global.html#getPurchasableProducts">getPurchasableProducts</a></li><li><a href="global.html#getRandomMessage">getRandomMessage</a></li><li><a href="global.html#getRequest">getRequest</a></li><li><a href="global.html#getRequestEnvelopeMock">getRequestEnvelopeMock</a></li><li><a href="global.html#getSpeakableListOfProducts">getSpeakableListOfProducts</a></li><li><a href="global.html#getSupportedInterfaces">getSupportedInterfaces</a></li><li><a href="global.html#getSystem">getSystem</a></li><li><a href="global.html#getUser">getUser</a></li><li><a href="global.html#isEntitled">isEntitled</a></li><li><a href="global.html#isNewSession">isNewSession</a></li><li><a href="global.html#isPurchasable">isPurchasable</a></li><li><a href="global.html#supportsDisplay">supportsDisplay</a></li></ul>
</nav>

<div id="main">
Expand Down Expand Up @@ -205,7 +205,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Oct 31 2018 11:04:03 GMT+0900 (JST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Oct 31 2018 12:50:00 GMT+0900 (JST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down

0 comments on commit 53203e6

Please sign in to comment.