blob: 019c0938c3161e391f7c13daec83745099bdd77c (
plain)
1
2
3
4
5
6
|
#include "Translation.h"
bool settings_setLanguageSwitch(void) { return false; }
void settings_displayLanguageSwitch(void) {}
bool settings_showLanguageSwitch(void) { return false; }
|