Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Add crowdin nightly push (#7799)

* Update crowdin.yml to point to new enterprise endpoint

* Update nightly crowdin action to push source strings to crowdin

authored by

Paul Frazee and committed by
GitHub
1fda7d05 7ff65df4

+12 -1
+10
.github/workflows/nightly-update-source-languages.yaml
··· 36 36 with: 37 37 commit_message: Nightly source-language update 38 38 file_pattern: ./src/locale/locales/en/messages.po 39 + - name: Push source lang to Crowdin 40 + uses: crowdin/github-action@v2 41 + with: 42 + upload_sources: true 43 + upload_translations: false 44 + push_translations: false 45 + push_sources: false 46 + create_pull_request: false 47 + env: 48 + CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
+2 -1
crowdin.yml
··· 1 1 { 2 - "project_id": "664276", 2 + "project_id": "1", 3 + "base_url": "https://bluesky.api.crowdin.com", 3 4 "base_path": ".", 4 5 "preserve_hierarchy": true, 5 6 "files": [