Skip to content

Commit

Permalink
일부 누락된 로컬라이징 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
killkimno committed Sep 25, 2023
1 parent c32da50 commit 21d3266
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions MORT/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions MORT/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<Profiles />
<Settings>
<Setting Name="MORT_VERSION" Type="System.String" Scope="Application">
<Value Profile="(Default)">1.267V</Value>
<Value Profile="(Default)">1.268V</Value>
</Setting>
<Setting Name="LAYER_TEXT" Type="System.String" Scope="Application">
<Value Profile="(Default)">MORT {0}
레이어 번역창</Value>
</Setting>
<Setting Name="MORT_VERSION_VALUE" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">1267</Value>
<Value Profile="(Default)">1268</Value>
</Setting>
<Setting Name="TOOLTIP_LIST" Type="System.String" Scope="Application">
<Value Profile="(Default)">MORT를 처음 쓰시면 그 외-&gt; MORT 사용법을 확인해 주세요,
Expand Down Expand Up @@ -70,7 +70,7 @@ OCR 영역을 빠르게 추가하고 싶을 땐 빠른 OCR 영역을 사용하
<Value Profile="(Default)">색 영역을 이용해 추출한 문장의 폰트색을 지정합니다.</Value>
</Setting>
<Setting Name="MORT_RELEASE" Type="System.String" Scope="Application">
<Value Profile="(Default)">2023 09 06</Value>
<Value Profile="(Default)">2023 09 26</Value>
</Setting>
<Setting Name="TOOLTIP_MULTI_DB" Type="System.String" Scope="Application">
<Value Profile="(Default)">DB 번역문 검색시 OCR 추출 문장에 포함 된 번역문을 모두 가져옵니다.</Value>
Expand Down
1 change: 1 addition & 0 deletions MORT/UIAdvencedOption.cs
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ private void btnFont_Click(object sender, EventArgs e)

public void LocalizeForm()
{
this.LocalizeLabel("Advenced Config");
//버튼
btnApply.LocalizeLabel("Common Apply");
btReset.LocalizeLabel("Common Default");
Expand Down
6 changes: 3 additions & 3 deletions MORT/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@
<applicationSettings>
<MORT.Properties.Settings>
<setting name="MORT_VERSION" serializeAs="String">
<value>1.267V</value>
<value>1.268V</value>
</setting>
<setting name="LAYER_TEXT" serializeAs="String">
<value>MORT {0}
레이어 번역창</value>
</setting>
<setting name="MORT_VERSION_VALUE" serializeAs="String">
<value>1267</value>
<value>1268</value>
</setting>
<setting name="TOOLTIP_LIST" serializeAs="String">
<value>MORT를 처음 쓰시면 그 외-&gt; MORT 사용법을 확인해 주세요,
Expand Down Expand Up @@ -140,7 +140,7 @@ OCR 영역을 빠르게 추가하고 싶을 땐 빠른 OCR 영역을 사용하
<value>색 영역을 이용해 추출한 문장의 폰트색을 지정합니다.</value>
</setting>
<setting name="MORT_RELEASE" serializeAs="String">
<value>2023 09 06</value>
<value>2023 09 26</value>
</setting>
<setting name="TOOLTIP_MULTI_DB" serializeAs="String">
<value>DB 번역문 검색시 OCR 추출 문장에 포함 된 번역문을 모두 가져옵니다.</value>
Expand Down

0 comments on commit 21d3266

Please sign in to comment.