From 3f1ab2576c31da36e7fc3f69694d4d76c8243842 Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 1 Apr 2026 04:00:34 +0300 Subject: feat: function for fetching content of locale keys --- beaker.h | 1 + 1 file changed, 1 insertion(+) (limited to 'beaker.h') diff --git a/beaker.h b/beaker.h index a5f374e..cc87634 100644 --- a/beaker.h +++ b/beaker.h @@ -119,6 +119,7 @@ int beaker_load_locales(void); void beaker_set_locale(TemplateContext *ctx, const char *locale_id); int beaker_get_all_locales(LocaleInfo *out, int max_count); const LocaleMeta *beaker_get_locale_meta(const char *locale_id); +const char *beaker_get_locale_value(const char *locale_id, const char *key); void beaker_free_locales(void); void send_response(const char *html); -- cgit v1.2.3