mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add path (#7979)
This commit is contained in:
parent
8a59829ef1
commit
ebb01c5e5b
2
.github/workflows/translations.yaml
vendored
2
.github/workflows/translations.yaml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
run: rm -rf src/backend/InvenTree/static
|
run: rm -rf src/backend/InvenTree/static
|
||||||
- name: Remove all local changes that are not *.po files
|
- name: Remove all local changes that are not *.po files
|
||||||
run: |
|
run: |
|
||||||
git add /src/backend/InvenTree/locale/en/LC_MESSAGES/django.po /src/frontend/src/locales/en/messages.po
|
git add src/backend/InvenTree/locale/en/LC_MESSAGES/django.po src/frontend/src/locales/en/messages.po
|
||||||
git commit -m "add translations"
|
git commit -m "add translations"
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git reset HEAD~
|
git reset HEAD~
|
||||||
|
Loading…
Reference in New Issue
Block a user