diff --git a/.tx/config b/.tx/config index 4dac3e96..4ece370d 100644 --- a/.tx/config +++ b/.tx/config @@ -1357,6 +1357,12 @@ source_file = .tx/translations/glossary/en/testnet.yaml source_lang = en type = GITHUBMARKDOWN +[bitcoinorg.glossary-token] +file_filter = .tx/translations/glossary//token.yaml +source_file = .tx/translations/glossary/en/token.yaml +source_lang = en +type = GITHUBMARKDOWN + [bitcoinorg.glossary-transaction-fee] file_filter = .tx/translations/glossary//transaction-fee.yaml source_file = .tx/translations/glossary/en/transaction-fee.yaml diff --git a/_data/glossary/en/token.yaml b/_data/glossary/en/token.yaml new file mode 100644 index 00000000..7984fa6a --- /dev/null +++ b/_data/glossary/en/token.yaml @@ -0,0 +1,30 @@ +--- +# This file is licensed under the MIT License (MIT) available on +# http://opensource.org/licenses/MIT. + +required: + #-------------40 characters-------------# + title_max_40_characters_no_formatting: Token + + summary_max_255_characters_no_formatting: > + A token is a programmable digital asset with its own codebase that resides + on an already existing block chain. Tokens are used to help facilitate the + creation of decentralized applications. + + synonyms_shown_in_glossary_capitalize_first_letter: + - Token + +optional: + synonyms_and_pluralizations_not_shown_in_glossary: + - Initial coin offering + + not_to_be_confused_with_capitalize_first_letter: + - Bitcoins + - Satoshis + - Security token + - Denominations + + links_html_or_markdown_style_capitalize_first_letter: + - "[Token](https://en.bitcoinwiki.org/wiki/Token) --- Bitcoin Wiki" + +--- \ No newline at end of file