12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- // Licensed Materials - Property of IBM
- //
- // IBM Watson Analytics
- //
- // (C) Copyright IBM Corp. 2017, 2018
- //
- // US Government Users Restricted Rights - Use, duplication or
- // disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- define( [], function()
- {
- return {
- root: true,
- cs: true,
- da: true,
- de: true,
- es: true,
- fi: true,
- fr: true,
- hr: true,
- hu: true,
- it: true,
- ja: true,
- kk: true,
- ko: true,
- nb: true,
- nl: true,
- no: true,
- pl: true,
- pt: true,
- "pt-br": true,
- ro: true,
- ru: true,
- sl: true,
- sv: true,
- th: true,
- tr: true,
- zh: true,
- "zh-cn": true,
- "zh-hk": true,
- "zh-mo": true,
- "zh-sg": true,
- "zh-tw": true
- };
- } );
|