🐛 fix(locales): Update 'conf' output format to use uppercase 'CONF'

This commit is contained in:
web 2025-08-12 06:04:00 -07:00
parent 292efdf1d8
commit fce9119567
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
"json": "JSON", "json": "JSON",
"base64": "Base64", "base64": "Base64",
"plain": "Plain Text", "plain": "Plain Text",
"conf": "Config File" "conf": "CONF"
}, },
"platforms": { "platforms": {
"windows": "Windows", "windows": "Windows",

View File

@ -75,7 +75,7 @@
"json": "JSON", "json": "JSON",
"plain": "纯文本", "plain": "纯文本",
"yaml": "YAML", "yaml": "YAML",
"conf": "配置文件" "conf": "CONF"
}, },
"platforms": { "platforms": {
"android": "Android", "android": "Android",