rizinorg/cutter

Incomplete translations

Open

#3 187 ouverte le 16 mai 2023

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)C++ (1 123 forks)batch import
Help WantedHigh PriorityQtTranslationsUIgood first issue

Métriques du dépôt

Stars
 (14 852 stars)
Métriques de merge PR
 (Merge moyen 8j 12h) (6 PRs mergées en 30 j)

Description

Some strings are still untranslated while Crowdin says it's 100% complete for the target language (Japanese) It happens on all languages. Note "Dashboard", "Sections", "Strings":

image

Likely it's because they are defined in the UI files:

ℤ rg "\"Dashboard\""
src/widgets/Dashboard.ui
4: <widget class="QDockWidget" name="Dashboard">

See https://wiki.qt.io/QtInternationalization

Guide contributeur