From c9c869b72bb89d8d63044ab95cd65c18ef1a4a49 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sat, 19 May 2018 16:19:13 -0400 Subject: [PATCH] Documentation for the translation completeness command-line flags (cherry-picked from commit 691435ed4c5d2a7cb386971288a117e1e94ac569) --- doc/man/wesnoth.6 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/man/wesnoth.6 b/doc/man/wesnoth.6 index 2b482869a3f5..b54366048f1f 100644 --- a/doc/man/wesnoth.6 +++ b/doc/man/wesnoth.6 @@ -43,6 +43,10 @@ campaigns, and share them with others. .SH OPTIONS . .TP +.B --all-translations +Show all translations in the in-game language selection list, +even if they are deemed insufficiently complete. +.TP .BI --bunzip \ infile.bz2 decompresses a file which should be in bzip2 format and stores it without the .bz2 suffix. The @@ -283,6 +287,12 @@ feature can be started with Implies .BR --nogui . .TP +.BI --translations-over \ percent +Set the standard for deeming a translation is complete enough to show in the +in-game language list to +.IR percent . +Valid values are 0 to 100. +.TP .BI -u,\ --unit \ scenario-id runs the specified test scenario as a unit test. Implies .BR --nogui .