Merge pull request #2484 from XRPLF/update_nft_uri

Update nft_info URI field (en, ja)
This commit is contained in:
Rome Reginelli
2024-03-22 16:08:48 -07:00
committed by GitHub
3 changed files with 15 additions and 13 deletions

View File

@@ -100,7 +100,9 @@ export function Badge(props: {
"廃止": "red", // ja: obsolete
"撤回": "red", // ja: withdrawn/removed/vetoed
"new in": "blue",
"新規": "blue", // ja: new in"
"新規": "blue", // ja: new in
"updated in": "blue",
"更新": "blue", // ja: updated in
"in development": "lightgrey",
"開発中": "lightgrey", // ja: in development
}