mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
Added translations for oracle; fix #293
Translations have been updated.
This commit is contained in:
parent
25747a0964
commit
f80e319900
23 changed files with 11395 additions and 8800 deletions
12
oracle/src/main.h
Normal file
12
oracle/src/main.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef MAIN_H
|
||||
#define MAIN_H
|
||||
|
||||
class QTranslator;
|
||||
|
||||
extern QTranslator *translator;
|
||||
extern const QString translationPrefix;
|
||||
extern QString translationPath;
|
||||
|
||||
void installNewTranslator();
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue