aboutsummaryrefslogtreecommitdiff
path: root/src/mnemonics/japanese.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-08-29mnemonics: fix outrageous compile time with CLANG in releasemoneromooo-monero1-3/+6
from several minutes to 10-15 seconds
2018-03-17simplewallet: new --use-english-language-names flagmoneromooo-monero1-1/+1
On some Windows systems, displaying language names in their own languages freezes the display.
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-04-24Change all wallet language names into native names (and scripts)Nano Akron1-1/+1
2017-04-16Amended software licenses for Portuguese and SpanishNano Akron1-9/+29
2017-03-25mnemonics: misc cleanupmoneromooo-monero1-8/+3
Pass relevant information to the base class instead of overwriting default values later, use objects instead of pointers to objects to avoid having to new objects unnecessarily.
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-07-23change unique_prefix_length=4 for japanese.hDavid Vorick1-1/+1
I ran some tests, and all prefixes seem to be unique for len(3)
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-10-07Variable unique prefix lengths for seedOran Juice1-0/+1
2014-10-05added trim_length to language_base class, added license to langeuage_baseRiccardo Spagni1-1/+2
2014-10-05Uses new Japanese file. Gives credit to dabura667. English file indentation ↵Oran Juice1-457/+457
tabs to spaces.
2014-10-03Don't show Old English as an available optionOran Juice1-1639/+1639
2014-10-02Use reference types on LHS when using language methodsOran Juice1-0/+10
2014-10-02Cut short word lists to 1626 words, added attribution to Electrum, some bug ↵Oran Juice1-2074/+1681
fixes
2014-10-02Restructured language sources to be singletonsOran Juice1-2090/+2066
2014-10-02Separated word lists to header filesOran Juice1-0/+2098