Skip to content

Commit 0e6813d

Browse files
committed
Fix merge-translate by starting with 'theirs'
1 parent 7ea9545 commit 0e6813d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ translate: locale/circuitpython.pot
213213
merge-translate:
214214
git merge HEAD 1>&2 2> /dev/null; test $$? -eq 128
215215
rm locale/*~ || true
216-
git checkout --ours -- locale/*
216+
git checkout --theirs -- locale/*
217217
make translate
218218

219219
check-translate: locale/circuitpython.pot $(wildcard locale/*.po)

0 commit comments

Comments
 (0)