Improve floating point number formatting
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
"firmament.price": "Checking price for %s",
|
||||
"firmament.price.bazaar": "Bazaar stats:",
|
||||
"firmament.price.bazaar.productid": "Stock id: %s",
|
||||
"firmament.price.bazaar.buy.price": "Buy Price: %.1f",
|
||||
"firmament.price.bazaar.buy.price": "Buy Price: %s",
|
||||
"firmament.price.bazaar.buy.order": "Buy orders: %d",
|
||||
"firmament.price.bazaar.sell.price": "Sell Price: %.1f",
|
||||
"firmament.price.bazaar.sell.price": "Sell Price: %s",
|
||||
"firmament.price.bazaar.sell.order": "Sell orders: %d",
|
||||
"firmament.price.lowestbin": "Lowest BIN: %.1f",
|
||||
"firmament.price.lowestbin": "Lowest BIN: %s",
|
||||
"firmament.repo.reload.network": "Trying to redownload the repository",
|
||||
"firmament.repo.reload.disk": "Reloading repository from disk. This may lag a bit.",
|
||||
"firmament.repo.cache": "Recaching items",
|
||||
@@ -53,6 +53,6 @@
|
||||
"firmament.pv.skills.combat": "Combat",
|
||||
"firmament.pv.skills.social": "Social",
|
||||
"firmament.pv.skills.enchanting": "Enchanting",
|
||||
"firmament.pv.skills.total": "Total Exp: %.1f",
|
||||
"firmament.pv.skills.total": "Total Exp: %s",
|
||||
"firmament.pv.lookingup": "Looking up %s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user