Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Sep 19, 2023
1 parent 34fa3fc commit b94f849
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions edc_constants/internationalization.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
"""
EXTRA_LANG_INFO is a dictionary structure to provide meta information about
'custom' languages not provided by Django (i.e. those not already defined in:
django.conf.locale.LANG_INFO).
EXTRA_LANG_INFO is a dictionary structure to provide meta information
about 'custom' languages not provided by Django (i.e. those not already
defined in: django.conf.locale.LANG_INFO).
Use 2 digit (639-1) code over 3 digit (639-2) code where available
`code` src: https://www.loc.gov/standards/iso639-2/php/code_list.php
`name_local` src: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes
"""

EXTRA_LANG_INFO = {
# Where available, use 2 digit (639-1) code over 3 digit (639-2) code
#
# Codes source: https://www.loc.gov/standards/iso639-2/php/code_list.php
# Local names source: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes
"lg": {
"bidi": False,
"code": "lg",
Expand Down

0 comments on commit b94f849

Please sign in to comment.