VIPR.js 752 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // Licensed Materials - Property of IBM
  2. //
  3. // IBM Watson Analytics
  4. //
  5. // (C) Copyright IBM Corp. 2017, 2018
  6. //
  7. // US Government Users Restricted Rights - Use, duplication or
  8. // disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. define( [], function()
  10. {
  11. return {
  12. root: true,
  13. cs: true,
  14. da: true,
  15. de: true,
  16. es: true,
  17. fi: true,
  18. fr: true,
  19. hr: true,
  20. hu: true,
  21. it: true,
  22. ja: true,
  23. kk: true,
  24. ko: true,
  25. nb: true,
  26. nl: true,
  27. no: true,
  28. pl: true,
  29. pt: true,
  30. "pt-br": true,
  31. ro: true,
  32. ru: true,
  33. sl: true,
  34. sv: true,
  35. th: true,
  36. tr: true,
  37. zh: true,
  38. "zh-cn": true,
  39. "zh-hk": true,
  40. "zh-mo": true,
  41. "zh-sg": true,
  42. "zh-tw": true
  43. };
  44. } );