From 24f602663878f211143bf892159588aa5b7294e9 Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 1 Apr 2026 00:31:44 +0300 Subject: feat: beginning work on localisation api --- src/beaker_globals.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/beaker_globals.c') diff --git a/src/beaker_globals.c b/src/beaker_globals.c index 29c301e..1f81a5e 100644 --- a/src/beaker_globals.c +++ b/src/beaker_globals.c @@ -10,4 +10,10 @@ __thread Cookie cookies_to_set[MAX_COOKIES]; __thread int cookies_to_set_count = 0; -__thread char current_request_buffer[BUFFER_SIZE]; \ No newline at end of file +__thread char current_request_buffer[BUFFER_SIZE]; + +Locale *locales = NULL; + +int locale_count = 0; + +int locale_capacity = 0; \ No newline at end of file -- cgit v1.2.3