Skip to content

Agregar pruebas para internacionalizacion en el pipeline de CI

Nicolas Marcelo Vazquez Picerno requested to merge simplify into master

Description

Add a new test into the CI pipeline in which a new language is added to MateFun by the internalization.sh script. Test consists of:

  • Generate the .pot file containing each key that should be translated
  • Add a new .po file for the new language
  • Add translations on the .po file for keys:
    • "No File", "exit", "Bye!!"
  • Invoke MateFun with the new language, send the translated "exit" command and verify the output.

Screenshot:

image

Edited by Nicolas Marcelo Vazquez Picerno

Merge request reports