langLibs.js 196 B

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