Skip to content

Commit

Permalink
remove XLIFF extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Islam Monjid committed Oct 14, 2024
1 parent 6c5fa72 commit bf1ad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/poedit/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var ContentMetaMap = map[string]ContentMeta{
"resw": {Extension: "resw", Type: "application/xml"},
"resx": {Extension: "resx", Type: "application/xml"},
"android_strings": {Extension: "xml", Type: "application/xml"},
"apple_strings": {Extension: "strings", Type: "text/plain; charset=utf-8"},"xliff": {Extension: "xliff", Type: "application/xml"},
"apple_strings": {Extension: "strings", Type: "text/plain; charset=utf-8"},
"properties": {Extension: "properties", Type: "text/plain; charset=utf-8"},
"key_value_json": {Extension: "json", Type: "application/json"},
"json": {Extension: "json", Type: "application/json"},
Expand Down

0 comments on commit bf1ad01

Please sign in to comment.