cordova-plugin-mfp
Version:
IBM MobileFirst Platform Foundation Cordova Plugin
12 lines (8 loc) • 390 B
JavaScript
// Licensed Materials - Property of IBM
// 5725-I43 (C) Copyright IBM Corp. 2015. All Rights Reserved.
// US Government Users Restricted Rights - Use, duplication or
// disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
;
var strings = require('ibm-strings');
var path = require('path');
module.exports = strings({locales: path.join(__dirname, '..', 'nls')});