From 7c37879130688063c28ec388ace9e16620e3cc1f Mon Sep 17 00:00:00 2001 From: Nohbdy Ahtall <6710006+NohbdyAhtall@users.noreply.github.com> Date: Thu, 4 Jun 2026 19:24:05 -0700 Subject: [PATCH] add toki pona to language script list --- core/string/locales.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/string/locales.h b/core/string/locales.h index 148aee8fcb..6f1819fa92 100644 --- a/core/string/locales.h +++ b/core/string/locales.h @@ -1538,6 +1538,7 @@ static const char *language_script_list[][2] = { { "tn", "Latn" }, { "to", "Latn" }, { "tog", "Latn" }, + { "tok", "Latn" }, { "tpi", "Latn" }, { "tr", "Latn Arab" }, { "tru", "Latn Syrc" },