diff options
author | zhangjialing <[email protected]> | 2020-02-07 14:43:04 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-09 00:03:57 +0100 |
commit | 2ce508d333f8a60c045772adb46cfccec660aead (patch) | |
tree | ec025d7193b9d5b3893e88e205cad6f2dcf4f17f /data | |
parent | 014575f1ad38056051468cef0e46cb4f7a0c4a6d (diff) | |
download | pluma-2ce508d333f8a60c045772adb46cfccec660aead.tar.bz2 pluma-2ce508d333f8a60c045772adb46cfccec660aead.tar.xz |
add gbk encoding
Signed-off-by: zhangjialing <[email protected]>
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.pluma.gschema.xml.in | 2 |
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 7cbaba7f..bf6b52f8 100644 --- a/data/org.mate.pluma.gschema.xml.in +++ b/data/org.mate.pluma.gschema.xml.in @@ -192,7 +192,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> |