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

Configure Feed

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

at 1633c1f95c0f9e73ae15585320dc103a06b6c960 22 lines 538 B view raw
1{ 2 "project_id": "1", 3 "base_url": "https://bluesky.api.crowdin.com", 4 "base_path": ".", 5 "preserve_hierarchy": true, 6 "files": [ 7 { 8 "source": "/src/locale/locales/en/messages.po", 9 "translation": "/src/locale/locales/%two_letters_code%/messages.po", 10 "languages_mapping": { 11 "two_letters_code": { 12 "pt": "pt-PT", 13 "pt-BR": "pt-BR", 14 "en-GB": "en-GB", 15 "zh-CN": "zh-CN", 16 "zh-TW": "zh-TW", 17 "zh-HK": "zh-HK" 18 } 19 } 20 } 21 ] 22}