Skip to content

Commit

Permalink
Update translation
Browse files Browse the repository at this point in the history
  • Loading branch information
LiMinggang committed May 20, 2024
1 parent 74a5ed2 commit 2d429e7
Show file tree
Hide file tree
Showing 11 changed files with 7,165 additions and 7,150 deletions.
1,428 changes: 715 additions & 713 deletions po/de_DE.po

Large diffs are not rendered by default.

1,429 changes: 716 additions & 713 deletions po/el.po

Large diffs are not rendered by default.

1,428 changes: 715 additions & 713 deletions po/es.po

Large diffs are not rendered by default.

1,428 changes: 715 additions & 713 deletions po/it_IT.po

Large diffs are not rendered by default.

1,429 changes: 716 additions & 713 deletions po/ja_JP.po

Large diffs are not rendered by default.

1,422 changes: 710 additions & 712 deletions po/madedit.pot

Large diffs are not rendered by default.

1,428 changes: 715 additions & 713 deletions po/pl_PL.po

Large diffs are not rendered by default.

1,427 changes: 714 additions & 713 deletions po/ru_RU.po

Large diffs are not rendered by default.

1,459 changes: 730 additions & 729 deletions po/zh_CN.po

Large diffs are not rendered by default.

1,429 changes: 716 additions & 713 deletions po/zh_TW.po

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions src/MadSearchReplaceDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2048,11 +2048,9 @@ void MadSearchReplaceDialog::WxCheckBoxRegexClick(wxCommandEvent& event)
void MadSearchReplaceDialog::OnWxSliderInputSizerCmdScroll(wxCommandEvent& WXUNUSED(event))
{
int times = WxSliderInputSizer->GetValue();
int width = 0, height = 0;
WxButtonFindNext->GetSize(&width, &height);
height *= times;
BoxSizerSearch->SetItemMinSize(m_FindText, width, height);
BoxSizerReplace->SetItemMinSize(m_ReplaceText, width, height);

BoxSizerSearch->SetItemMinSize(m_FindText, m_OriginInputSize.GetWidth(), m_OriginInputSize.GetHeight() * times);
BoxSizerReplace->SetItemMinSize(m_ReplaceText, m_OriginInputSize.GetWidth(), m_OriginInputSize.GetHeight() * times);

if (times == 1)
{
Expand Down

0 comments on commit 2d429e7

Please sign in to comment.