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

Show warning window if data loss occurs when saving to tiff #7655

Merged
merged 3 commits into from Mar 25, 2024

Commits on Mar 22, 2024

  1. BUG: Fix creation of translation template file for single language

    When a language was specified for updating translations and no translation file was found for that language
    then a new translation file was generated for en-US language. This commit changes this to generate translation file
    for the specified language.
    lassoan committed Mar 22, 2024
    Copy the full SHA
    44a1fae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bf693e2 View commit details
    Browse the repository at this point in the history
  3. ENH: Display warning when saving into TIFF format

    Adds warning for TIFF file format saving. Prevents potential data loss.
    Made translatable all messages that may be relevant to users.
    
    see Slicer#7588
    
    Co-authored-by: Andras Lasso <lasso@queensu.ca>
    aramSofthenge and lassoan committed Mar 22, 2024
    Copy the full SHA
    c33335c View commit details
    Browse the repository at this point in the history