Skip to content

Commit

Permalink
Fix translations missing from preview deploys (actualbudget#4130)
Browse files Browse the repository at this point in the history
* Fix translations missing from preview deploys

* Add release notes
  • Loading branch information
jfdoming authored Jan 11, 2025
1 parent da13dfa commit 1c6697a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/package-browser
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ ROOT=`dirname $0`

cd "$ROOT/.."

echo "Updating translations..."
if ! [ -d packages/desktop-client/locale ]; then
git clone https://github.com/actualbudget/translations packages/desktop-client/locale
fi
pushd packages/desktop-client/locale > /dev/null
git pull
popd > /dev/null

yarn workspace loot-core build:browser
yarn workspace @actual-app/web build:browser

Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/4130.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [jfdoming]
---

Fix translations missing from preview deploys

0 comments on commit 1c6697a

Please sign in to comment.