Skip to content

Commit

Permalink
Polish translation for 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marecl committed Apr 16, 2024
1 parent 74e2f13 commit ba76e7f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/translator_pl.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef TRANSLATOR_PL_H
#define TRANSLATOR_PL_H

class TranslatorPolish : public TranslatorAdapter_1_11_0
class TranslatorPolish : public Translator
{
public:

Expand Down Expand Up @@ -2600,6 +2600,13 @@ class TranslatorPolish : public TranslatorAdapter_1_11_0
QCString trCopyToClipboard() override
{
return "Kopiuj do schowka";

//////////////////////////////////////////////////////////////////////////
// new since 1.11.0
//////////////////////////////////////////////////////////////////////////
QCString trImportant() override
{
return "Ważne";
}
};

Expand Down

0 comments on commit ba76e7f

Please sign in to comment.