Merge pull request #153 from GyrosGeier/en-2017-08-10
Add English translation to allow Unicode characters
This commit is contained in:
commit
fe51b53d9b
20
POTDIRS
20
POTDIRS
|
@ -1,15 +1,15 @@
|
||||||
kicad
|
|
||||||
pcbnew
|
|
||||||
common
|
|
||||||
eeschema
|
|
||||||
cvpcb
|
|
||||||
3d-viewer
|
3d-viewer
|
||||||
gerbview
|
|
||||||
bitmap2component
|
bitmap2component
|
||||||
polygon
|
common
|
||||||
|
cvpcb
|
||||||
|
eeschema
|
||||||
|
gerbview
|
||||||
|
include
|
||||||
|
kicad
|
||||||
|
lib_dxf
|
||||||
|
pagelayout_editor
|
||||||
pcb_calculator
|
pcb_calculator
|
||||||
|
pcbnew
|
||||||
|
polygon
|
||||||
potrace
|
potrace
|
||||||
tools
|
tools
|
||||||
pagelayout_editor
|
|
||||||
include
|
|
||||||
lib_dxf
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -94,6 +94,9 @@ for i in $LINGUAS
|
||||||
do
|
do
|
||||||
echo "## $i"
|
echo "## $i"
|
||||||
msgmerge --force-po $LOCALDIR/$i/kicad.po $LOCALDIR/kicad.pot -o $LOCALDIR/$i/kicad.po 2> /dev/null
|
msgmerge --force-po $LOCALDIR/$i/kicad.po $LOCALDIR/kicad.pot -o $LOCALDIR/$i/kicad.po 2> /dev/null
|
||||||
|
if [ "$i" = "en" ] ; then
|
||||||
|
msgen $LOCALDIR/$i/kicad.po -o $LOCALDIR/$i/kicad.po.tmp && mv $LOCALDIR/$i/kicad.po.tmp $LOCALDIR/$i/kicad.po
|
||||||
|
fi
|
||||||
msgfmt --statistics $LOCALDIR/$i/kicad.po 2>&1 >>/dev/null |
|
msgfmt --statistics $LOCALDIR/$i/kicad.po 2>&1 >>/dev/null |
|
||||||
while IFS=",." read A B C D ; do
|
while IFS=",." read A B C D ; do
|
||||||
echo $A
|
echo $A
|
||||||
|
|
Loading…
Reference in New Issue