When running desktop-file-validate:
```
/builddir/build/BUILD/cosmic-applets-1.0.0_alpha.6_git20250408.2573eb7-build/BUILDROOT/usr/share/applications/com.system76.CosmicAppletStatusArea.desktop: error: file contains multiple keys named "Name[pt]" in group "Desktop Entry"
```
Fixes building for Fedora, as we use desktop-file-validate for checking desktop files.
Ref: 2573eb7545
I figured since this is the translation that was recently added, that the intent is to keep the newer one.
18 lines
496 B
Desktop File
18 lines
496 B
Desktop File
[Desktop Entry]
|
|
Name=Notifications Tray
|
|
Name[hu]=Értesítési terület
|
|
Name[nl]=Meldingsbeheerder
|
|
Name[pl]=Zasobnik powiadomień
|
|
Name[pt]=Área de Notificações
|
|
Type=Application
|
|
Exec=cosmic-applet-status-area
|
|
Terminal=false
|
|
Categories=COSMIC;
|
|
Keywords=COSMIC;Iced;
|
|
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
|
|
Icon=com.system76.CosmicAppletStatusArea
|
|
StartupNotify=true
|
|
NoDisplay=true
|
|
X-CosmicApplet=true
|
|
X-CosmicHoverPopup=Auto
|
|
X-OverflowPriority=10
|