From 705f0bcf3271005ead7f563cebbe7094cc47c4a4 Mon Sep 17 00:00:00 2001 From: Mauro <34335419+Velin92@users.noreply.github.com> Date: Wed, 12 Apr 2023 13:06:45 +0200 Subject: [PATCH] Add Strings.swift to Translations workflow (#794) * fixing locheck * fixing locheck tool * Revert "fixing locheck tool" This reverts commit 9bb3dbcd70d1ecbc62b4289623b5f9e584929997. * locheck install * using the original code to get the directory * setup project on ci * removed unneeded code * removed useless code --- .github/workflows/translations-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations-pr.yml b/.github/workflows/translations-pr.yml index f4e02d5e6..f50db83f9 100644 --- a/.github/workflows/translations-pr.yml +++ b/.github/workflows/translations-pr.yml @@ -35,4 +35,4 @@ jobs: add-paths: | *.strings *.stringsdict - Strings.swift \ No newline at end of file + **/Strings.swift \ No newline at end of file