sonic16x / interslavic

Interslavic dictionary
https://interslavic-dictionary.com/
MIT License
50 stars 17 forks source link

Feature: Improved display of cases for prepositions and some verbs #282

Closed ru-danko closed 6 months ago

ru-danko commented 6 months ago

Resolves #120

Prepositions and some verbs in the database have an indication of the case with which they are used. Added:

  1. Display the case names in the selected interface language.
  2. A new settings item for displaying case questions instead of case names.

image

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 9186684849

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/reducers/reducers.ts 0 2 0.0%
src/actions/actions.ts 0 3 0.0%
src/components/Pages/Settings/Settings.tsx 0 3 0.0%
src/components/ResultsCard/ResultsCard.tsx 0 3 0.0%
src/hooks/useCaseQuestions.ts 0 3 0.0%
src/services/dictionary.ts 0 8 0.0%
src/utils/getCaseTips/getCaseTips.ts 0 12 0.0%
<!-- Total: 4 38 10.53% -->
Files with Coverage Reduction New Missed Lines %
src/utils/getGlagolitic/getGlagolitic.ts 1 0.0%
src/utils/getCyrillic/getCyrillic.ts 1 50.0%
src/utils/getLatin/getLatin.ts 3 0.0%
src/services/dictionary.ts 68 0.0%
<!-- Total: 73 -->
Totals Coverage Status
Change from base Build 9042528168: -0.04%
Covered Lines: 159
Relevant Lines: 3055

💛 - Coveralls