Skip to content

Hack to include phrases from "platform.txt". #1131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2012

Conversation

sgk
Copy link
Contributor

@sgk sgk commented Nov 25, 2012

These phrases from "platform.txt" should be included in the "*.po" files.
"Arduino AVR Boards"
"Arduino ARM (32-bits) Boards"
This patch is a hack to do so.
See commit 9e25ad5.

These phrases from "platform.txt" should be included in the "*.po" files.
  "Arduino AVR Boards"
  "Arduino ARM (32-bits) Boards"
This patch is a hack to do so.
See commit 9e25ad5.
cmaglie added a commit that referenced this pull request Nov 25, 2012
Hack to include phrases from "platform.txt".
@cmaglie cmaglie merged commit 60215e7 into arduino:ide-1.5.x Nov 25, 2012
@sgk
Copy link
Contributor Author

sgk commented Nov 25, 2012

Thanks.

@cmaglie
Copy link
Member

cmaglie commented Nov 25, 2012

You're welcome!

One question, there is a way to generate strings looking directly from platforms.txt? It's just curiosity, I guess we can live with this hack for a while.

@sgk
Copy link
Contributor Author

sgk commented Nov 25, 2012

Some shell or python script may be able to extract the strings from platfrom.txt and insert into the *.po files, I think.

carlosdelfino added a commit to DuinOS/Arduino that referenced this pull request Dec 5, 2012
…inal e liberar a versão 1.5.1

Squashed commit of the following:

commit e18d2a0
Author: Federico Fissore <federico@fissore.org>
Date:   Tue Dec 04 13:43:21 2012 +0100

	ignored test-bin folder junit reports in xml

commit 320648e
Author: Federico Fissore <federico@fissore.org>
Date:   Tue Dec 04 13:38:02 2012 +0100

	tests now run at each build

commit 4076baa
Author: Federico Fissore <federico@fissore.org>
Date:   Tue Dec 04 11:59:13 2012 +0100

	fixed java 1.5 compatibility issue

commit 527e07b
Author: Federico Fissore <federico@fissore.org>
Date:   Tue Dec 04 11:54:19 2012 +0100

	fixed java 1.5 compatibility issue moved unknown AutoFormat class to external folder

commit f90e200
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Sun Nov 25 15:06:44 2012 +0100

	Fixed boards.txt (added Micro and fixed path for LilyPadUSB bootloader)

commit 60215e7
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Sun Nov 25 02:24:05 2012 -0800

	Merge pull request arduino#1131 from sgk/ide15i18n

commit b6ef902
Author: Shigeru KANEMOTO <sgk@switch-science.com>
Date:   Sun Nov 25 15:48:54 2012 +0900

	Hack to include phrases from "platform.txt".

commit db81f52
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Fri Nov 23 18:15:23 2012 +0100

	Added Servo library for Arduino Due

commit db32419
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Fri Nov 23 15:01:15 2012 +0100

	updated revisions.txt

commit fabc658
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Tue Nov 20 18:38:18 2012 +0100

	Added CANRX1/TX1 pins.

commit 70351fc
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Mon Nov 19 23:44:06 2012 +0100

	Fix BSoD for Windows (louismdavis) http://arduino.cc/forum/index.php/topic,129869.0.html

commit 65f00a6
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Mon Nov 19 23:37:19 2012 +0100

	Fixed weak-symbol issue with system interrupt handlers.

commit ddd35a2
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Mon Nov 19 12:54:24 2012 +0100

	Updated URL for bugs/issues

commit 0f06e30
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Wed Nov 14 13:20:19 2012 +0100

	Removed unused code

commit df23af5
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Wed Nov 14 12:32:27 2012 +0100

	Merge branch 'ide-1.5.x' of github.com:arduino/Arduino into ide-1.5.x

commit c761fc1
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Wed Nov 14 12:28:21 2012 +0100

	Added command line compile. Merge branch 'cmd-build' into ide-1.5.x

commit 16b28ed
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Sun Nov 11 01:47:13 2012 -0800

	Merge pull request arduino#128 from sgk/ide15i18n

commit 9e25ad5
Author: Shigeru KANEMOTO <sgk@switch-science.com>
Date:   Sun Nov 11 15:12:51 2012 +0900

	Hack to include a word "Processor" in *.po files.

commit 27b8048
Author: Shigeru KANEMOTO <sgk@switch-science.com>
Date:   Sun Nov 11 14:57:40 2012 +0900

	"Boards" must be wrapped in _(...) call.

commit 74dea07
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Fri Nov 09 10:54:30 2012 +0100

	portOutputRegister is now writeable.

commit b5b50ca
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Fri Nov 09 10:52:14 2012 +0100

	Updated revision.txt

commit 3e76901
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Fri Nov 09 09:40:55 2012 +0100

	Merge remote-tracking branch 'ffissore/ide-1.5.x' into ide-1.5.x

commit 90ecc37
Author: Federico Fissore <federico@fissore.org>
Date:   Tue Nov 06 15:16:32 2012 +0100

	avoid "Menu has no enabled items" exception

commit ac8c1ef
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Mon Nov 05 18:07:27 2012 +0100

	Updated revisions.txt

commit 8e9ee9c
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Mon Nov 05 17:41:07 2012 +0100

	Merge remote-tracking branch 'arduino/master' into ide-1.5.x

