Skip to content

Commit 8f27ff3

Browse files
authored
Merge pull request #13 from session-foundation/validate-strings-desktop
chore: make strings for desktop validated too
2 parents 2b6541b + 9ae8dd7 commit 8f27ff3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/check_for_crowdin_updates.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ jobs:
123123
"${{ github.workspace }}/raw_translations" \
124124
"${{ github.workspace }}/desktop/_locales" \
125125
"${{ github.workspace }}/desktop/ts/localization/constants.ts"
126+
127+
- name: Validate strings for Desktop
128+
run: cd ${{ github.workspace }}/desktop && npm install -g yarn && yarn build:locales
129+
126130
- name: Upload Desktop artifacts
127131
uses: actions/upload-artifact@v4
128132
with:

actions/checkout_desktop/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ runs:
99
repository: 'session-foundation/session-desktop'
1010
path: 'desktop'
1111
ref: 'dev'
12+
- uses: actions/setup-node@v4
13+
with:
14+
node-version-file: 'desktop/.nvmrc'
15+
1216
- name: Remove existing strings
1317
shell: bash
1418
run: |

0 commit comments

Comments
 (0)