From d252eded0f04f1628f37cb2766579f8402932e87 Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Tue, 18 Jun 2024 11:04:20 -0400 Subject: remove english as default lang --- booki.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'booki.c') diff --git a/booki.c b/booki.c index f6eea61..3b87585 100644 --- a/booki.c +++ b/booki.c @@ -414,8 +414,7 @@ void init_book(BOOK* book) { book->author = default_es; book->pages = 0; book->isbn = default_es; - ES language = { 7, "English", NULL }; // default language - book->language = language; + book->language = default_es; book->translator = default_es; book->on = default_es; book->published = 0; -- cgit v1.2.3