Re: [Kicad-developers] Inconsistency within l10n strings

2020-04-04 Thread Jeff Young
Single quotes are much easier to read in the code (because they don’t require escaping). But, yeah, it would be nice to standardise on a single approach. Cheers, Jeff. > On 4 Apr 2020, at 19:10, Carsten Schoenert wrote: > > Hello Marco > > Am 04.04.20 um 20:05 schrieb Marco Ciampa: >> I do

Re: [Kicad-developers] Altium board importer

2020-04-04 Thread Tomasz Wlostowski
On 04/04/2020 18:18, Wayne Stambaugh wrote: > For those of you who haven't heard, the Altium board importer[1] was > merged into the master branch. Fantastic work Thomas, looking forward to import our Altium projects using your plugin! Tom ___ Mailing

Re: [Kicad-developers] Altium board importer

2020-04-04 Thread Adam Wolf
Holy moly! Nice work! On Sat, Apr 4, 2020 at 11:58 AM Marco Ciampa wrote: > > On Sat, Apr 04, 2020 at 12:18:40PM -0400, Wayne Stambaugh wrote: > > For those of you who haven't heard, the Altium board importer[1] was > > merged into the master branch. It should be available in nightly builds > >

Re: [Kicad-developers] Inconsistency within l10n strings

2020-04-04 Thread Carsten Schoenert
Hello Marco Am 04.04.20 um 20:05 schrieb Marco Ciampa: > I do not know but perhaps rules are different in different countries? that's for sure. > For example single ' quote mark is never used in Italian so I always > convert them into a double " quote. I mostly do so too, but every time the

Re: [Kicad-developers] Inconsistency within l10n strings

2020-04-04 Thread Marco Ciampa
On Sat, Apr 04, 2020 at 07:58:23PM +0200, Carsten Schoenert wrote: > Hi, > > I'm not sure if there are any written rules for creating l10n strings > within the source code. But one thing that I see quite often is changing > the escape sequence for variables like %s or %d. > > So for example the

[Kicad-developers] Inconsistency within l10n strings

2020-04-04 Thread Carsten Schoenert
Hi, I'm not sure if there are any written rules for creating l10n strings within the source code. But one thing that I see quite often is changing the escape sequence for variables like %s or %d. So for example the string Could not load footprint "%s" from library "%s". is now changed to

Re: [Kicad-developers] Altium board importer

2020-04-04 Thread Marco Ciampa
On Sat, Apr 04, 2020 at 12:18:40PM -0400, Wayne Stambaugh wrote: > For those of you who haven't heard, the Altium board importer[1] was > merged into the master branch. It should be available in nightly builds > now or in the very near future. If you have Altium boards, please test > the new

[Kicad-developers] Altium board importer

2020-04-04 Thread Wayne Stambaugh
For those of you who haven't heard, the Altium board importer[1] was merged into the master branch. It should be available in nightly builds now or in the very near future. If you have Altium boards, please test the new importer. Pcbnew must be run in stand alone mode to import Altium boards at