[Pkg-isocodes-devel] [iso-codes] 01/05: Add bibliographic code and remove terminology code

Tobias Quathamer toddy at moszumanska.debian.org
Fri Mar 25 22:08:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository iso-codes.

commit e074b6fb1333416ebff04c2d980d4a456ce10dd2
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Fri Mar 25 22:36:09 2016 +0100

    Add bibliographic code and remove terminology code
---
 data/schema-639-3.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/schema-639-3.json b/data/schema-639-3.json
index ca581bc..1ab51d7 100644
--- a/data/schema-639-3.json
+++ b/data/schema-639-3.json
@@ -12,7 +12,7 @@
         "type": "object",
         "properties": {
           "alpha_3": {
-            "description": "Three letter code of the language",
+            "description": "Three letter terminology code of the language",
             "type": "string",
             "pattern": "^[a-z]{3}$"
           },
@@ -46,8 +46,8 @@
             "type": "string",
             "minLength": 1
           },
-          "terminology": {
-            "description": "Three letter terminology code of the language from part 2 (optional)",
+          "bibliographic": {
+            "description": "Three letter bibliographic code of the language from part 2 (optional)",
             "type": "string",
             "pattern": "^[a-z]{3}$"
           }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git



More information about the Pkg-isocodes-devel mailing list