From bf1ad011a3f0bab0b0b3a4e930c6ffe4059c3dc8 Mon Sep 17 00:00:00 2001 From: Islam Monjid Date: Mon, 14 Oct 2024 17:21:09 +0300 Subject: [PATCH] remove XLIFF extension --- pkg/poedit/content.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/poedit/content.go b/pkg/poedit/content.go index f51a84c..50a2cd1 100644 --- a/pkg/poedit/content.go +++ b/pkg/poedit/content.go @@ -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"},