commit d23fbb2
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Mon Nov 05 17:35:50 2012 +0100

	Added firmware for USB2Serial converter (Atmega16u2) on Due Board

commit c68a0f5
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Mon Nov 05 16:52:57 2012 +0100

	Fixed portOutputRegister() and portInputRegister() macros. http://arduino.cc/forum/index.php/topic,130714.0.html

commit 4672d45
Author: David A. Mellis <d.mellis@arduino.cc>
Date:   Mon Nov 05 08:56:49 2012 -0500

	Updating revisions.txt for 1.0.2.

commit 73649c2
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Sun Nov 04 23:39:02 2012 +0100

	Fixed digitalPinToPort and digitalPinToBitMask macros. (thanks to alvesjc)

commit dc97316
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Sun Nov 04 22:55:40 2012 +0100

	Set version to 1.5.1

commit 23c7536
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Sun Nov 04 22:49:14 2012 +0100

	Merged 1.0.2

commit b90f488
Author: David A. Mellis <d.mellis@arduino.cc>
Date:   Sun Nov 04 16:41:09 2012 -0500

	Upping version to 102 (1.0.2).

commit d5e7d0d
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Sun Nov 04 01:05:54 2012 +0100

	Fixed verbose upload. Removed unused platform.txt params.

commit a64d58f
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Sun Nov 04 00:31:41 2012 +0100

	Merge remote-tracking branch 'ffissore/boards-cputype' into ide-1.5.x

commit 969e29b
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Sat Nov 03 23:47:32 2012 +0100

	Do not yield during delayMicroseconds

commit a72cfc3
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Sat Nov 03 20:18:32 2012 +0100

	Fixed analogWrite() when writing on both DACs. Thanks to smay4finger for providing the patch. http://code.google.com/p/arduino/issues/detail?id=1092 http://arduino.cc/forum/index.php/topic,129765.msg980913.html

commit 056ba5f
Author: David A. Mellis <d.mellis@arduino.cc>
Date:   Sat Nov 03 12:37:50 2012 -0400

	Allow spaces in Arduino directory name on linux.

commit 80b52b2
Author: David A. Mellis <d.mellis@arduino.cc>
Date:   Sat Nov 03 12:25:19 2012 -0400

	Pass shell arguments to linux arduino script through to Arduino.

commit 839b58c
Author: David A. Mellis <d.mellis@arduino.cc>
Date:   Fri Nov 02 17:45:57 2012 -0400

	Updating Micro bootloader firmware.

commit 0f23634
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Fri Nov 02 19:48:04 2012 +0100

	{attach,detach}Interrupt() on Due selects directly pin number instead of interrupt number.

commit 7b94626
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Fri Nov 02 18:12:21 2012 +0100

	Added general yield()-hook for cooperative scheduling development (part 2)

commit 036f046
Author: David A. Mellis <d.mellis@arduino.cc>
Date:   Fri Nov 02 09:24:51 2012 -0400

	HardwareSerial: change byte to uint8_t (since byte definition isn't present).

commit f689991
Author: David A. Mellis <d.mellis@arduino.cc>
Date:   Thu Nov 01 10:45:50 2012 -0400

	Adding LilyPad Arduino USB.

commit 98a7ab9
Author: David A. Mellis <d.mellis@arduino.cc>
Date:   Thu Nov 01 08:18:13 2012 -0400

	Merge branch 'micro'

commit d6e9e03
Author: Scott <scott@droolcup.com>
Date:   Wed Oct 31 16:08:20 2012 -0400

	Changed Leonardo only examples to "USB", added

commit d82c8df
Author: Federico Fissore <federico@fissore.org>
Date:   Wed Oct 31 18:08:03 2012 +0100

	updated boards.txt

commit f500462
Author: Federico Fissore <federico@fissore.org>
Date:   Wed Oct 31 18:03:06 2012 +0100

	updated boards.txt

commit 76d25e4
Author: Federico Fissore <federico@fissore.org>
Date:   Wed Oct 31 17:53:40 2012 +0100

	updated boards.txt

commit 1f8b124
Author: Federico Fissore <federico@fissore.org>
Date:   Wed Oct 31 17:48:47 2012 +0100

	updated boards.txt

commit 107c192
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Wed Oct 31 01:37:37 2012 +0100

	Added general yield()-hook for cooperative scheduling development

commit c851f47
Author: Federico Fissore <federico@fissore.org>
Date:   Mon Oct 29 17:56:31 2012 +0100

	fixed board and custom menus order removed readBoardsOrder

commit 9b7f473
Author: Federico Fissore <federico@fissore.org>
Date:   Mon Oct 29 16:40:23 2012 +0100

	new boards menu with custom submenus https://code.google.com/p/arduino/issues/detail?id=257

commit ac1c8f9
Author: David A. Mellis <d.mellis@arduino.cc>
Date:   Sat Oct 27 14:12:26 2012 -0400

	Adding Micro.

commit 7e12aeb
Author: David A. Mellis <d.mellis@arduino.cc>
Date:   Thu Oct 18 15:03:23 2012 -0400

	Updating USB core to work at 8 MHz (different PLLCSR value).

commit 7270624
Author: Cristian Maglie <c.maglie@bug.st>
Date:   Thu Oct 04 20:09:17 2012 +0200

	Command line build. Still requires a display to show GUI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants