summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorzhangjialing <[email protected]>2020-02-07 14:43:04 +0800
committerZenWalker <[email protected]>2020-02-08 20:50:35 +0100
commit3ce96897190a39f22dba243f0057dd2aa468052e (patch)
treece23d979c6d763e56fdffdfce538fb9e8af2e018 /data
parent0338c10de4dad510623d58d40794eb098285d3b0 (diff)
downloadpluma-3ce96897190a39f22dba243f0057dd2aa468052e.tar.bz2
pluma-3ce96897190a39f22dba243f0057dd2aa468052e.tar.xz
add gbk encoding
Signed-off-by: zhangjialing <[email protected]>
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.pluma.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.pluma.gschema.xml.in b/data/org.mate.pluma.gschema.xml.in
index 63beddcc..3738720f 100644
--- a/data/org.mate.pluma.gschema.xml.in
+++ b/data/org.mate.pluma.gschema.xml.in
@@ -197,7 +197,7 @@
<description>Specifies the font to use for line numbers when printing. This will only take effect if the "Print Line Numbers" option is non-zero.</description>
</key>
<key name="auto-detected-encodings" type="as">
- <default context="auto-detected" l10n="messages">[ 'UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16' ]</default>
+ <default context="auto-detected" l10n="messages">[ 'UTF-8', 'GBK', 'CURRENT', 'ISO-8859-15', 'UTF-16' ]</default>
<summary>Automatically Detected Encodings</summary>
<description>Sorted list of encodings used by pluma for automatically detecting the encoding of a file. "CURRENT" represents the current locale encoding. Only recognized encodings are used.</description>
</key>