View on GitHub

pb.bank

A starter online banking application built with Worklight, Angular and Bluemix services

Download this project as a .zip file Download this project as a tar.gz file

Source: apps/pb_bank_app/common/js/messages.js

/**
 * Messages module
 * @author Paolo Bianchini
 * @copyright IBM Corp. 2014
 */

/**
 * @module Messages
 * @memberOf pb
 * @property {json} Messages Worklight message translations {key: "message"}
 */
Messages = {
	// Add here your messages for the default language. 
	// Generate a similar file with a language suffix containing the translated messages
	// key1 : message1,
	// key2 : message2
};