fix: simply file gettext file type name
This commit is contained in:
parent
0eb3ebcb80
commit
c9f6934ec7
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ pub const php = .{
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const po = .{
|
pub const po = .{
|
||||||
.description = "Gettext Message Catalog",
|
.description = "Gettext (po)",
|
||||||
.icon = "",
|
.icon = "",
|
||||||
.extensions = .{"po"},
|
.extensions = .{"po"},
|
||||||
.comment = "#",
|
.comment = "#",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue