langLibs.js 197 B

12345678910
  1. /**
  2. * This is the dictionary of the language defined libraries
  3. */
  4. export default {
  5. $mathLib: "Mathematic",
  6. $ioLib: "ES",
  7. $strLib: "Texto",
  8. $arrayLib: "Arranjo",
  9. $langLib: "Conversion"
  10. }