Add Bulgarian translations
This commit is contained in:
parent
1ffc8c5179
commit
a310a8f70f
@ -63,7 +63,7 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
|
||||
tray = new QSystemTrayIcon(windowIcon(), this);
|
||||
tray->setToolTip("KShare");
|
||||
tray->setVisible(true);
|
||||
QMenu *menu = new QMenu(this);
|
||||
menu = new QMenu(this);
|
||||
QAction *quit = ACTION("Quit", menu);
|
||||
QAction *shtoggle = ACTION("Show/Hide", menu);
|
||||
QAction *fullscreen = ACTION("Take fullscreen shot", menu);
|
||||
|
@ -46,6 +46,7 @@ public slots:
|
||||
private:
|
||||
bool val = false;
|
||||
QMap<QAction *, const char *> acts;
|
||||
QMenu *menu;
|
||||
static MainWindow *instance;
|
||||
|
||||
protected:
|
||||
|
@ -2,5 +2,6 @@
|
||||
<qresource prefix="/">
|
||||
<file>translations/sr_RS.qm</file>
|
||||
<file>translations/ru_RU.qm</file>
|
||||
<file>translations/bg_BG.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
BIN
translations/bg_BG.qm
Normal file
BIN
translations/bg_BG.qm
Normal file
Binary file not shown.
1014
translations/bg_BG.ts
Normal file
1014
translations/bg_BG.ts
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user