eromatiya / lightdm-webkit2-theme-glorious

A sleek, modern and glorified LightDM webkit2 theme
https://manilarome.github.io/lightdm-webkit2-theme-glorious/
GNU General Public License v3.0
603 stars 54 forks source link

Language Pack Germany missing comma #68

Open Hazmes opened 2 years ago

Hazmes commented 2 years ago

There is a missing comma in the german language section of the vars.js here

Error looks like this in the logs

file:///usr/share/lightdm-webkit/themes/glorious/lang/vars.js:139: CONSOLE JS ERROR SyntaxError: Unexpected identifier 'de_de'. Expected '}' to end an object literal.
CONSOLE JS ERROR SyntaxError: Can't create duplicate variable: 'Language'
file:///usr/share/lightdm-webkit/themes/glorious/js/accounts.js:110:14: CONSOLE LOG Users [object LightDMUser]
undefined:12955:7: CONSOLE JS ERROR Unhandled Promise Rejection: TypeError: Right side of assignment cannot be destructured

Seems like there is also an Error in the Console log that follows the syntax error.