diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-05-17 22:51:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-05-17 22:51:41 +0100 |
| commit | 4c9ea2f0a7c850eb44b194bb74c4eb770cf1187e (patch) | |
| tree | a825a9dc96d676b92dce1c338db0a9912fcadd51 | |
| parent | 939300dbb85d80c4eb065907412ee882b32475e4 (diff) | |
Fix charset of tr_TR translations.
| -rw-r--r-- | src/lib/po/tr_TR.po | 2 | ||||
| -rw-r--r-- | src/tools/po/tr_TR.po | 2 | ||||
| -rw-r--r-- | src/wx/po/tr_TR.po | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/po/tr_TR.po b/src/lib/po/tr_TR.po index a3d77d93c..36c3e0ce9 100644 --- a/src/lib/po/tr_TR.po +++ b/src/lib/po/tr_TR.po @@ -14,7 +14,7 @@ msgstr "" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/lib/video_content.cc:448 diff --git a/src/tools/po/tr_TR.po b/src/tools/po/tr_TR.po index 6dd8f3b53..bd1465bda 100644 --- a/src/tools/po/tr_TR.po +++ b/src/tools/po/tr_TR.po @@ -14,7 +14,7 @@ msgstr "" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/tools/dcpomatic_kdm.cc:357 diff --git a/src/wx/po/tr_TR.po b/src/wx/po/tr_TR.po index 080d494df..b34a1b7c8 100644 --- a/src/wx/po/tr_TR.po +++ b/src/wx/po/tr_TR.po @@ -16,7 +16,7 @@ msgstr "" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/wx/subtitle_panel.cc:83 src/wx/subtitle_panel.cc:93 |
