mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Fixed methods descriptors
This commit is contained in:
3
index.js
3
index.js
@@ -129,6 +129,7 @@ class Pass {
|
|||||||
* @params {String} lang - the ISO 3166 alpha-2 code for the language
|
* @params {String} lang - the ISO 3166 alpha-2 code for the language
|
||||||
* @params {Object} translations - key/value pairs where key is the
|
* @params {Object} translations - key/value pairs where key is the
|
||||||
* string appearing in pass.json and value the translated string
|
* string appearing in pass.json and value the translated string
|
||||||
|
* @returns {this}
|
||||||
*
|
*
|
||||||
* @see https://apple.co/2KOv0OW - Passes support localization
|
* @see https://apple.co/2KOv0OW - Passes support localization
|
||||||
*/
|
*/
|
||||||
@@ -146,7 +147,7 @@ class Pass {
|
|||||||
*
|
*
|
||||||
* @method _generateStringFile
|
* @method _generateStringFile
|
||||||
* @params {String} lang - the ISO 3166 alpha-2 code for the language
|
* @params {String} lang - the ISO 3166 alpha-2 code for the language
|
||||||
* @returns {Buffer} - Buffer to be written in pass.strings for language in lang
|
* @returns {Buffer} Buffer to be written in pass.strings for language in lang
|
||||||
* @see https://apple.co/2M9LWVu - String Resources
|
* @see https://apple.co/2M9LWVu - String Resources
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user