diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-06 01:56:11 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-06 01:56:11 -0400 |
| commit | f6c8242e7273b50a923ae0d5c59753505fa9df9b (patch) | |
| tree | b28979fd48a38dc3245babfadd2aef62c4099cb4 /src/Utility/Utility.h | |
| parent | e0c209c974b130a5e893c7d7b3d342f4ec325c8d (diff) | |
| download | omnisearch-f6c8242e7273b50a923ae0d5c59753505fa9df9b.tar.gz | |
feat: setting default locale for instanceindev
Diffstat (limited to 'src/Utility/Utility.h')
| -rw-r--r-- | src/Utility/Utility.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Utility/Utility.h b/src/Utility/Utility.h index e00e50c..bd48295 100644 --- a/src/Utility/Utility.h +++ b/src/Utility/Utility.h @@ -15,6 +15,7 @@ int hex_to_int(char c); char *get_theme(const char *default_theme); +void set_default_locale(const char *locale); char *get_locale(const char *default_locale); int is_engine_id_enabled(const char *engine_id); |
