Skip to content

Commit

Permalink
fix external error to allow compilation to succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Nov 22, 2024
1 parent 8bed42f commit 6954267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ std::vector<options_manager::id_and_option> options_manager::get_lang_options()
{ "", to_translation( "System language" ) },
};

constexpr std::array<std::pair<const char *, const char *>, 25> language_names = {{
constexpr std::array<std::pair<const char *, const char *>, 26> language_names = {{
// Note: language names are in their own language and are *not* translated at all.
// Note: Somewhere in Github PR was better link to msdn.microsoft.com with language names.
// http://en.wikipedia.org/wiki/List_of_language_names
Expand Down

0 comments on commit 6954267

Please sign in to comment.