ilikecats567 / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Norwegian translation is not activated when selected in Preferences #926

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In Arduino GUI select File -> Preferences
2. Select Norwegian as Editor Language
3. 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 https://github.com/arduino/Arduino/pull/88

Original issue reported on code.google.com by rune.fau...@gmail.com on 29 May 2012 at 9:43

GoogleCodeExporter commented 9 years ago
The Norwegian translation can be activated by editing the preferences file 
manually, and setting the following property:

editor.languages.current=no_nb

Original comment by rune.fau...@gmail.com on 29 May 2012 at 12:37

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/ca181e33181d521a0e09b806060741b2d5329e
0a

Original comment by dmel...@gmail.com on 30 May 2012 at 12:59