"Permission Denied" translated to es,fr,de and pt
This commit is contained in:
parent
7ed5243a32
commit
a5ad6f8b52
3 changed files with 5 additions and 3 deletions
|
|
@ -15,6 +15,8 @@ function loadLanguage(longCode) {
|
|||
loadLanguage('en-US');
|
||||
loadLanguage('es-ES');
|
||||
loadLanguage('pt-BR');
|
||||
loadLanguage('de-DE');
|
||||
loadLanguage('fr-FR');
|
||||
resourcesCommon['fk-FK'] = convertToFake(resourcesCommon['en-US']);
|
||||
|
||||
const resources = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue