Skip to content

Commit

Permalink
Updated lang.properties
Browse files Browse the repository at this point in the history
Mirrored changes in lang_en.
  • Loading branch information
roaraf committed May 25, 2026
1 parent 0b51d20 commit b92223c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions millions/src/main/resources/i18n/lang.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Default file to use if there is an error with language locale
# File for the english language

# StartView
newGame = New Game
Expand Down Expand Up @@ -53,6 +53,7 @@ portfolioGross = Gross:
portfolioCommission = Commission:
portfolioTax = Tax:
portfolioTotal = Total:
portfolioProfit = Profit:
sellButton = Sell
portfolioShareQuantity = Qty:
portfolioBuyPrice = Buy price:
Expand All @@ -62,4 +63,4 @@ portfolioCurrentPrice = Current Price:
historyTitle=Transaction History
historyTypePurchase=Purchase
historyTypeSale=Sale
historyCellFormat=Week %d | %s | %s | Qty: %s | Total: $%s
historyCellFormat=Week %d | %s | %s | Price: %s | Qty: %s | Gross: %s | Commission: %s | Tax: %s | Total: $%s | Profit: %s

0 comments on commit b92223c

Please sign in to comment.