mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
fork

Configure Feed

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

Fix build

-3
-3
src/locale/i18n.ts
··· 172 172 case AppLanguage.km: { 173 173 i18n.loadAndActivate({locale, messages: messagesKm}) 174 174 await Promise.all([ 175 - import('@formatjs/intl-datetimeformat/locale-data/km'), 176 - import('@formatjs/intl-datetimeformat/locale-data/km'), 177 175 import('@formatjs/intl-pluralrules/locale-data/km'), 178 176 import('@formatjs/intl-numberformat/locale-data/km'), 179 177 ]) ··· 218 216 case AppLanguage.ro: { 219 217 i18n.loadAndActivate({locale, messages: messagesRo}) 220 218 await Promise.all([ 221 - import('@formatjs/intl-datetimeformat/locale-data/ro'), 222 219 import('@formatjs/intl-pluralrules/locale-data/ro'), 223 220 import('@formatjs/intl-numberformat/locale-data/ro'), 224 221 ])