rizinorg/cutter

Incomplete translations

Open

#3187 opened on May 16, 2023

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

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