Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement ₿ as currency symbol #3019

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in src/i18n/locales/en/translation.json

View workflow job for this annotation

GitHub Actions / Check source translation file for changes

Translation source translation.home.allowance_view.sats has changed

Consider running `node scripts/remove-outdated-translations.js translation.home.allowance_view.sats` to reset existing translations.

Check warning on line 1 in src/i18n/locales/en/translation.json

View workflow job for this annotation

GitHub Actions / Check source translation file for changes

Translation source common.sats_one has changed

Consider running `node scripts/remove-outdated-translations.js common.sats_one` to reset existing translations.

Check warning on line 1 in src/i18n/locales/en/translation.json

View workflow job for this annotation

GitHub Actions / Check source translation file for changes

Translation source common.sats_other has changed

Consider running `node scripts/remove-outdated-translations.js common.sats_other` to reset existing translations.
"translation": {
"welcome": {
"title": "Welcome to Alby",
Expand Down Expand Up @@ -363,7 +363,7 @@
},
"allowance_view": {
"budget_spent": "Budget spent",
"sats": "sats",
"sats": "",
"no_transactions": "No transactions on <0>{{name}}</0> yet.",
"total_spent": "Total spent",
"total_payments": "Total payments",
Expand Down Expand Up @@ -972,8 +972,8 @@
"connected_sites": "Connected Sites",
"wallet": "Wallet",
"full_screen": "Full Screen",
"sats_one": "sat",
"sats_other": "sats",
"sats_one": "",
"sats_other": "",
"loading": "loading",
"amount": "Amount",
"optional": "Optional",
Expand Down
Loading