this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try fix "Uncompiled message detected" warnings from Lingui

+6 -4
+4 -2
src/components/shortcuts.jsx
··· 58 58 } 59 59 if (typeof title === 'function') { 60 60 title = title(data, i); 61 - } else { 61 + } else if (title?.id) { 62 + // Check if it's MessageDescriptor 62 63 title = _(title); 63 64 } 64 65 if (typeof subtitle === 'function') { 65 66 subtitle = subtitle(data, i); 66 - } else { 67 + } else if (subtitle?.id) { 68 + // Check if it's MessageDescriptor 67 69 subtitle = _(subtitle); 68 70 } 69 71 if (typeof icon === 'function') {
+2 -2
src/locales/en.po
··· 1543 1543 msgstr "" 1544 1544 1545 1545 #: src/components/nav-menu.jsx:440 1546 - #: src/components/shortcuts.jsx:241 1546 + #: src/components/shortcuts.jsx:243 1547 1547 #: src/pages/list.jsx:139 1548 1548 msgid "All Lists" 1549 1549 msgstr "" ··· 1991 1991 msgstr "" 1992 1992 1993 1993 #: src/components/shortcuts-settings.jsx:235 1994 - #: src/components/shortcuts.jsx:218 1994 + #: src/components/shortcuts.jsx:220 1995 1995 msgid "Shortcuts" 1996 1996 msgstr "" 1997 1997