Skip to content

Commit

Permalink
Fixed the locales Makefile, which was broken by a bad pull request fo…
Browse files Browse the repository at this point in the history
…r French language support. Close #850.
  • Loading branch information
travisgoodspeed committed Feb 6, 2018
1 parent 77865a0 commit 1cbfdde
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions locales/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ es: localize applet

sr: localize applet
cat strings.txt | ./localize sr ../applet/merged.img D013.020-sr.img

fr: localize applet
cat strings.txt | ./localize fr ../applet/merged.img D013.020-fr.img
"${MAKE}" D013.020-fr.bin
"${MAKE}" D013.020-fr.bin

flash-hu: hu
../md380-dfu upgrade D013.020-hu.bin

Expand All @@ -40,13 +40,13 @@ flash-de: de

flash-es: es
../md380-dfu upgrade D013.020-es.bin

flash-sr: sr
../md380-dfu upgrade D013.020-sr.bin

flash-fr: fr
../md380-dfu upgrade D013.020-fr.bin
../md380-dfu upgrade D013.020-fr.bin

%.bin: %.img
../md380-fw --wrap $< $@
run: test

0 comments on commit 1cbfdde

Please sign in to comment.