Fix missing brightness localized strings

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2024-07-28 00:09:59 +02:00
parent 33791a2844
commit 075bf67cef
No known key found for this signature in database
GPG Key ID: 3E85EB44F610AD7F
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,6 @@
authenticating = authenticating...
brightness_down = decrease brightness
brightness_up = increase brightness
capslock = capslock
err_alloc = failed memory allocation
err_bounds = out-of-bounds index

View File

@ -1,4 +1,6 @@
authenticating = authentification...
brightness_down = diminuer la luminosité
brightness_up = augmenter la luminosité
capslock = verr.maj
err_alloc = échec d'allocation mémoire
err_bounds = indice hors-limite

View File

@ -1,4 +1,6 @@
authenticating: []const u8 = "authenticating...",
brightness_down: []const u8 = "decrease brightness",
brightness_up: []const u8 = "increase brightness",
capslock: []const u8 = "capslock",
err_alloc: []const u8 = "failed memory allocation",
err_bounds: []const u8 = "out-of-bounds index",
@ -56,5 +58,3 @@ sleep: []const u8 = "sleep",
wayland: []const u8 = "wayland",
xinitrc: [:0]const u8 = "xinitrc",
x11: []const u8 = "x11",
brightness_down: []const u8 = "decrease brightness",
brightness_up: []const u8 = "increase brightness",