rizinorg/cutter

Incomplete translations

Ouverte

#3 187 ouverte le 16 mai 2023

 (7 commentaires) (0 réaction) (0 personne assignée)C++ (1 123 forks)batch import
Help WantedHigh PriorityQtTranslationsUIgood first issue

Métriques du dépôt

Stars
 (14 852 étoiles)
Métriques de merge PR
 (Merge moyen 13j 23h) (20 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