mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 17:41:28 +09:00
Merge pull request #351
a49d917 change unique_prefix_length=4 for japanese.h (David Vorick)
This commit is contained in:
commit
0a86bebddf
@ -1681,7 +1681,7 @@ namespace Language
|
|||||||
"びじゅつかん",
|
"びじゅつかん",
|
||||||
"ひしょ"
|
"ひしょ"
|
||||||
});
|
});
|
||||||
unique_prefix_length = 4;
|
unique_prefix_length = 3;
|
||||||
word_map = new std::unordered_map<std::string, uint32_t>;
|
word_map = new std::unordered_map<std::string, uint32_t>;
|
||||||
trimmed_word_map = new std::unordered_map<std::string, uint32_t>;
|
trimmed_word_map = new std::unordered_map<std::string, uint32_t>;
|
||||||
language_name = "Japanese";
|
language_name = "Japanese";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user