We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6541b commit 8497e40Copy full SHA for 8497e40
.github/workflows/check_for_crowdin_updates.yml
@@ -123,6 +123,10 @@ jobs:
123
"${{ github.workspace }}/raw_translations" \
124
"${{ github.workspace }}/desktop/_locales" \
125
"${{ github.workspace }}/desktop/ts/localization/constants.ts"
126
+
127
+ - name: Validate strings for Desktop
128
+ run: cd ${{ github.workspace }}/desktop && yarn install && yarn build:locales
129
130
- name: Upload Desktop artifacts
131
uses: actions/upload-artifact@v4
132
with:
@@ -231,6 +235,8 @@ jobs:
231
235
- name: Nothing to do
232
236
shell: bash
233
237
run: echo "Nothing to do here"
238
+ exit 1
239
234
240
241
make_android_pr:
242
name: Make Android PR
0 commit comments