Project

General

Profile

action #51680

Updated by riafarov over 4 years ago

## Motivation 
 As per request (see https://github.com/yast/yast-ruby-bindings/pull/230). 
 Now we have setting to detect untranslated text in the dialogs using Y2STRICTTEXTDOMAIN=1 boot option. 
 We already have text detection which is used in the detect_yast2_failures scenario. 
 Would be helpful to include it at least in the installer_extended scenario. 

 NOTE: this feature is relevant for post SLE 15 SP1 only (including TW and most likely Leap 15.2). 
 Y2STRICTTEXTDOMAIN is used as same as Y2DEBUG 

 ## Acceptance criteria 
 1. Y2STRICTTEXTDOMAIN=1 is set at least in one scenario for SLE 15 SP1 or later 

Back