rizinorg/cutter

Incomplete translations

Open

#3,187 opened on May 16, 2023

View on GitHub
 (7 comments) (0 reactions) (0 assignees)C++ (1,123 forks)batch import
Help WantedHigh PriorityQtTranslationsUIgood first issue

Repository metrics

Stars
 (14,852 stars)
PR merge metrics
 (Avg merge 13d 23h) (20 merged PRs in 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

Contributor guide