Skip to content

Commit

Permalink
Remove leftover occurrence of be@latin
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Dec 2, 2024
1 parent 112bedc commit f9381ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uilang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ wxArrayString PoeditTranslationsLoader::GetAvailableTranslations(const wxString&
for (auto& lang: all)
lang = as_tag(lang);
all.push_back("en");
all.push_back("be_Latn");

return all;
}
Expand Down

0 comments on commit f9381ee

Please sign in to comment.