Tiny tweaks
This commit is contained in:
@@ -15,7 +15,7 @@ public interface Product {
|
||||
@NotNull
|
||||
ProductType<?> getType();
|
||||
|
||||
public boolean equals(Product product);
|
||||
boolean equals(Product product);
|
||||
|
||||
@NotNull
|
||||
default String getTranslationKey() {
|
||||
|
||||
@@ -9,6 +9,7 @@ game.trash = M\u00fclltonne
|
||||
game.trash.hover = Zerst\u00f6ren
|
||||
game.storage = Lager
|
||||
game.storage.empty = Leer
|
||||
game.balance = Bilanz
|
||||
game.balance.history = Buchungen
|
||||
game.balance.history.no-data = Noch keine Buchungen
|
||||
game.balance.history.index =
|
||||
|
||||
Reference in New Issue
Block a user