Merge pull request #153 from GyrosGeier/en-2017-08-10

Add English translation to allow Unicode characters
This commit is contained in:
Marco Ciampa 2017-12-01 09:39:14 +01:00 committed by GitHub
commit fe51b53d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 26099 additions and 10 deletions

View File

@ -5,6 +5,7 @@ ca
cs
de
el
en
es
fi
fr

20
POTDIRS
View File

@ -1,15 +1,15 @@
kicad
pcbnew
common
eeschema
cvpcb
3d-viewer
gerbview
bitmap2component
polygon
common
cvpcb
eeschema
gerbview
include
kicad
lib_dxf
pagelayout_editor
pcb_calculator
pcbnew
polygon
potrace
tools
pagelayout_editor
include
lib_dxf

26085
en/kicad.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -94,6 +94,9 @@ for i in $LINGUAS
do
echo "## $i"
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 |
while IFS=",." read A B C D ; do
echo $A