Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some languages are very incomplete; warn about this #30

Open
ttencate opened this issue May 15, 2020 · 0 comments
Open

Some languages are very incomplete; warn about this #30

ttencate opened this issue May 15, 2020 · 0 comments
Labels
area:app The app itself area:data Data and processing: audio recordings, photos kind:bug Something isn't working
Milestone

Comments

@ttencate
Copy link
Owner

Some languages are probably only complete to the extent that those birds occur in that region:

$ sqlite master.db
sqlite> select printf('%-5s', language_code), printf('%3d%%', count(*) / 10896.0 * 100.0) from common_names where common_name is not null group by language_code order by language_code;
af   |  9%
ca   | 93%
cs   | 90%
da   | 95%
de   | 98%
en   |100%
es   | 98%
et   | 52%
fi   | 93%
fr   | 99%
hu   | 60%
id   | 14%
is   |  8%
it   | 93%
ja   | 91%
lt   | 92%
lv   | 18%
nl   | 99%
no   | 97%
pl   | 99%
pt   | 53%
ru   | 88%
se   |  8%
sk   |100%
sl   | 10%
sv   | 99%
th   |  9%
uk   | 90%
zh_CN| 99%
zh_TW| 99%

For languages below, say, 80%, we should show something like "Thai (9% complete)" in the language selector menu.

@ttencate ttencate added kind:bug Something isn't working area:app The app itself area:data Data and processing: audio recordings, photos labels May 15, 2020
@ttencate ttencate added this to the Version 1.0 milestone Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:app The app itself area:data Data and processing: audio recordings, photos kind:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant