Bug 281090 - "Normal" file type name is not translatable
Summary: "Normal" file type name is not translatable
Status: RESOLVED DUPLICATE of bug 209052
Alias: None
Product: kate
Classification: Applications
Component: part (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-31 07:40 UTC by Alexander Potashev
Modified: 2012-11-01 17:59 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***