Bluesky app fork with some witchin' additions 💫

Fix mapping (#7767)

authored by

Paul Frazee and committed by
GitHub
e2c0f787 4146f9fe

+1 -1
+1 -1
src/locale/i18n.ts
··· 174 174 ]) 175 175 break 176 176 } 177 - case AppLanguage.id: { 177 + case AppLanguage.ia: { 178 178 i18n.loadAndActivate({locale, messages: messagesIa}) 179 179 await Promise.all([ 180 180 import('@formatjs/intl-pluralrules/locale-data/ia'),