summaryrefslogtreecommitdiffstats
path: root/src/translator_fi.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-10-12 14:47:18 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-10-12 14:47:18 (GMT)
commite813676ad74eeab4f469bfbb3ff3977a3a2239cf (patch)
tree07a32d8623d58043c1b576090b6448cec8397dd5 /src/translator_fi.h
parent8a93f4e00b6922526935909312dabbd9a566d5cc (diff)
downloadDoxygen-e813676ad74eeab4f469bfbb3ff3977a3a2239cf.zip
Doxygen-e813676ad74eeab4f469bfbb3ff3977a3a2239cf.tar.gz
Doxygen-e813676ad74eeab4f469bfbb3ff3977a3a2239cf.tar.bz2
Translation function trCompoundListDescription no entry for SLICE
A number of languages have no translation in the function `trCompoundListDescription()` in case the `OPTIMIZATION_OUTPUT_SLICE` is set. Translated as many as possible based on the available strings.
Diffstat (limited to 'src/translator_fi.h')
-rw-r--r--src/translator_fi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/translator_fi.h b/src/translator_fi.h
index bc6cbd9..dd2d38c 100644
--- a/src/translator_fi.h
+++ b/src/translator_fi.h
@@ -311,6 +311,11 @@ class TranslatorFinnish : public TranslatorAdapter_1_6_0
{
return "Tässä ovat tietueet lyhyen selitteen kanssa:"; // "Here are the data structures with brief descriptions:"
}
+ else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
+ {
+ return "Tässä ovat luokat " // "Here are the classes
+ "lyhyen selitteen kanssa:"; // "with brief descriptions:"
+ }
else
{
return "Tässä ovat luokat, tietueet ja " // "Here are the classes, structs and "