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

Merge i18n into master #172

Merged
merged 113 commits into from
Jun 15, 2021
Merged

Merge i18n into master #172

merged 113 commits into from
Jun 15, 2021

Commits on May 4, 2021

  1. Bring in flask-babel

    wasade committed May 4, 2021
    Configuration menu
    Copy the full SHA
    cbb7c81 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    b954800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c6a09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ef40f2 View commit details
    Browse the repository at this point in the history
  4. flake8

    dhakim87 committed May 5, 2021
    Configuration menu
    Copy the full SHA
    6c0b3eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3802c0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Merge pull request #131 from biocore/st_dh_i18n

    Adds messages.pot and first usages of gettext
    wasade authored May 10, 2021
    Configuration menu
    Copy the full SHA
    edb8f47 View commit details
    Browse the repository at this point in the history
  2. Moved static images with text to new en_us folder. Translations will …

    …go into es_mx. Updated links to be replaced by babel in jinja2
    dhakim87 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    b85f4d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b785d View commit details
    Browse the repository at this point in the history
  4. Moved bristol stool chart

    dhakim87 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    7f28c0a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #135 from biocore/st_dh_i18n

    Image localization
    wasade authored May 10, 2021
    Configuration menu
    Copy the full SHA
    ad6af98 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    fb25e4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66682b6 View commit details
    Browse the repository at this point in the history
  3. add scatter to background

    gwarmstrong authored and wasade committed May 11, 2021
    Configuration menu
    Copy the full SHA
    97fddcd View commit details
    Browse the repository at this point in the history
  4. Select the dataset

    wasade committed May 11, 2021
    Configuration menu
    Copy the full SHA
    9392793 View commit details
    Browse the repository at this point in the history
  5. add padding above to scatter

    gwarmstrong authored and wasade committed May 11, 2021
    Configuration menu
    Copy the full SHA
    c4765fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d41601 View commit details
    Browse the repository at this point in the history
  7. restoring scatter

    wasade committed May 11, 2021
    Configuration menu
    Copy the full SHA
    487674c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Base translations

    wasade committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9a3bee1 View commit details
    Browse the repository at this point in the history
  2. en_us -> es_mx

    wasade committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6d82a65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb26dc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d98767 View commit details
    Browse the repository at this point in the history
  5. Edits to choose, store, retrieve preferred language with account. Isn…

    …'t hooked up to actually switch language anywhere though
    dhakim87 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    cc5a460 View commit details
    Browse the repository at this point in the history
  6. __ -> _

    wasade committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ad02919 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #144 from wasade/draft-es_MX

    Draft es_MX
    wasade authored May 18, 2021
    Configuration menu
    Copy the full SHA
    0662227 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. A missing '_'

    wasade committed May 24, 2021
    Configuration menu
    Copy the full SHA
    565399a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Default account language combo box based on browser preference. Match…

    … flask-babel style of en_US
    dhakim87 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    ed9fbc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #150 from wasade/i18n

    A missing '_'
    wasade authored May 25, 2021
    Configuration menu
    Copy the full SHA
    9e92026 View commit details
    Browse the repository at this point in the history
  3. Localization of sample date field. Introduces a hidden normalized fie…

    …ld that is always mm/dd/yyyy. Replaces validation to localize the normalized field on init, and normalize the localized field on validation. Uses the jquery datepicker's i18n extensions for configuring the datepicker
    dhakim87 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    008667e View commit details
    Browse the repository at this point in the history
  4. en-US to en_US everywhere. Hooked browser settings and account langua…

    …ge settings to ApiRequests so that we query surveys in the right language
    dhakim87 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    9b45d5e View commit details
    Browse the repository at this point in the history
  5. Flake8

    dhakim87 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    b246ac8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdf23fe View commit details
    Browse the repository at this point in the history
  7. Merge pull request #145 from biocore/st_dh_account_lang_chooser

    Edit language preference as account detail
    wasade authored May 25, 2021
    Configuration menu
    Copy the full SHA
    a83ab0c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #151 from biocore/st_dh_i18n_datepicker

    i18n datepicker
    wasade authored May 25, 2021
    Configuration menu
    Copy the full SHA
    9864fd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9cdcbe1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b2dab5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    8bc5b61 View commit details
    Browse the repository at this point in the history
  2. Flake8

    dhakim87 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    68bf746 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #153 from biocore/st_dh_normalize_lang_tags

    en-US to en_US and using flask session
    wasade authored May 26, 2021
    Configuration menu
    Copy the full SHA
    a963683 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    331f354 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845856f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cd2df0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db714fd View commit details
    Browse the repository at this point in the history
  5. Update microsetta_interface/implementation.py

    Co-authored-by: Daniel McDonald <[email protected]>
    cassidysymons and wasade authored May 27, 2021
    Configuration menu
    Copy the full SHA
    6c16408 View commit details
    Browse the repository at this point in the history
  6. Update microsetta_interface/implementation.py

    Co-authored-by: Daniel McDonald <[email protected]>
    cassidysymons and wasade authored May 27, 2021
    Configuration menu
    Copy the full SHA
    38ff37e View commit details
    Browse the repository at this point in the history
  7. Update microsetta_interface/implementation.py

    Co-authored-by: Daniel McDonald <[email protected]>
    cassidysymons and wasade authored May 27, 2021
    Configuration menu
    Copy the full SHA
    fdd5593 View commit details
    Browse the repository at this point in the history
  8. Add localized bristol chart

    wasade committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d2f4e65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e16392 View commit details
    Browse the repository at this point in the history
  10. text revision

    wasade committed May 27, 2021
    Configuration menu
    Copy the full SHA
    436ea3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d70b20 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #155 from cassidysymons/i18n

    System Message i18n
    wasade authored May 27, 2021
    Configuration menu
    Copy the full SHA
    ad01f4f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    36742e1 View commit details
    Browse the repository at this point in the history
  2. note flask-babel on reqs

    wasade committed May 28, 2021
    Configuration menu
    Copy the full SHA
    f2fc42f View commit details
    Browse the repository at this point in the history
  3. Compile on install

    wasade committed May 28, 2021
    Configuration menu
    Copy the full SHA
    11c5775 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9a1270 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64ee50f View commit details
    Browse the repository at this point in the history
  6. More deploy items

    wasade committed May 28, 2021
    Configuration menu
    Copy the full SHA
    d80df03 View commit details
    Browse the repository at this point in the history
  7. move decorators into build app

    wasade committed May 28, 2021
    Configuration menu
    Copy the full SHA
    43c48d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    273598f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c50ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2f7c40 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    cassidysymons authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4ab40e1 View commit details
    Browse the repository at this point in the history
  5. Hacky workaround for the hardcoded ' selected' in vue form generator …

    …checklist's Vue template. Will break on updating vfg.js. It is now required to set a global _SELECTED field before including the vfg.js file for i18n
    dhakim87 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a18d715 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50286ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aeeb3cd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #157 from wasade/issues_140_130

    Issues 146 and Bristol images
    wasade authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    cb25d35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee9378e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ca0d89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3fa5c0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52a365e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b828fcb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    28ffdef View commit details
    Browse the repository at this point in the history
  15. Merge pull request #159 from cassidysymons/i18n

    Fix State Selection for Mexico/New Results Page Updates
    wasade authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d1b8e2e View commit details
    Browse the repository at this point in the history
  16. Merge pull request #160 from biocore/st_dh_vfg_selectedi18n

    i18n for Vue Form Generator Checklist "n selected"
    wasade authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    b7404c4 View commit details
    Browse the repository at this point in the history
  17. Add files via upload

    cassidysymons authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6962d3d View commit details
    Browse the repository at this point in the history
  18. Add files via upload

    cassidysymons authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    94551a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Merge pull request #161 from cassidysymons/i18n

    Gracefully Handle Height/Weight Validation on Survey
    wasade authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    b7a5535 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Partially resolve #158

    wasade committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    7f69ccf View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    e743bcc View commit details
    Browse the repository at this point in the history
  2. Flake8

    dhakim87 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    31c20b2 View commit details
    Browse the repository at this point in the history
  3. Update microsetta_interface/implementation.py

    Co-authored-by: Daniel McDonald <[email protected]>
    dhakim87 and wasade authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    a465ae2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bc0676 View commit details
    Browse the repository at this point in the history
  5. translated hero image

    wasade committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    6820bed View commit details
    Browse the repository at this point in the history
  6. Merge pull request #163 from wasade/superticket

    Partially resolve #158
    dhakim87 authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    86f395a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #164 from biocore/st_dh_translate_enums

    Translate Enums in Private API Model Objects
    wasade authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    9926cd6 View commit details
    Browse the repository at this point in the history
  8. revised stool charts

    wasade committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    c7a468f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #165 from wasade/new-bristol

    revised stool charts
    wasade authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    023fd19 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. new translations

    wasade committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    c308bd6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #167 from wasade/deploy-items-again

    new translations
    wasade authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    a1d4122 View commit details
    Browse the repository at this point in the history
  3. fix the image

    wasade committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    328b64c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #168 from wasade/deploy-items-bristol

    fix the image
    wasade authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    f2c23ed View commit details
    Browse the repository at this point in the history
  5. fix #162

    wasade committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    5585383 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Remove extraneous spaces

    wasade authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e27be38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a810b83 View commit details
    Browse the repository at this point in the history
  3. use proper quote marks

    wasade committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    03f866d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. primary questionnaire

    wasade committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    cf6ebb4 View commit details
    Browse the repository at this point in the history
  2. remove extraneous spaces

    wasade committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e707010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4126d57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    697ca17 View commit details
    Browse the repository at this point in the history
  5. Update ci/pip_requirements.txt

    Co-authored-by: Daniel McDonald <[email protected]>
    dhakim87 and wasade authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    dda05bb View commit details
    Browse the repository at this point in the history
  6. Update microsetta_interface/implementation.py

    Co-authored-by: Daniel McDonald <[email protected]>
    dhakim87 and wasade authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    9584760 View commit details
    Browse the repository at this point in the history
  7. Centralized en_us, en_US, es_mx, es_MX and an ordered LANGUAGES dicti…

    …onary for iterating over
    dhakim87 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b67f7c8 View commit details
    Browse the repository at this point in the history
  8. flake8

    dhakim87 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    a0766a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85ffa8c View commit details
    Browse the repository at this point in the history
  10. Update microsetta_interface/templates/new_results_page.jinja2

    Co-authored-by: Daniel McDonald <[email protected]>
    dhakim87 and wasade authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    bbbc6a5 View commit details
    Browse the repository at this point in the history
  11. Update microsetta_interface/templates/new_results_page.jinja2

    Co-authored-by: Daniel McDonald <[email protected]>
    dhakim87 and wasade authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    913f2e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77259b2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    23ed158 View commit details
    Browse the repository at this point in the history
  14. Whoops

    dhakim87 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b4b19d0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    41ab30f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. minor tweaks

    wasade committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    bb43d31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from wasade/instrution-tweak

    Instruction tweak
    wasade authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    7af5c72 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #176 from biocore/st_dh_173

    Centralize en_us en_US es_mx es_MX strings
    wasade authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    69ae61d View commit details
    Browse the repository at this point in the history