Description
This is Issue 926 moved from a Google Code project.
Added by 2012-05-29T09:43:17.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Medium, Milestone-1.0.2, Component-IDE
Original description
What steps will reproduce the problem?
- In Arduino GUI select File -> Preferences
- Select Norwegian as Editor Language
- Restart Arduino software
What is the expected output? What do you see instead?
After the restart of the software, the editor messages/texts should have been displayed in Norwegian, but are still displayed in English.
What version of the Arduino software are you using?
Version 1.0.1
On what operating system?
Windows 7 64bit
Which Arduino board are you using?
N/A
Please provide any additional information below.
The Preferences.java file has a bad reference to the resource files. The language code for the Norwegian translation should be "no_nb" and not "no".
See the following pull request #88