This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const i18n_strings: Record<string, Record<string, string>> = { | |
click_to_continue: { | |
es: 'Haga clic para continuar', | |
// fr: 'Cliquez pour continuer', | |
// de: 'Klicken Sie, um fortzufahren', | |
// it: 'Clicca per continuare', | |
// pt: 'Clique para continuar', | |
// nl: 'Klik om door te gaan', | |
// pl: 'Kliknij, aby kontynuować', | |
// ru: 'Нажмите, чтобы продолжить', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log("Hola Mundo") |