Skip to content

Commit

Permalink
Remove json translations in plasmoid folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Jan 27, 2025
1 parent cc6642b commit ef9c877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translate-and-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
rm -Rf $gitfolder/contents/locale
cp -R $gitfolder/usr/share/locale $gitfolder/contents/locale
# Remove json translations in plasmoid folder
rm rm $gitfolder/contents/locale/*/LC_MESSAGES/*.json
rm $gitfolder/contents/locale/*/LC_MESSAGES/*.json
- name: Update github
run: |
Expand Down

0 comments on commit ef9c877

Please sign in to comment.