asc-csa / AlouetteApp

🛰️ Cette application permet aux utilisateurs de filtrer les ionogrammes du satellite Alouette et télécharger les données extraites ou les images des ionogrammes | 🛰️ This application allows users to filter ionograms from the Alouette satellite and download either the selected ionograms’ extracted features or the ionogram images themselves.
https://donnees-data.asc-csa.gc.ca/alouette
Other
7 stars 4 forks source link

Comms Feedback #1 #27

Open coleweusthem opened 3 years ago

coleweusthem commented 3 years ago

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 commented 3 years ago

@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 commented 3 years ago

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 commented 3 years ago

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

nfee006 commented 3 years ago

Perfect, thanks!

nfee006 commented 3 years ago

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

image

coleweusthem commented 3 years ago

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

nfee006 commented 3 years ago

Certain graph elements have incorrect capitalization.

image image

coleweusthem commented 3 years ago

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.