Skip to content
代码片段 群组 项目
  • Peter Leitzen's avatar
    174808d4
    Fix translations for vulnerabilities dismissal reason · 174808d4
    Peter Leitzen 创作于
    Translate descriptions for declarative_enum dynamically using N_(...)
    combined with `_(var)`.
    
    Prior this change the translated strings were loaded in class scope so
    switching the locale had no effect on them anymore. The descriptions
    were always displayed in English.
    174808d4
    历史
    Fix translations for vulnerabilities dismissal reason
    Peter Leitzen 创作于
    Translate descriptions for declarative_enum dynamically using N_(...)
    combined with `_(var)`.
    
    Prior this change the translated strings were loaded in class scope so
    switching the locale had no effect on them anymore. The descriptions
    were always displayed in English.
代码所有者