diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-22 00:02:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-22 00:02:26 +0100 |
| commit | 6433cf55c702939f564ce01c3877dd9296a7e6cf (patch) | |
| tree | b91c32cbe4e80a0bb0bdee198109d5391c837179 | |
| parent | 689ee64ce54ca9290db1659b5ea3e902d7d3a6e7 (diff) | |
Remove unicode BOMs as they apparently confuse gettext.
| -rw-r--r-- | src/lib/po/zh_CN.po | 2 | ||||
| -rw-r--r-- | src/tools/po/zh_CN.po | 2 | ||||
| -rw-r--r-- | src/wx/po/zh_CN.po | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/po/zh_CN.po b/src/lib/po/zh_CN.po index 950ea3f58..1dfb79936 100644 --- a/src/lib/po/zh_CN.po +++ b/src/lib/po/zh_CN.po @@ -1,4 +1,4 @@ -# SOME DESCRIPTIVE TITLE. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. diff --git a/src/tools/po/zh_CN.po b/src/tools/po/zh_CN.po index 4e9472a67..560c3e702 100644 --- a/src/tools/po/zh_CN.po +++ b/src/tools/po/zh_CN.po @@ -1,4 +1,4 @@ -# SOME DESCRIPTIVE TITLE. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. diff --git a/src/wx/po/zh_CN.po b/src/wx/po/zh_CN.po index 0cafb4857..f9a0c02ab 100644 --- a/src/wx/po/zh_CN.po +++ b/src/wx/po/zh_CN.po @@ -1,4 +1,4 @@ -# SOME DESCRIPTIVE TITLE. +# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
