Skip to content

Commit 5cd6bb4

Browse files
authored
Merge pull request #2978 from tannewt/fix_merge_translate
Fix merge-translate by starting with 'theirs'
2 parents 4667d4d + 0e6813d commit 5cd6bb4

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)