Skip to content

Commit 9131f2d

Browse files
committed
Update README.md with translations project link
1 parent 0b6fc0b commit 9131f2d

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

README.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,30 @@ The Arduino IDE 2.x is a major rewrite, sharing no code with the IDE 1.x. It is
1515
## Download
1616

1717
You can download the latest version from the [software download page on the Arduino website](https://www.arduino.cc/en/software#experimental-software).
18+
1819
### Nightly builds
1920

2021
These builds are generated every day at 03:00 GMT from the `main` branch and
2122
should be considered unstable:
2223

23-
Platform | 32 bit | 64 bit |
24-
--------- | ------------------------ | ------------------------------------------------------------------------------------------------------ |
25-
Linux | | [Nightly Linux 64 bit] |
26-
Linux ARM | [🚧 Work in progress...] | [🚧 Work in progress...] |
27-
Windows | | [Nightly Windows 64 bit installer]<br />[Nightly Windows 64 bit MSI]<br />[Nightly Windows 64 bit ZIP] |
28-
macOS | | [Nightly macOS 64 bit] |
24+
| Platform | 32 bit | 64 bit |
25+
| --------- | ------------------------ | ------------------------------------------------------------------------------------------------------ |
26+
| Linux | | [Nightly Linux 64 bit] |
27+
| Linux ARM | [🚧 Work in progress...] | [🚧 Work in progress...] |
28+
| Windows | | [Nightly Windows 64 bit installer]<br />[Nightly Windows 64 bit MSI]<br />[Nightly Windows 64 bit ZIP] |
29+
| macOS | | [Nightly macOS 64 bit] |
2930

30-
[🚧 Work in progress...]: https://github.com/arduino/arduino-ide/issues/107
31-
[Nightly Linux 64 bit]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Linux_64bit.zip
32-
[Nightly Windows 64 bit installer]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.exe
33-
[Nightly Windows 64 bit MSI]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.msi
34-
[Nightly Windows 64 bit ZIP]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.zip
35-
[Nightly macOS 64 bit]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_macOS_64bit.dmg
31+
[🚧 work in progress...]: https://github.com/arduino/arduino-ide/issues/107
32+
[nightly linux 64 bit]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Linux_64bit.zip
33+
[nightly windows 64 bit installer]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.exe
34+
[nightly windows 64 bit msi]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.msi
35+
[nightly windows 64 bit zip]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_Windows_64bit.zip
36+
[nightly macos 64 bit]: https://downloads.arduino.cc/arduino-ide/nightly/arduino-ide_nightly-latest_macOS_64bit.dmg
3637

3738
> These links return an HTTP `302: Found` response, redirecting to latest
38-
generated builds by replacing `latest` with the latest available build
39-
date, using the format YYYYMMDD (i.e for 2019/Aug/06 `latest` is
40-
replaced with `20190806`)
39+
> generated builds by replacing `latest` with the latest available build
40+
> date, using the format YYYYMMDD (i.e for 2019/Aug/06 `latest` is
41+
> replaced with `20190806`)
4142
4243
## Support
4344

@@ -47,8 +48,8 @@ If you need assistance, see the [Help Center](https://support.arduino.cc/hc/en-u
4748

4849
If you want to report an issue, you can submit it to the [issue tracker](https://github.com/arduino/arduino-ide/issues) of this repository. A few rules apply:
4950

50-
* Before posting, please check if the same problem has been already reported by someone else to avoid duplicates.
51-
* Remember to include as much detail as you can about your hardware set-up, code and steps for reproducing the issue. Make sure you're using an original Arduino board.
51+
- Before posting, please check if the same problem has been already reported by someone else to avoid duplicates.
52+
- Remember to include as much detail as you can about your hardware set-up, code and steps for reproducing the issue. Make sure you're using an original Arduino board.
5253

5354
### Security
5455

@@ -64,10 +65,13 @@ Contributions are very welcome! You can browse the list of open issues to see wh
6465

6566
This repository contains the main code, but two more repositories are included during the build process:
6667

67-
* [vscode-arduino-tools](https://github.com/arduino/vscode-arduino-tools): provides support for the language server and the debugger
68-
* [arduino-language-server](https://github.com/arduino/arduino-language-server): provides the language server that parses Arduino code
68+
- [vscode-arduino-tools](https://github.com/arduino/vscode-arduino-tools): provides support for the language server and the debugger
69+
- [arduino-language-server](https://github.com/arduino/arduino-language-server): provides the language server that parses Arduino code
6970

7071
See the [BUILDING.md](BUILDING.md) for a technical overview of the application and instructions for building the code.
72+
73+
You could also help us having Arduino IDE 2.0 in your language, joining [our translation project inside Transifex](https://www.transifex.com/arduino-1/ide2/dashboard/).
74+
7175
## Donations
7276

7377
This open source code was written by the Arduino team and is maintained on a daily basis with the help of the community. We invest a considerable amount of time in development, testing and optimization. Please consider [donating](https://www.arduino.cc/en/donate/) or [sponsoring](https://github.com/sponsors/arduino) to support our work, as well as [buying original Arduino boards](https://store.arduino.cc/) which is the best way to make sure our effort can continue in the long term.

0 commit comments

Comments
 (0)