forked from aniani/vim
patch 8.1.1227: duplicate entries in the generate .desktop files
Problem: Duplicate entries in the generate .desktop files. (Ralf Schandl) Solution: Remove translated entries from the .in files. (closes #4313)
This commit is contained in:
@@ -10,7 +10,6 @@ Comment=Edit text files
|
|||||||
# The translations should come from the po file. Leave them here for now, they will
|
# The translations should come from the po file. Leave them here for now, they will
|
||||||
# be overwritten by the po file when generating the desktop.file!
|
# be overwritten by the po file when generating the desktop.file!
|
||||||
GenericName[da]=Teksteditor
|
GenericName[da]=Teksteditor
|
||||||
GenericName[de]=Texteditor
|
|
||||||
GenericName[eo]=Tekstoredaktilo
|
GenericName[eo]=Tekstoredaktilo
|
||||||
GenericName[fr]=Éditeur de texte
|
GenericName[fr]=Éditeur de texte
|
||||||
GenericName[pl]=Edytor tekstu
|
GenericName[pl]=Edytor tekstu
|
||||||
@@ -27,7 +26,6 @@ Comment[ca]=Edita fitxers de text
|
|||||||
Comment[cs]=Úprava textových souborů
|
Comment[cs]=Úprava textových souborů
|
||||||
Comment[cy]=Golygu ffeiliau testun
|
Comment[cy]=Golygu ffeiliau testun
|
||||||
Comment[da]=Rediger tekstfiler
|
Comment[da]=Rediger tekstfiler
|
||||||
Comment[de]=Textdateien bearbeiten
|
|
||||||
Comment[el]=Επεξεργασία αρχείων κειμένου
|
Comment[el]=Επεξεργασία αρχείων κειμένου
|
||||||
Comment[en_CA]=Edit text files
|
Comment[en_CA]=Edit text files
|
||||||
Comment[en_GB]=Edit text files
|
Comment[en_GB]=Edit text files
|
||||||
|
@@ -10,7 +10,6 @@ Comment=Edit text files
|
|||||||
# The translations should come from the po file. Leave them here for now, they will
|
# The translations should come from the po file. Leave them here for now, they will
|
||||||
# be overwritten by the po file when generating the desktop.file.
|
# be overwritten by the po file when generating the desktop.file.
|
||||||
GenericName[da]=Teksteditor
|
GenericName[da]=Teksteditor
|
||||||
GenericName[de]=Texteditor
|
|
||||||
GenericName[pl]=Edytor tekstu
|
GenericName[pl]=Edytor tekstu
|
||||||
GenericName[is]=Ritvinnsluforrit
|
GenericName[is]=Ritvinnsluforrit
|
||||||
Comment[af]=Redigeer tekslêers
|
Comment[af]=Redigeer tekslêers
|
||||||
@@ -25,7 +24,6 @@ Comment[ca]=Edita fitxers de text
|
|||||||
Comment[cs]=Úprava textových souborů
|
Comment[cs]=Úprava textových souborů
|
||||||
Comment[cy]=Golygu ffeiliau testun
|
Comment[cy]=Golygu ffeiliau testun
|
||||||
Comment[da]=Rediger tekstfiler
|
Comment[da]=Rediger tekstfiler
|
||||||
Comment[de]=Textdateien bearbeiten
|
|
||||||
Comment[el]=Επεξεργασία αρχείων κειμένου
|
Comment[el]=Επεξεργασία αρχείων κειμένου
|
||||||
Comment[en_CA]=Edit text files
|
Comment[en_CA]=Edit text files
|
||||||
Comment[en_GB]=Edit text files
|
Comment[en_GB]=Edit text files
|
||||||
|
@@ -767,6 +767,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1227,
|
||||||
/**/
|
/**/
|
||||||
1226,
|
1226,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user