Opened 14 years ago
Closed 14 years ago
#596 closed Bug (fixed)
transmission.desktop only includes last language from LINGUAS
Reported by: | Nemo | Owned by: | charles |
---|---|---|---|
Priority: | Low | Milestone: | 1.01 |
Component: | GTK+ Client | Version: | 1.00 |
Severity: | Minor | Keywords: | |
Cc: |
Description
The gtk/transmission.desktop file can include translations for strings like 'Comment' and 'GenericName?'. Yet only one translation is added to the transmission.desktop file. To be precise the last language in the file po/LINGUAS.
example LINGUAS content:
# Set of available languages. de es fi fr hu it nl pl pt_BR pt ro ru sk sv zh_CN
created transmission.desktop content:
[Desktop Entry] Encoding=UTF-8 Name=Transmission GenericName=BitTorrent Client GenericName[zh_CN]=BitTorrent 客户端 Comment=Transfer files via Peer to Peer Comment[zh_CN]=传送文件 Peer to Peer Exec=transmission %F Icon=transmission Terminal=false TryExec=transmission Type=Application MimeType=application/x-bittorrent; Categories=Network;FileTransfer;P2P;GTK;
It should include all the translations.
On a side-note; the .po-files mention
#: ../gtk/transmission.desktop.in.h:1
Instead of
#: ../gtk/transmission.desktop.in:1
Change History (2)
comment:1 Changed 14 years ago by charles
- Milestone changed from None Set to 1.01
- Status changed from new to assigned
comment:2 Changed 14 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
1.0x: r4557 trunk: r4558