summaryrefslogtreecommitdiffstats
path: root/src/translator_pt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_pt.h')
-rw-r--r--src/translator_pt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/translator_pt.h b/src/translator_pt.h
index 0ad107b..3a9b2be 100644
--- a/src/translator_pt.h
+++ b/src/translator_pt.h
@@ -2264,6 +2264,13 @@ class TranslatorPortuguese : public TranslatorAdapter_1_8_19
}
//////////////////////////////////////////////////////////////////////////
+// new since 1.8.19, but completely filled so no need for a TranslatorAdapter_1_8_19
+//////////////////////////////////////////////////////////////////////////
+
+ virtual QCString trISOLang()
+ {
+ return("pt");
+ }
};