diff options
Diffstat (limited to 'core/pref.h')
-rw-r--r-- | core/pref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pref.h b/core/pref.h index 1e9002563..3d8076335 100644 --- a/core/pref.h +++ b/core/pref.h @@ -34,6 +34,7 @@ typedef struct { typedef struct { const char *language; + const char *lang_locale; bool use_system_language; } locale_prefs_t; |