Bug 281090

Summary: "Normal" file type name is not translatable
Product: [Applications] kate Reporter: Alexander Potashev <aspotashev>
Component: partAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: cullmann, lueck
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alexander Potashev 2011-08-31 07:40:19 UTC
Version:           unspecified (using Devel) 
OS:                Linux

The "Normal" file type is not translatable.

Reproducible: Always

Steps to Reproduce:
Look at kate/part/mode/katemodemanager.cpp, line 161:

  KateFileType *t = new KateFileType ();
  t->name = "Normal";
  t->hl = "None";
  t->hlGenerated = true;

Actual Results:  
"Normal" only in English

Expected Results:  
Use i18n/i18nc()
Comment 1 Christoph Cullmann 2012-11-01 17:59:40 UTC
Yep, need to fix that, by introducing nameTranslated, like for Highlightings :/
Will do so for bug 209052

*** This bug has been marked as a duplicate of bug 209052 ***