diff --git a/src/pyj/book_list/main.pyj b/src/pyj/book_list/main.pyj index 53a9e17e2b..246aa6b209 100644 --- a/src/pyj/book_list/main.pyj +++ b/src/pyj/book_list/main.pyj @@ -128,6 +128,9 @@ def do_update_interface_data(): if end_type is 'load': data = JSON.parse(xhr.responseText) update_interface_data(data) + if data.translations: + get_translations(data.translations) + install(data.translations) ).send()