Menu

#968 French displayed wrongly in language picker

2.0 Series
closed-fixed
5
2016-12-30
2010-03-31
quoth002
No

Nsis, 2.46:
There is a bug in French.nsh which causes French always to be displayed as "French" in the language picker dialog. However, the native name "Français" should be displayed here, just like with all the other languages, and "French" only when the encoding does not allow it.
The line
!insertmacro LANGFILE "French" "French"
should be changed to
!insertmacro LANGFILE "French" "Français"

Discussion

  • quoth002

    quoth002 - 2010-03-31
     
  • Anders

    Anders - 2016-12-30
    • labels: Language File --> Language File, translation
    • status: open --> closed-fixed
     

Log in to post a comment.