Skip to content

Commit

Permalink
Update web-app/django/VIM/apps/instruments/management/commands/import…
Browse files Browse the repository at this point in the history
…_languages.py


fix: replace "VIM" with "UMIL"

Co-authored-by: Dylan Hillerbrand <[email protected]>
  • Loading branch information
kunfang98927 and dchiller authored Sep 24, 2024
1 parent 2748205 commit afb68b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def get_language_details(language_codes):
class Command(BaseCommand):
"""
The import_languages command populates the database with languages in which instrument
names can be provided in VIM. It fetches the language list from Wikidata, retrieves the
names can be provided in UMIL. It fetches the language list from Wikidata, retrieves the
'wikidata_code', 'autonym', and 'en_label', and stores them in the database.
"""

Expand Down

0 comments on commit afb68b1

Please sign in to comment.