Skip to content

Commit

Permalink
DOC: add link to ISE 639-3 definition (#459)
Browse files Browse the repository at this point in the history
* DOC: add link to ISE 639-3 definition

* Update audformat/core/utils.py

Co-authored-by: ChristianGeng <[email protected]>

---------

Co-authored-by: ChristianGeng <[email protected]>
  • Loading branch information
hagenw and ChristianGeng authored Sep 19, 2024
1 parent d1415fe commit 4fd2ae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions audformat/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,12 @@ def map_file_path(
def map_language(language: str) -> str:
r"""Map language to ISO 639-3.
`ISO 639-3`_ is an international standard for language codes.
It defines three-letter codes for identifying languages,
with the aim to cover all known languages.
.. _ISO 639-3: https://iso639-3.sil.org/code_tables/639/data/
Args:
language: language string
Expand Down

0 comments on commit 4fd2ae1

Please sign in to comment.