Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 1180509

Browse files
committed
Resource preperations for v1.8.7.x
1 parent a78159d commit 1180509

File tree

2 files changed

+70
-11
lines changed

2 files changed

+70
-11
lines changed

NotepadRs4/NotepadRs4/Strings/en-us/Resources.resw

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,7 @@
178178
<comment>View disposed</comment>
179179
</data>
180180
<data name="AfterUpdate_Body.Text" xml:space="preserve">
181-
<value>- NEW: Share the opened document by pressing the Share-button!
182-
- NEW: Added a exit confirmation dialog that pops up when you try to exit the app with unsaved changes.
183-
- IMPROVED: Various UI updates.
184-
- BUGFIX: Pressing Save doesn't bring up the Save As-dialog once you've saved the file or opened it from a file.
181+
<value>Various small fixes and UX imrpovements to make the app even more fun to use. :)
185182

186183
Happy editing!</value>
187184
<comment>What's new prompt message body</comment>
@@ -339,13 +336,13 @@ Happy editing!</value>
339336
<value>Saved!</value>
340337
<comment>MainPage - Titlebar - File saved text</comment>
341338
</data>
342-
<data name="About_AcknowledgementsFlubase.Content" xml:space="preserve">
339+
<data name="About_AcknowledgementsFlui.Content" xml:space="preserve">
343340
<value>FLUI Framework</value>
344-
<comment>About - Acknowlegdements FluBase title</comment>
341+
<comment>About - Acknowlegdements FLUI Framework Project title</comment>
345342
</data>
346-
<data name="About_AcknowledgementsFlubase.NavigateUri" xml:space="preserve">
343+
<data name="About_AcknowledgementsFlui.NavigateUri" xml:space="preserve">
347344
<value>https://github.com/Team-FLUI/FluiFramework</value>
348-
<comment>About - Acknowlegdements FluBase Project URL</comment>
345+
<comment>About - Acknowlegdements FLUI Framework Project URL</comment>
349346
</data>
350347
<data name="About_AcknowledgementsIntro.Text" xml:space="preserve">
351348
<value>This app makes use of code from the following projects:</value>
@@ -431,4 +428,40 @@ Happy editing!</value>
431428
<value>S</value>
432429
<comment>Unsaved dialog - Save changes - Keyboard accellerator hint</comment>
433430
</data>
431+
<data name="About_Contribute.Content" xml:space="preserve">
432+
<value>Contribute to the project</value>
433+
<comment>About - Contribute content</comment>
434+
</data>
435+
<data name="About_Contribute.NavigateUri" xml:space="preserve">
436+
<value>https://github.com/ikarago/Notepad</value>
437+
<comment>About - Contribute link</comment>
438+
</data>
439+
<data name="About_Kofi.Content" xml:space="preserve">
440+
<value>Buy me a Ko-Fi</value>
441+
<comment>About - Ko-Fi Content</comment>
442+
</data>
443+
<data name="About_Kofi.NavigateUri" xml:space="preserve">
444+
<value>https://ko-fi.com/ikarago</value>
445+
<comment>About - Ko-Fi link</comment>
446+
</data>
447+
<data name="About_Patreon.Content" xml:space="preserve">
448+
<value>Support me on Patreon</value>
449+
<comment>About - Patreon - Content</comment>
450+
</data>
451+
<data name="About_Patreon.NavigateUri" xml:space="preserve">
452+
<value>https://www.patreon.com/ikarago</value>
453+
<comment>About - Patreon link</comment>
454+
</data>
455+
<data name="About_ProjectSupportTitle.Text" xml:space="preserve">
456+
<value>Support us</value>
457+
<comment>About - Support the project title</comment>
458+
</data>
459+
<data name="About_Translate.Content" xml:space="preserve">
460+
<value>Translate the app</value>
461+
<comment>About - Translate content</comment>
462+
</data>
463+
<data name="About_Translate.NavigateUri" xml:space="preserve">
464+
<value>https://github.com/ikarago/Notepad</value>
465+
<comment>About - Translate link</comment>
466+
</data>
434467
</root>

NotepadRs4/NotepadRs4/Views/Dialogs/AboutDialog.xaml

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
NavigateUri="https://github.com/windows-toolkit/WindowsCommunityToolkit"/>
127127

128128
<!-- FluBase -->
129-
<HyperlinkButton x:Uid="About_AcknowledgementsFlubase"
129+
<HyperlinkButton x:Uid="About_AcknowledgementsFlui"
130130
Content="FLUI Framework"
131131
NavigateUri="https://github.com/Team-FLUI/FluiFramework"/>
132132
</StackPanel>
@@ -156,6 +156,32 @@
156156
<HyperlinkButton x:Uid="About_GitHubLink"
157157
Content="GitHub project"/>
158158
</StackPanel>
159+
160+
<!-- Support us -->
161+
<StackPanel Margin="{ThemeResource DialogCategoryMargin}">
162+
<StackPanel Orientation="Horizontal"
163+
Margin="{ThemeResource DialogTitleMargin}">
164+
<TextBlock Text="&#xED59;"
165+
Style="{ThemeResource FluentTitleIconStyle}"/>
166+
<TextBlock x:Uid="About_ProjectSupportTitle"
167+
Text="Support us"
168+
Style="{ThemeResource FluentTitleTextStyle}" />
169+
</StackPanel>
170+
171+
172+
<!-- Contribute -->
173+
<HyperlinkButton x:Uid="About_Contribute"
174+
Content="Contibute to the project on GitHub"/>
175+
<!-- Translate -->
176+
<HyperlinkButton x:Uid="About_Translate"
177+
Content="Translate the app"/>
178+
<!-- Patreon -->
179+
<HyperlinkButton x:Uid="About_Patreon"
180+
Content="Support me on Patreon"/>
181+
<!-- Ko-Fi -->
182+
<HyperlinkButton x:Uid="About_Kofi"
183+
Content="Buy me a Ko-Fi"/>
184+
</StackPanel>
159185
</StackPanel>
160186

161187
</ScrollViewer>
@@ -167,13 +193,13 @@
167193
Height="72"
168194
Width="72"
169195
Opacity="0.25"
170-
Visibility="Visible"
196+
Visibility="Collapsed"
171197
HorizontalAlignment="Right"
172198
VerticalAlignment="Bottom"/>
173199

174200
<FontIcon Grid.Row="1"
175201
Canvas.ZIndex="5"
176-
Visibility="Collapsed"
202+
Visibility="Visible"
177203
Glyph="&#xE946;"
178204
FontSize="72"
179205
Foreground="{ThemeResource SystemControlForegroundBaseLowBrush}"

0 commit comments

Comments
 (0)