diff options
| author | Pyraq <dominik56000@gmail.com> | 2019-09-14 21:29:23 +0200 |
|---|---|---|
| committer | Pyraq <dominik56000@gmail.com> | 2019-09-14 21:29:23 +0200 |
| commit | 327661c0a455fb43b44389855acaa387986818a6 (patch) | |
| tree | cf373bbd2755f36795cc37b27896964984e8ab79 | |
| parent | 9967a57f46814419813ab7a772c6e2b3c4957b9e (diff) | |
Added polish translation.
| -rw-r--r-- | Attorney_Online.pro | 2 | ||||
| -rw-r--r-- | resources.qrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 1d3925db..7b0c88bd 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -46,7 +46,7 @@ TRANSLATIONS = resource/translations/ao_en.ts \ resource/translations/ao_de.ts \ resource/translations/ao_ru.ts \ resource/translations/ao_es.ts \ - resource/translations/ao_pl.ts + resource/translations/ao_pl.ts win32:RC_ICONS = resource/logo.ico macx:ICON = resource/logo.icns diff --git a/resources.qrc b/resources.qrc index eb57dfe5..fce01ebc 100644 --- a/resources.qrc +++ b/resources.qrc @@ -7,6 +7,6 @@ <file>resource/translations/ao_jp.qm</file> <file>resource/translations/ao_es.qm</file> <file>resource/translations/ao_ru.qm</file> - <file>resource/translations/ao_pl.qm</file> + <file>resource/translations/ao_pl.qm</file> </qresource> </RCC> |
