rizinorg/cutter

Incomplete translations

Open

#3.187 aberto em 16 de mai. de 2023

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)C++ (1.123 forks)batch import
Help WantedHigh PriorityQtTranslationsUIgood first issue

Métricas do repositório

Stars
 (14.852 stars)
Métricas de merge de PR
 (Mesclagem média 8d 12h) (6 fundiu PRs em 30d)

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

Guia do colaborador