rizinorg/cutter

Incomplete translations

Aberta

#3.187 aberto em 16 de mai. de 2023

 (7 comentários) (0 reação) (0 responsável)C++ (1.123 forks)batch import
Help WantedHigh PriorityQtTranslationsUIgood first issue

Métricas do repositório

Stars
 (14.852 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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