Skip to content

Commit

Permalink
Add the magnifier emoji to the search box on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
awaescher committed Nov 7, 2019
1 parent bac1a37 commit f76bef1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RepoZ.App.Win/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</controls:ZTextBox>

<TextBlock IsHitTestVisible="False"
Text="{DynamicResource Search}"
Text="{DynamicResource SearchWin}"
VerticalAlignment="Center"
FontSize="15"
HorizontalAlignment="Left"
Expand Down
3 changes: 2 additions & 1 deletion RepoZ.App.Win/i18n/de-DE.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:RepoZ.App.Win.i18n"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="Search">Suche</system:String>
<system:String x:Key="Search">Suche</system:String>
<system:String x:Key="SearchWin">🔍 Suche</system:String>
<system:String x:Key="EmptyHint" xml:space="preserve">Hier gibt es noch keine Repositories 😐

Navigiere zu einem Git Repository und wechsle den aktuellen Branch oder ändere eine Datei. RepoZ wird die Änderung erkennen und das Repository hier aufführen.
Expand Down
3 changes: 2 additions & 1 deletion RepoZ.App.Win/i18n/en-us.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:RepoZ.App.Win.i18n"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="Search">Search</system:String>
<system:String x:Key="Search">Search</system:String>
<system:String x:Key="SearchWin">🔍 Search</system:String>
<system:String x:Key="EmptyHint"
xml:space="preserve">There are no repositories yet 😐

Expand Down
1 change: 1 addition & 0 deletions RepoZ.App.Win/i18n/zh-cn.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:local="clr-namespace:RepoZ.App.Win.i18n"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="Search">搜索</system:String>
<system:String x:Key="SearchWin">🔍 搜索</system:String>
<system:String x:Key="EmptyHint" xml:space="preserve">还没有任何仓库记录😐

在计算机上的任何仓库中切换分支以使其显示在此处。
Expand Down

0 comments on commit f76bef1

Please sign in to comment.