mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
moved translations out of resources file
This commit is contained in:
parent
b26444435c
commit
089d082cf4
5 changed files with 21 additions and 20 deletions
|
|
@ -8,7 +8,8 @@ class SoundEngine;
|
|||
extern CardDatabase *db;
|
||||
|
||||
extern QTranslator *translator;
|
||||
const QString translationPrefix = "cockatrice";
|
||||
extern const QString translationPrefix;
|
||||
extern const QString translationPath;
|
||||
|
||||
void installNewTranslator();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue