Skip to content

Commit 58400af

Browse files
committed
fix i18n
1 parent d959ba2 commit 58400af

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Diff for: arduino/cores/cores.go

+11-11
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ type PlatformRelease struct {
5252
ToolDependencies ToolDependencies
5353
DiscoveryDependencies DiscoveryDependencies
5454
MonitorDependencies MonitorDependencies
55-
Help PlatformReleaseHelp `json:"-"`
56-
Platform *Platform `json:"-"`
57-
Properties *properties.Map `json:"-"`
58-
Boards map[string]*Board `json:"-"`
59-
Programmers map[string]*Programmer `json:"-"`
60-
Menus *properties.Map `json:"-"`
61-
InstallDir *paths.Path `json:"-"`
62-
IsIDEBundled bool `json:"-"`
63-
IsTrusted bool `json:"-"`
64-
PluggableDiscoveryAware bool `json:"-"` // true if the Platform supports pluggable discovery (no compatibility layer required)
65-
Monitors map[string]*MonitorDependency
55+
Help PlatformReleaseHelp `json:"-"`
56+
Platform *Platform `json:"-"`
57+
Properties *properties.Map `json:"-"`
58+
Boards map[string]*Board `json:"-"`
59+
Programmers map[string]*Programmer `json:"-"`
60+
Menus *properties.Map `json:"-"`
61+
InstallDir *paths.Path `json:"-"`
62+
IsIDEBundled bool `json:"-"`
63+
IsTrusted bool `json:"-"`
64+
PluggableDiscoveryAware bool `json:"-"` // true if the Platform supports pluggable discovery (no compatibility layer required)
65+
Monitors map[string]*MonitorDependency `json:"-"`
6666
}
6767

6868
// BoardManifest contains information about a board. These metadata are usually

Diff for: i18n/data/en.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -2503,7 +2503,7 @@ msgstr "cleaning build path"
25032503
msgid "command"
25042504
msgstr "command"
25052505

2506-
#: arduino/monitor/monitor.go:157
2506+
#: arduino/monitor/monitor.go:149
25072507
msgid "command '%[1]s' failed: %[2]s"
25082508
msgstr "command '%[1]s' failed: %[2]s"
25092509

@@ -2516,7 +2516,7 @@ msgstr "command '%[1]s' failed: %[2]s"
25162516
msgid "command failed: %s"
25172517
msgstr "command failed: %s"
25182518

2519-
#: arduino/monitor/monitor.go:154
2519+
#: arduino/monitor/monitor.go:146
25202520
msgid "communication out of sync, expected '%[1]s', received '%[2]s'"
25212521
msgstr "communication out of sync, expected '%[1]s', received '%[2]s'"
25222522

@@ -3110,7 +3110,7 @@ msgstr "port"
31103110
msgid "port not found: %[1]s %[2]s"
31113111
msgstr "port not found: %[1]s %[2]s"
31123112

3113-
#: arduino/monitor/monitor.go:246
3113+
#: arduino/monitor/monitor.go:238
31143114
msgid "protocol version not supported: requested %[1]d, got %[2]d"
31153115
msgstr "protocol version not supported: requested %[1]d, got %[2]d"
31163116

@@ -3300,7 +3300,7 @@ msgstr "the platform has no releases"
33003300
msgid "the server responded with status %s"
33013301
msgstr "the server responded with status %s"
33023302

3303-
#: arduino/monitor/monitor.go:147
3303+
#: arduino/monitor/monitor.go:139
33043304
msgid "timeout waiting for message"
33053305
msgstr "timeout waiting for message"
33063306

Diff for: i18n/rice-box.go

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)