Finish i18n of de

This commit is contained in:
Gucheng Wang
2023-03-18 20:31:31 +08:00
parent 3dec2fdc18
commit ed9ceaefe1
4 changed files with 582 additions and 582 deletions

View File

@ -369,7 +369,7 @@ class LoginPage extends React.Component {
if (application.enablePassword) {
let loginWidth = 320;
if (Setting.getLanguage() === "fr") {
loginWidth += 10;
loginWidth += 20;
} else if (Setting.getLanguage() === "es") {
loginWidth += 40;
}