Skip to content

Commit

Permalink
【NDS】Move up Danish in the language selection list so that it is in a…
Browse files Browse the repository at this point in the history
…lphabetical order.
  • Loading branch information
skylersaleh committed Jun 29, 2023
1 parent 505cedf commit c62fc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#define SE_LANG_ARMENIAN 15
#define SE_LANG_BENGALI 20
#define SE_LANG_CHINESE 25
#define SE_LANG_DANISH 27
#define SE_LANG_DUTCH 30
#define SE_LANG_FRENCH 35
#define SE_LANG_GERMAN 40
Expand All @@ -18,7 +19,6 @@
#define SE_LANG_PORTUGESE 70
#define SE_LANG_RUSSIAN 75
#define SE_LANG_SPANISH 80
#define SE_LANG_DANISH 85
#define SE_MAX_LANG_VALUE 86

void se_set_language(int language_enum);//i.e. SE_LANG_ENGLISH
Expand Down

0 comments on commit c62fc9b

Please sign in to comment.