Translated index.html

This commit is contained in:
Piero Toffanin 2023-01-04 17:54:07 -05:00
parent 3cbbd8ae16
commit 19c3c04ca6
7 changed files with 144 additions and 129 deletions

View file

@ -28,7 +28,7 @@ document.addEventListener('DOMContentLoaded', function(){
detectedLangText: "",
copyTextLabel: '{{ N_("Copy text") }}',
copyTextLabel: '{{ _e("Copy text") }}',
suggestions: false,
isSuggesting: false,
@ -69,7 +69,7 @@ document.addEventListener('DOMContentLoaded', function(){
}
}
} else {
self.error = '{{ N_("Cannot load %(url)s", url="/frontend/settings") }}';
self.error = '{{ _e("Cannot load %(url)s", url="/frontend/settings") }}';
self.loading = false;
}
};