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

Update language list #158

Merged
merged 4 commits into from
Sep 24, 2024
Merged

Update language list #158

merged 4 commits into from
Sep 24, 2024

Commits on Sep 17, 2024

  1. feat: update language list

    Refs: #157
    kunfang98927 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    719e930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8e649c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. feat: import wikidata language list

    - Remove "wikidata_id" field of Language model, beacuse the language codes supported by wikidata are not bind with a QID. See:  https://www.wikidata.org/w/api.php?action=help&modules=query%2Blanguageinfo
    - In Django command "import_languages", get the wikidata "language code list" by calling wikidata API; then get the language details for each code also by calling wikidata API
    
    Refs: #157
    kunfang98927 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2748205 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Update web-app/django/VIM/apps/instruments/management/commands/import…

    …_languages.py
    
    
    fix: replace "VIM" with "UMIL"
    
    Co-authored-by: Dylan Hillerbrand <[email protected]>
    kunfang98927 and dchiller authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    afb68b1 View commit details
    Browse the repository at this point in the history