Skip to content

Commit 9b2cbe5

Browse files
committed
Fix broken hover styles, add missing tooltip & relevant localization files for "Notifications"
1 parent 6050b4d commit 9b2cbe5

File tree

31 files changed

+60
-32
lines changed

31 files changed

+60
-32
lines changed

game/addons/menu/Code/MenuUI/Layout/MenuHeader/NotificationButton.razor

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<root>
99

10-
<Button onclick="@OpenPopup" Active=@(count > 0) class="circle" Icon="notifications"></Button>
10+
<Button tooltip="#menu.notifications" onclick="@OpenPopup" Active=@(count > 0) class="circle" Icon="notifications"></Button>
1111

1212
@if ( count > 0 )
1313
{
@@ -17,7 +17,6 @@
1717

1818
</root>
1919

20-
2120
@code
2221
{
2322
int count;

game/addons/menu/Localization/ar/menu.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"avatar.toggletype": "التبديل بين الإنسان والمواطن",
1010
"menu.hub": "المركز",
1111
"avatar.change": "تغيير",
12-
"menu.games": "ألعاب"
12+
"menu.games": "ألعاب",
13+
"menu.notifications": "الإشعارات"
1314
}

game/addons/menu/Localization/bg/menu.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"menu.games": "Игри",
1010
"party": "Парти",
1111
"menu.multiplayer": "Сървъри",
12-
"avatar.changetip": "Промени външния си вид"
12+
"avatar.changetip": "Промени външния си вид",
13+
"menu.notifications": "Известия"
1314
}

game/addons/menu/Localization/cs/menu.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"menu.games": "Hry",
1010
"menu.multiplayer": "Servery",
1111
"menu.store": "Obchod",
12-
"menu.maps": "Mapy"
12+
"menu.maps": "Mapy",
13+
"menu.notifications": "Oznámení"
1314
}

game/addons/menu/Localization/da/menu.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"menu.maps": "Kort",
1010
"menu.quit": "Forlad",
1111
"menu.store": "Butik",
12-
"menu.games": "Spil"
12+
"menu.games": "Spil",
13+
"menu.notifications": "Notifikationer"
1314
}

game/addons/menu/Localization/de/menu.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"menu.hub": "Hub",
1010
"menu.games": "Spiele",
1111
"menu.maps": "Karten",
12-
"menu.store": "Laden"
12+
"menu.store": "Laden",
13+
"menu.notifications": "Benachrichtigungen"
1314
}

game/addons/menu/Localization/el/menu.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"menu.settings": "Ρυθμίσεις",
1010
"menu.maps": "Χάρτες",
1111
"menu.multiplayer": "Διακομιστές",
12-
"menu.games": "Παιχνίδια"
12+
"menu.games": "Παιχνίδια",
13+
"menu.notifications": "Ειδοποιήσεις"
1314
}

game/addons/menu/Localization/en-pt/menu.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"menu.store": "Shop",
1010
"menu.maps": "Charts",
1111
"menu.games": "Games",
12-
"menu.multiplayer": "Seas"
12+
"menu.multiplayer": "Seas",
13+
"menu.notifications": "Notices"
1314
}

game/addons/menu/Localization/en/menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"menu.settings": "Settings",
88
"menu.quit": "Quit",
99
"menu.searchplaceholder": "Search..",
10+
"menu.notifications": "Notifications",
1011

1112
"avatar.change": "Change",
1213
"avatar.changetip": "Change your appearance",
1314
"avatar.toggletype": "Switch between human and citizen",
1415

1516
"party": "Party"
16-
1717
}

game/addons/menu/Localization/es-419/menu.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"menu.multiplayer": "Servidores",
1010
"menu.store": "Tienda",
1111
"menu.maps": "Mapas",
12-
"menu.hub": "Centro"
12+
"menu.hub": "Centro",
13+
"menu.notifications": "Notificaciones"
1314
}

0 commit comments

Comments
 (0)