Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make text in MRML library translatable #7210

Merged
merged 2 commits into from
Sep 2, 2023
Merged

Commits on Sep 2, 2023

  1. BUG: Enable language translation in MRML classes

    vtkMRMLI18N singleton class is responsible for internationalization related features in MRML.
    It currently only stores a language translator.
    
    A translator that uses Qt for translation is specified in qSlicerCoreApplication.
    
    Enables fixing of these issues:
    Slicer/SlicerLanguagePacks#12
    Slicer#6647
    Slicer#6177
    
    Co-authored-by: Mouhamed DIOP <mouhamed.diop@esp.sn>
    mhdiop authored and lassoan committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    477ba0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd16b6 View commit details
    Browse the repository at this point in the history