little fix

tested portuguese and it works ^^
This commit is contained in:
Yanderella! 2018-10-28 08:14:49 +01:00 committed by GitHub
parent 1be1560031
commit b8d1c1de82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function setDaytimeMessage () {
nal === 'fr-fr'|| nal === 'fr-lu'|| nal === 'fr-mc'|| //French
nal === 'fr-ch') frMessageSet(); //French
else if (nal === 'pt' || nal === 'pt-br') ptMessageSet(); //Portuguese
else if (nal === 'pt' || nal === 'pt-BR') ptMessageSet(); //Portuguese
else engMessageSet(); //English
};