diff options
| author | Ben Winston | 2024-06-18 11:04:20 -0400 |
|---|---|---|
| committer | Ben Winston | 2024-06-18 11:04:20 -0400 |
| commit | d252eded0f04f1628f37cb2766579f8402932e87 (patch) | |
| tree | a74a84224ce5bc72ff6906518922fe9dbbb44cd5 | |
| parent | 75880d101107529ec214a7b7c91e79966cbffec7 (diff) | |
remove english as default lang
| -rw-r--r-- | booki.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |
