Sort localization string keys alphabetically
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QpjMKWGoiT5aJBzhxvXkwp
This commit is contained in:
@@ -1,23 +1,23 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="price_source">Price Source</string>
|
|
||||||
<string name="btc_to_currency">1 BTC to %1$s</string>
|
|
||||||
<string name="rate_label">Rate</string>
|
|
||||||
<string name="refresh_content_description">Refresh</string>
|
|
||||||
<string name="retry">Retry</string>
|
|
||||||
<string name="bitcoin_section_title">Bitcoin</string>
|
|
||||||
<string name="sats_label">Sats</string>
|
|
||||||
<string name="btc_label">BTC</string>
|
|
||||||
<string name="exceeds_max_supply">Exceeds the 21,000,000 BTC maximum supply</string>
|
|
||||||
<string name="currencies_section_title">Currencies</string>
|
|
||||||
<string name="current_currency_section_title">Current Currency</string>
|
|
||||||
<string name="selected_currencies_section_title">Selected Currencies</string>
|
|
||||||
<string name="add_currency">Add currency</string>
|
<string name="add_currency">Add currency</string>
|
||||||
|
<string name="bitcoin_section_title">Bitcoin</string>
|
||||||
|
<string name="btc_label">BTC</string>
|
||||||
|
<string name="btc_to_currency">1 BTC to %1$s</string>
|
||||||
|
<string name="currencies_section_title">Currencies</string>
|
||||||
<string name="currencies_selected_count">%1$d selected</string>
|
<string name="currencies_selected_count">%1$d selected</string>
|
||||||
<string name="remove_currency_content_description">Remove %1$s</string>
|
<string name="current_currency_section_title">Current Currency</string>
|
||||||
<string name="move_currency_up_content_description">Move %1$s up</string>
|
|
||||||
<string name="move_currency_down_content_description">Move %1$s down</string>
|
|
||||||
<string name="currency_options_content_description">Options for %1$s</string>
|
|
||||||
<string name="currency_option_label">%1$s - %2$s</string>
|
<string name="currency_option_label">%1$s - %2$s</string>
|
||||||
<string name="currency_option_label_local">%1$s - %2$s</string>
|
<string name="currency_option_label_local">%1$s - %2$s</string>
|
||||||
|
<string name="currency_options_content_description">Options for %1$s</string>
|
||||||
<string name="done">Done</string>
|
<string name="done">Done</string>
|
||||||
|
<string name="exceeds_max_supply">Exceeds the 21,000,000 BTC maximum supply</string>
|
||||||
|
<string name="move_currency_down_content_description">Move %1$s down</string>
|
||||||
|
<string name="move_currency_up_content_description">Move %1$s up</string>
|
||||||
|
<string name="price_source">Price Source</string>
|
||||||
|
<string name="rate_label">Rate</string>
|
||||||
|
<string name="refresh_content_description">Refresh</string>
|
||||||
|
<string name="remove_currency_content_description">Remove %1$s</string>
|
||||||
|
<string name="retry">Retry</string>
|
||||||
|
<string name="sats_label">Sats</string>
|
||||||
|
<string name="selected_currencies_section_title">Selected Currencies</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user