Ticket #6936: mythnews.diff

File mythnews.diff, 1.3 KB (added by wagabunda, 15 years ago)
  • mythplugins/mythnews/i18n/translate.pro

     
    11SOURCES += ../mythnews/mythnewsconfig.cpp
    22SOURCES += ../mythnews/mythnews.cpp
    3 SOURCES += ../mythnews/newsengine.cpp
     3SOURCES += ../mythnews/mythnewseditor.cpp
    44SOURCES += ./themestrings.h
    55
    66TRANSLATIONS  = mythnews_it.ts mythnews_es.ts mythnews_ca.ts
     
    88TRANSLATIONS += mythnews_pt.ts mythnews_sv.ts mythnews_fr.ts
    99TRANSLATIONS += mythnews_ja.ts mythnews_sl.ts mythnews_et.ts
    1010TRANSLATIONS += mythnews_fi.ts mythnews_nb.ts mythnews_ru.ts
    11 TRANSLATIONS += mythnews_cs.ts
     11TRANSLATIONS += mythnews_cs.ts mythnews_pl.ts
  • mythplugins/mythnews/i18n/i18n.pro

     
    1010trans.files += mythnews_pt.qm mythnews_sv.qm mythnews_fr.qm
    1111trans.files += mythnews_ja.qm mythnews_sl.qm mythnews_et.qm
    1212trans.files += mythnews_fi.qm mythnews_nb.qm mythnews_ru.qm
    13 trans.files += mythnews_cs.qm
     13trans.files += mythnews_cs.qm mythnews_pl.qm
    1414
    1515INSTALLS += trans
    1616