Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multi-language comment option to desktop file #726

Closed
antrrax opened this issue Oct 4, 2021 · 1 comment
Closed

Add multi-language comment option to desktop file #726

antrrax opened this issue Oct 4, 2021 · 1 comment
Assignees
Projects

Comments

@antrrax
Copy link
Contributor

antrrax commented Oct 4, 2021

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/

@DamirPorobic DamirPorobic added this to To do in v1.10.0 via automation Oct 4, 2021
@DamirPorobic DamirPorobic self-assigned this Oct 6, 2021
@DamirPorobic
Copy link
Member

Done.

v1.10.0 automation moved this from To do to Done Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants