Remove semi-colons in default locale

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion
2025-09-25 08:30:13 +02:00
parent a6535b9152
commit d8b0ae34f3

View File

@@ -57,13 +57,13 @@ err_xcb_conn: []const u8 = "xcb connection failed",
err_xsessions_dir: []const u8 = "failed to find sessions folder", err_xsessions_dir: []const u8 = "failed to find sessions folder",
err_xsessions_open: []const u8 = "failed to open sessions folder", err_xsessions_open: []const u8 = "failed to open sessions folder",
insert: []const u8 = "insert", insert: []const u8 = "insert",
login: []const u8 = "login:", login: []const u8 = "login",
logout: []const u8 = "logged out", logout: []const u8 = "logged out",
no_x11_support: []const u8 = "x11 support disabled at compile-time", no_x11_support: []const u8 = "x11 support disabled at compile-time",
normal: []const u8 = "normal", normal: []const u8 = "normal",
numlock: []const u8 = "numlock", numlock: []const u8 = "numlock",
other: []const u8 = "other", other: []const u8 = "other",
password: []const u8 = "password:", password: []const u8 = "password",
restart: []const u8 = "reboot", restart: []const u8 = "reboot",
shell: [:0]const u8 = "shell", shell: [:0]const u8 = "shell",
shutdown: []const u8 = "shutdown", shutdown: []const u8 = "shutdown",