Merge remote-tracking branch 'refs/remotes/KiCad/master'
This commit is contained in:
commit
4f8fc280b8
20
POTDIRS
20
POTDIRS
|
@ -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
|
||||
|
|
10699
ca/kicad.po
10699
ca/kicad.po
File diff suppressed because it is too large
Load Diff
7326
de/kicad.po
7326
de/kicad.po
File diff suppressed because it is too large
Load Diff
43907
el/kicad.po
43907
el/kicad.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
50314
es/kicad.po
50314
es/kicad.po
File diff suppressed because it is too large
Load Diff
9214
fr/kicad.po
9214
fr/kicad.po
File diff suppressed because it is too large
Load Diff
38014
it/kicad.po
38014
it/kicad.po
File diff suppressed because it is too large
Load Diff
4578
ja/kicad.po
4578
ja/kicad.po
File diff suppressed because it is too large
Load Diff
7204
ru/kicad.po
7204
ru/kicad.po
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue