Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
144
fork

Configure Feed

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

at f50b70e2b4db2a12fdfd13b662231a1b372d73ce 53 lines 653 B view raw
1/** @type {import('@lingui/conf').LinguiConfig} */ 2module.exports = { 3 locales: [ 4 'en', 5 'an', 6 'ast', 7 'ca', 8 'cy', 9 'da', 10 'de', 11 'el', 12 'en-GB', 13 'eo', 14 'es', 15 'eu', 16 'fi', 17 'fr', 18 'fy', 19 'ga', 20 'gd', 21 'gl', 22 'hi', 23 'hu', 24 'ia', 25 'id', 26 'it', 27 'ja', 28 'km', 29 'ko', 30 'ne', 31 'nl', 32 'pl', 33 'pt-BR', 34 'pt-PT', 35 'ro', 36 'ru', 37 'sv', 38 'th', 39 'tr', 40 'uk', 41 'vi', 42 'zh-CN', 43 'zh-HK', 44 'zh-TW', 45 ], 46 catalogs: [ 47 { 48 path: '<rootDir>/src/locale/locales/{locale}/messages', 49 include: ['src'], 50 }, 51 ], 52 format: 'po', 53}