You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto it = std::find(langs.begin(), langs.end(), info->CanonicalName);
if (it != langs.end())
std::rotate(langs.begin(), it, it + 1);
}
Install Aegisub on a ko-KR locale Windows computer, and open Aegisub for the first time. The Korean language does not appear at the top of the list. I'm not sure which of the languages already supported by Aegisub still affected by this bug.
The text was updated successfully, but these errors were encountered:
Aegisub/src/aegisublocale.cpp
Lines 96 to 102 in 3a07376
Install Aegisub on a ko-KR locale Windows computer, and open Aegisub for the first time. The Korean language does not appear at the top of the list. I'm not sure which of the languages already supported by Aegisub still affected by this bug.
The text was updated successfully, but these errors were encountered: