Skip to content
Open
Show file tree
Hide file tree
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
147 changes: 62 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"xrpl": "^4.5.0"
"xrpl": "^5.1.0"
},
"resolutions": {
"jest-environment-jsdom": "29.3.1",
Expand Down
8 changes: 7 additions & 1 deletion public/locales/ca-CA/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -945,5 +945,11 @@
"registered": null,
Comment thread
pdp2121 marked this conversation as resolved.
"included": null,
"maintenance_banner.notice": null,
"maintenance_banner.countdown_prefix": null
"maintenance_banner.countdown_prefix": null,
"immutable_flags": null,
"can_enable": null,
"can_enable_flag_tooltip": null,
"immutable": null,
"immutable_flag_tooltip": null,
"immutable_field_tooltip": null
}
8 changes: 7 additions & 1 deletion public/locales/en-US/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,5 +946,11 @@
"registered": "Registered",
"included": "Included",
"maintenance_banner.notice": "Scheduled maintenance: {{window}} (~{{duration}} min downtime).",
"maintenance_banner.countdown_prefix": "Starts in"
"maintenance_banner.countdown_prefix": "Starts in",
"can_enable": "Can Enable",
"can_enable_flag_tooltip": "The issuer can still enable this capability — it has not been permanently locked",
"immutable": "Immutable",
"immutable_flag_tooltip": "This capability has been permanently locked by the issuer and cannot be enabled",
"immutable_field_tooltip": "This field has been permanently locked by the issuer and cannot be changed",
"immutable_flags": "Immutable Flags"
}
8 changes: 7 additions & 1 deletion public/locales/es-ES/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,5 +946,11 @@
"registered": null,
"included": null,
"maintenance_banner.notice": null,
"maintenance_banner.countdown_prefix": null
"maintenance_banner.countdown_prefix": null,
"immutable_flags": null,
"can_enable": null,
"can_enable_flag_tooltip": null,
"immutable": null,
"immutable_flag_tooltip": null,
"immutable_field_tooltip": null
}
8 changes: 7 additions & 1 deletion public/locales/fr-FR/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,5 +946,11 @@
"registered": null,
"included": null,
"maintenance_banner.notice": null,
"maintenance_banner.countdown_prefix": null
"maintenance_banner.countdown_prefix": null,
"immutable_flags": null,
"can_enable": null,
"can_enable_flag_tooltip": null,
"immutable": null,
"immutable_flag_tooltip": null,
"immutable_field_tooltip": null
}
8 changes: 7 additions & 1 deletion public/locales/ja-JP/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,5 +946,11 @@
"registered": null,
"included": null,
"maintenance_banner.notice": null,
"maintenance_banner.countdown_prefix": null
"maintenance_banner.countdown_prefix": null,
"immutable_flags": null,
"can_enable": null,
"can_enable_flag_tooltip": null,
"immutable": null,
"immutable_flag_tooltip": null,
"immutable_field_tooltip": null
}
8 changes: 7 additions & 1 deletion public/locales/ko-KR/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,5 +946,11 @@
"registered": null,
"included": null,
"maintenance_banner.notice": null,
"maintenance_banner.countdown_prefix": null
"maintenance_banner.countdown_prefix": null,
"immutable_flags": null,
"can_enable": null,
"can_enable_flag_tooltip": null,
"immutable": null,
"immutable_flag_tooltip": null,
"immutable_field_tooltip": null
}
8 changes: 7 additions & 1 deletion public/locales/my-MM/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -946,5 +946,11 @@
"registered": null,
"included": null,
"maintenance_banner.notice": null,
"maintenance_banner.countdown_prefix": null
"maintenance_banner.countdown_prefix": null,
"immutable_flags": null,
"can_enable": null,
"can_enable_flag_tooltip": null,
"immutable": null,
"immutable_flag_tooltip": null,
"immutable_field_tooltip": null
}
Loading
Loading