You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributor-guide/translation.md
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,41 @@
1
1
# Translator Guide
2
2
3
-
The text of the Arduino IDE interface is translated into several languages. The language can be selected in the dialog opened via **File > Preferences** in the Arduino IDE menus (**Arduino IDE > Preferences** for macOS users).
3
+
The text of the Arduino IDE user interface is translated into several languages. The language can be selected in the dialog opened via **File > Preferences** in the Arduino IDE menus (**Arduino IDE > Preferences** for macOS users).
4
4
5
5
Translating text and improving on existing translations is a valuable contribution to the project, helping make Arduino accessible to everyone.
6
6
7
-
The translations for the text found in the Arduino IDE come from several sources:
7
+
The translations for the text found in Arduino IDE come from several sources:
8
8
9
9
## Arduino IDE Text
10
10
11
+
The text of the Arduino IDE application can be translated to the following languages:
12
+
13
+
- čeština (Czech)
14
+
- Deutsch (German)
15
+
- Dutch
16
+
- español (Spanish)
17
+
- français (French)
18
+
- italiano (Italian)
19
+
- magyar (Hungarian)
20
+
- polski (Polish)
21
+
- português (Portuguese)
22
+
- Türkçe (Turkish)
23
+
- български (Bulgarian)
24
+
- русский (Russian)
25
+
- українська (Ukrainian)
26
+
- 한국어 (Korean)
27
+
- 中文(简体) (Chinese Simplified)
28
+
- 中文(繁體) (Chinese Traditional)
29
+
- 日本語 (Japanese)
30
+
31
+
---
32
+
33
+
⚠ Unfortunately the 3rd party localization system used by the Arduino IDE application imposes a technical limitation to that set of languages. For this reason, we are unable to add support to Arduino IDE for additional languages (see [`arduino/arduino-ide#1447`](https://github.com/arduino/arduino-ide/issues/1447) for details).
34
+
35
+
There is no technical limitation on the set of languages to which **Arduino CLI** can be translated. If you would like to contribute translations for a language not on the above list, you are welcome to [contribute to the **Arduino CLI** project](#arduino-cli-text).
36
+
37
+
---
38
+
11
39
Translations of Arduino IDE's text is done in the "**Arduino IDE 2.0**" project on the **Transifex** localization platform:
0 commit comments