chore: remove obsolete lang keys

This commit is contained in:
FalsePattern 2025-03-26 16:19:32 +01:00
parent af9ebee500
commit 74f1ceb880
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -53,16 +53,6 @@ zig.color-settings.variable-decl-depr=Variable//Declaration//Deprecated
zig.color-settings.variable-ref=Variable//Reference zig.color-settings.variable-ref=Variable//Reference
zig.color-settings.variable-ref-depr=Variable//Reference//Deprecated zig.color-settings.variable-ref-depr=Variable//Reference//Deprecated
zon.file.description=Zig object notation file zon.file.description=Zig object notation file
configurable.name.zon-color-settings-page=Zon
zon.color-settings.eq=Equals
zon.color-settings.id=Identifier
zon.color-settings.comment=Comment
zon.color-settings.bad_char=Bad value
zon.color-settings.string=String
zon.color-settings.comma=Comma
zon.color-settings.dot=Dot
zon.color-settings.boolean=Boolean
zon.color-settings.brace=Braces
notification.group.zigbrains=ZigBrains notification.group.zigbrains=ZigBrains
notification.title.native-debug=Zig native debugger notification.title.native-debug=Zig native debugger
notification.content.native-debug=You need to install the "Native Debugging Support" plugin for Zig debugging in this IDE! notification.content.native-debug=You need to install the "Native Debugging Support" plugin for Zig debugging in this IDE!