add helper script for keeping lang files in sync with Lang.zig

This commit is contained in:
Moritz Reinel
2024-10-12 21:26:31 +02:00
parent e125d8f1aa
commit 06e283961d
19 changed files with 326 additions and 10 deletions

View File

@@ -48,8 +48,8 @@ err_xsessions_open: []const u8 = "failed to open sessions folder",
insert: []const u8 = "insert",
login: []const u8 = "login:",
logout: []const u8 = "logged out",
normal: []const u8 = "normal",
no_x11_support: []const u8 = "x11 support disabled at compile-time",
normal: []const u8 = "normal",
numlock: []const u8 = "numlock",
other: []const u8 = "other",
password: []const u8 = "password:",
@@ -58,5 +58,5 @@ shell: [:0]const u8 = "shell",
shutdown: []const u8 = "shutdown",
sleep: []const u8 = "sleep",
wayland: []const u8 = "wayland",
xinitrc: [:0]const u8 = "xinitrc",
x11: []const u8 = "x11",
xinitrc: [:0]const u8 = "xinitrc",