Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabenedetti committed Nov 13, 2024
2 parents b1883ce + 46ff672 commit aa7b8f7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file added assets/title/cr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/title/cz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/title/es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/title/pt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/i18n.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const messages = require('./messages.json');
const languages = ['en', 'de', 'it', 'gr', 'ro'];
const languages = ['en', 'de', 'it', 'gr', 'ro', 'ee', 'cz', 'pt', 'es'];

const getString = (lang, key) => {
if (!(key in messages[lang])) console.error(`untranslated key in lang ${lang}: ${key}`);
Expand Down
2 changes: 1 addition & 1 deletion src/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"start-cta": "Pulsa comenzar cuando estés listo.",
"start-error": "Unable to get camera access. The camera permission is required to use this app.",
"calibration-intro": "Alinea el siguiente diagrama con la versión en color en el póster y luego pulsa Calibrar.",
"calibration-button": "calibrate",
"calibration-button": "calibrar",
"credits-developed": "Desarrollado por",
"credits-designed": "Diseñado en",
"credits-back": "Volver"
Expand Down

0 comments on commit aa7b8f7

Please sign in to comment.