We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4667d4d + 0e6813d commit 5cd6bb4Copy full SHA for 5cd6bb4
Makefile
@@ -213,7 +213,7 @@ translate: locale/circuitpython.pot
213
merge-translate:
214
git merge HEAD 1>&2 2> /dev/null; test $$? -eq 128
215
rm locale/*~ || true
216
- git checkout --ours -- locale/*
+ git checkout --theirs -- locale/*
217
make translate
218
219
check-translate: locale/circuitpython.pot $(wildcard locale/*.po)
0 commit comments