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

Comms Feedback #1 #27

Open
coleweusthem opened this issue Mar 11, 2021 · 8 comments
Open

Comms Feedback #1 #27

coleweusthem opened this issue Mar 11, 2021 · 8 comments

Comments

@coleweusthem
Copy link
Contributor

coleweusthem commented Mar 11, 2021

In English, on the web, we do not add capital letters for each word for titles or buttons.  ionogram data, Learn more about Alouette, Ionograms selected / Total number of ionograms, Select data, Ionograms per month, Data visualization (95% confidence interval), Maximum depth (dans les menus déroulants), Maximum depth [km] (graphique), Estimated mean (graphique), 95% confidence inteval (graphique) , Minimum frequency (menu déroulant en bas)

Example (URL or image)
http://13.88.240.170:8888/alouette/

@coleweusthem
Copy link
Contributor Author

@nfee006 Can I ask what your process is for editing translations, I want to make sure I edit them as expected. Currently I'm just editing the main alouette.py, messages.pot, and messages.po

@nfee006
Copy link
Member

nfee006 commented Mar 23, 2021

That's our workflow as well.

/alouette
pybabel extract -F babel.cfg -o messages.pot .

move the .pot from /alouette to /alouette/translations
cd translations
pybabel update -i messages.pot -d .

edit the .po
pybabel compile -f -d .

recompiles .mo

@coleweusthem
Copy link
Contributor Author

@nfee006 I fixed the conflicts and merged it straight into development

@nfee006
Copy link
Member

nfee006 commented Mar 24, 2021

Perfect, thanks!

@nfee006
Copy link
Member

nfee006 commented Mar 25, 2021

@coleweusthem : just noticed that one slipped by in the data visualization chart

image

@nfee006 nfee006 reopened this Mar 25, 2021
@coleweusthem
Copy link
Contributor Author

@nfee006, this is no longer capitalized in the current branch

@nfee006
Copy link
Member

nfee006 commented May 7, 2021

Certain graph elements have incorrect capitalization.

image
image

@nfee006 nfee006 reopened this May 7, 2021
@coleweusthem
Copy link
Contributor Author

95% confidence interval tries to polyfill in babel. it sees the %c and breaks, the escape is to use %% but when I do that the english decides to show the 2 percentage signs, so I'm trying to figure that out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants