summaryrefslogtreecommitdiffstats
path: root/src/translator_pl.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-08-03 18:35:58 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-08-03 18:35:58 (GMT)
commit804fcc176eeef328b4bc228374f4b71a6af40303 (patch)
tree7f5866b280e4662e698ca643ec7e15e3849d7540 /src/translator_pl.h
parent159896658f6da351afee52dc614fe20786742cab (diff)
downloadDoxygen-804fcc176eeef328b4bc228374f4b71a6af40303.zip
Doxygen-804fcc176eeef328b4bc228374f4b71a6af40303.tar.gz
Doxygen-804fcc176eeef328b4bc228374f4b71a6af40303.tar.bz2
Some fixes and cleanup
- fix issue with test 037 - moved trISOLang() to the language control section and removed the "no need for a TranslatorAdapter_1_8_19" banner. - removed unused adapter classes - add translation for Dutch
Diffstat (limited to 'src/translator_pl.h')
-rw-r--r--src/translator_pl.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/translator_pl.h b/src/translator_pl.h
index 2171f50..096e9b0 100644
--- a/src/translator_pl.h
+++ b/src/translator_pl.h
@@ -54,6 +54,11 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2
*/
}
+ virtual QCString trISOLang()
+ {
+ return "pl";
+ }
+
// --- Language translation methods -------------------
/*! used in the compound documentation before a list of related functions. */
@@ -1866,15 +1871,6 @@ class TranslatorPolish : public TranslatorAdapter_1_8_2
virtual QCString trAdditionalInheritedMembers()
{ return "Dodatkowe Dziedziczone Składowe"; }
-
-//////////////////////////////////////////////////////////////////////////
-// new since 1.8.19, but completely filled so no need for a TranslatorAdapter_1_8_19
-//////////////////////////////////////////////////////////////////////////
-
- virtual QCString trISOLang()
- {
- return("pl");
- }
};
#endif