mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
Added translations for oracle; fix #293
Translations have been updated.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user