i18n(market): route chart interval labels + "Updated" through TR()
Add market_iv_1h/1d/1w/1m and market_updated ("· Updated %s") keys and use them
in the chart interval strip (previously hardcoded "1H"/"1D"/"1W"/"1M") and the
pair-selector attribution line (previously a literal "· Updated %s"). Closes the
audit's i18n gaps in the market tab.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1112,6 +1112,11 @@ void I18n::loadBuiltinEnglish()
|
||||
strings_["market_24h_volume"] = "24H VOLUME";
|
||||
strings_["market_6h"] = "6h";
|
||||
strings_["market_iv_live"] = "Live";
|
||||
strings_["market_iv_1h"] = "1H";
|
||||
strings_["market_iv_1d"] = "1D";
|
||||
strings_["market_iv_1w"] = "1W";
|
||||
strings_["market_iv_1m"] = "1M";
|
||||
strings_["market_updated"] = "\xc2\xb7 Updated %s";
|
||||
strings_["market_vol_short"] = "Vol";
|
||||
strings_["market_cap_short"] = "Cap";
|
||||
strings_["market_attribution"] = "Price data from CoinGecko";
|
||||
|
||||
Reference in New Issue
Block a user