You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
There is now a translations menu on the top right corner. This selection allows us to define, what for translation Google should search for (because they have different numbers of pages).
To add a new language, you only need to modify the App.vue file. There are currently two translations (English and German).
The passed argument for the chooseBookTranslation() function needs to be a ISO-639-1 code.
But please add only one new language, so that others can contribute as well.
There is now a translations menu on the top right corner. This selection allows us to define, what for translation Google should search for (because they have different numbers of pages).
To add a new language, you only need to modify the
App.vuefile. There are currently two translations (English and German).The passed argument for the
chooseBookTranslation()function needs to be a ISO-639-1 code.But please add only one new language, so that others can contribute as well.