This commit is contained in:
figuero 2017-12-11 09:50:43 +01:00
commit 3d00423e7d
6 changed files with 53058 additions and 23636 deletions

View File

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

20
POTDIRS
View File

@ -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

27154
en/kicad.po Normal file

File diff suppressed because it is too large Load Diff

29474
it/kicad.po

File diff suppressed because it is too large Load Diff

19992
ja/kicad.po

File diff suppressed because it is too large Load Diff

View File

@ -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