mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-23 14:04:20 +02:00
added note to Lang.zig and updated lang script to not process the comment
This commit is contained in:
parent
47ebe641d9
commit
fe36879dfb
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
//
|
||||
// NOTE: After editing this file, please run `/res/lang/fix_missing_entries.sh`
|
||||
// to update all the language files accordingly.
|
||||
//
|
||||
|
||||
authenticating: []const u8 = "authenticating...",
|
||||
brightness_down: []const u8 = "decrease brightness",
|
||||
brightness_up: []const u8 = "increase brightness",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue