pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

Merge pull request #718 from zisra/dev

Fix language fallback

authored by

William Oldham and committed by
GitHub
9e61ec27 1d8d5555

+1 -1
+1 -1
src/setup/i18n.ts
··· 10 10 Object.entries(locales).map((entry) => [entry[0], { translation: entry[1] }]), 11 11 ); 12 12 i18n.use(initReactI18next).init({ 13 - fallbackLng: "en-US", 13 + fallbackLng: "en", 14 14 resources, 15 15 interpolation: { 16 16 escapeValue: false, // not needed for react as it escapes by default