summaryrefslogtreecommitdiff
path: root/src/options/base_options.toml
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-08-27 11:23:15 -0700
committerGitHub <noreply@github.com>2021-08-27 18:23:15 +0000
commit3183ca6685f6b0dcca538efb72e6840a56479b60 (patch)
treee6c51d6175d4a56c7849aa4f965ed49b743f0607 /src/options/base_options.toml
parenta698b522d619c800a3401c7294cf1c6c663d7acc (diff)
Handle languages as strings in driver (#7074)
This PR moves the first chunk of code in the driver to use the proper options API for the language options. It is now handled as a string.
Diffstat (limited to 'src/options/base_options.toml')
-rw-r--r--src/options/base_options.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options/base_options.toml b/src/options/base_options.toml
index a049348a6..bf0134200 100644
--- a/src/options/base_options.toml
+++ b/src/options/base_options.toml
@@ -49,6 +49,7 @@ public = true
type = "Language"
default = "Language::LANG_AUTO"
handler = "stringToLanguage"
+ predicates = ["applyOutputLanguage"]
includes = ["options/language.h"]
help = "force output language (default is \"auto\"; see --output-lang help)"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback