fix: simply file gettext file type name

This commit is contained in:
CJ van den Berg 2025-09-29 16:36:05 +02:00
parent 0eb3ebcb80
commit c9f6934ec7
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -450,7 +450,7 @@ pub const php = .{
};
pub const po = .{
.description = "Gettext Message Catalog",
.description = "Gettext (po)",
.icon = "",
.extensions = .{"po"},
.comment = "#",