From 7ac1c6f554eee0b4229b2e6c948304110c9e6460 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 26 Sep 2019 07:51:41 +0300 Subject: [PATCH] README.md: Update comment about ISO 639-3 The pycountry library is actually using ISO 639-3 apparently. See: https://pypi.org/project/pycountry/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f98bbad..eda7886 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Requires Python 3.6 or greater. CSV and Excel support comes from the [Pandas](ht ## Functionality - Validate dates, ISSNs, ISBNs, and multi-value separators ("||") -- Validate languages against ISO 639-1 (alpha2) and ISO 639-2 (alpha3) +- Validate languages against ISO 639-1 (alpha2) and ISO 639-3 (alpha3) - Validate subjects against the AGROVOC REST API (see the `--agrovoc-fields` option) - Fix leading, trailing, and excessive (ie, more than one) whitespace - Fix invalid multi-value separators (`|`) using `--unsafe-fixes`