Merge pull request #770 from epage/zar

fix(dict): Dont correct currency code
This commit is contained in:
Ed Page 2023-06-26 09:03:49 -05:00 committed by GitHub
commit 2b0c688117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -6,3 +6,4 @@ deques,noun
dequeues,verb
ons,so `add-ons` works
accreting,verb of accrete
zar,currency code for the South African rand

1 nilable used in ruby community
6 dequeues verb
7 ons so `add-ons` works
8 accreting verb of accrete
9 zar currency code for the South African rand

View file

@ -63006,7 +63006,6 @@ yuo,you
yuor,your
yur,your
zaelots,zealots
zar,czar
zars,czars
zealotes,zealots
zealoths,zealots

Can't render this file because it is too large.

View file

@ -308,11 +308,10 @@ static WORD_ZA_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::D
pub static WORD_ZA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
keys: &[
dictgen::InsensitiveStr::Ascii("elots"),
dictgen::InsensitiveStr::Ascii("r"),
dictgen::InsensitiveStr::Ascii("rs"),
],
values: &[&["zealots"], &["czar"], &["czars"]],
range: 1..=5,
values: &[&["zealots"], &["czars"]],
range: 2..=5,
};
static WORD_Y_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::DictTrieNode {