Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Another fix for Bulgarian translation support
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Sep 6, 2018
1 parent f9479eb commit e4500db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DWS/MainDwsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,10 @@ private void comboBoxLanguageSelect_SelectedIndexChanged(object sender, EventArg
_rm = ru_RU.ResourceManager;
ChangeLanguage();
break;
case "bg-BG":
_rm = bg_BG.ResourceManager;
ChangeLanguage();
break;
case "fa-IR":
_rm = fa_IR.ResourceManager;
ChangeLanguage();
Expand Down

0 comments on commit e4500db

Please sign in to comment.