LinguaCafe
LinguaCafe copied to clipboard
LinguaCafe is a self-hosted software that helps language learners read foreign languages.
Rewrite urls, so the sidebar menu highlighting stays active when a sub menu is opened. For example if a text is opened, the Library menu should be seen as selected.
In the code lemmas are named "base_word". It should be replaced with "lemma". Also "base_word_reading" with "lemma_reading". The encountered_words database table also has both "base_word" and "lemma" columns for no...
- [ ] Add a chapter order index in the database - [ ] Let users reorder chapters in a book by dragging them
There is a read_count column in the database for counting how many times unique words(encountered_words in the db) and phrases have been read by the user, however it is not...
Support for saving one translation and setting a level for multiple words together with the same lemma. For example: å løpe/løper/løpt - to run.
In v0.7 subtitles will be importable into the library from Jellyfin. They are missing a chapter edit function. This will be added in the future, but I am prioritizing other...
There is a config array in the `config/linguacafe.php` file called `words_to_skip`. These words are set as ignored when they are imported, and not counted in the learned and read words...
When reviewing a phrase, the phrase is displayed with spaces between every token in non Japanese and Chinese languages. It should not have a space before characters like question marks,...