mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
desktop: make sure "GIMP" (original acronym) stays in the list of keywords.
Some languages may **add** localized variants of the acronym (in particular when the language system is different, usually when it's not latin script), but the original acronym should stay a valid keyword because many people will still use it to search the software.
This commit is contained in:
parent
c855d1df60
commit
9ebc1f2126
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,12 @@ Type=Application
|
|||
Name=GNU Image Manipulation Program
|
||||
GenericName=Image Editor
|
||||
Comment=Create images and edit photographs
|
||||
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
|
||||
# TRANSLATORS: Search terms to find this application.
|
||||
# 1. Do NOT translate or localize the semicolons!
|
||||
# 2. The list MUST also end with a semicolon!
|
||||
# 3. Keep "GIMP" in the list as-is so that people can search with the
|
||||
# original acronym too, though you may add translated version of the
|
||||
# name when relevant (it's OK if a localization has more keywords).
|
||||
Keywords=GIMP;graphic;design;illustration;painting;
|
||||
Exec=@GIMP_COMMAND@ %U
|
||||
TryExec=gimp-@GIMP_APP_VERSION@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue