oae / gnome-shell-pano

Next-gen Clipboard Manager for Gnome Shell
https://extensions.gnome.org/extension/5278/pano/
GNU General Public License v2.0
1k stars 53 forks source link

Untraslated item type title #194

Closed evertton closed 1 year ago

evertton commented 1 year ago

The screenshot below shows the untranslated item type title in the header: image

But snippet to translation is present in the "panoItemType.ts"

export const PanoItemTypes = {
  LINK: { classSuffix: 'link', title: _('Link'), iconPath: 'link-symbolic.svg', iconName: 'link-symbolic' },
evertton commented 1 year ago

Duplicate https://github.com/oae/gnome-shell-pano/issues/173