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.
1 parent 7ea9545 commit 0e6813dCopy full SHA for 0e6813d
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