Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add multi-language comment option to desktop file #726

@antrrax

Description

@antrrax

Add multi-language comment option to desktop file

example in Portuguese from Brazil:

Comment[pt_BR]=Ferramenta de captura de tela de Cross-plataforma que fornece muitos recursos de anotação para suas capturas de tela.

[Desktop Entry]
Type=Application
Exec=ksnip
Icon=ksnip
Terminal=false
StartupNotify=false
Name=ksnip
GenericName=ksnip Screenshot Tool
Comment=Cross-platform screenshot tool that provides many annotation features for your screenshots.
Comment[pt_BR]=Ferramenta de captura de tela de Cross-plataforma que fornece muitos recursos de anotação para suas capturas de tela.

Categories=Utility;
Actions=Area;LastArea;FullScreen;Window;

MimeType=image/bmp;image/gif;image/x-icon;image/jpeg;image/png;image/svg+xml;image/tiff;image/webp;

X-AppImage-Version=1.10.0-continuous

[Desktop Action Area]
Exec=ksnip -r
Icon=ksnip
Name=Capture a rectangular area

[Desktop Action LastArea]
Exec=ksnip -l
Icon=ksnip
Name=Capture last selected rectangular area

[Desktop Action FullScreen]
Exec=ksnip -m
Icon=ksnip
Name=Capture a fullscreen

[Desktop Action Window]
Exec=ksnip -a
Icon=ksnip
Name=Capture the focused window

Note: For more languages see the firefox .desktop in /usr/share/applications/

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions