From 103d89d648ad7f23b4d31857cc902983f56b990b Mon Sep 17 00:00:00 2001 From: Sean Barbeau Date: Wed, 29 Apr 2020 13:44:15 -0400 Subject: [PATCH 1/3] fix: Add translations.txt to the files table --- gtfs/spec/en/reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md index 67a16b01b..db48b93e4 100644 --- a/gtfs/spec/en/reference.md +++ b/gtfs/spec/en/reference.md @@ -82,9 +82,12 @@ This specification defines the following files: | [transfers.txt](#transferstxt) | Optional | Rules for making connections at transfer points between routes. | | [pathways.txt](#pathwaystxt) | Optional | Pathways linking together locations within stations. | | [levels.txt](#levelstxt) | Optional | Levels within stations. | +| [translations.txt](#translationstxt) | Optional | Translations of dataset values. | | [feed_info.txt](#feed_infotxt) | Optional | Dataset metadata, including publisher, version, and expiration information. | | [attributions.txt](#attributionstxt) | Optional | Dataset attributions. | +[translations.txt](#translationstxt) + ## File Requirements The following requirements apply to the format and contents of the dataset files: From 931debe7dfad399b41e946a168ce844a4ba3d096 Mon Sep 17 00:00:00 2001 From: Sean Barbeau Date: Wed, 29 Apr 2020 13:46:13 -0400 Subject: [PATCH 2/3] Remove extra text --- gtfs/spec/en/reference.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md index db48b93e4..7e25f8f8e 100644 --- a/gtfs/spec/en/reference.md +++ b/gtfs/spec/en/reference.md @@ -86,8 +86,6 @@ This specification defines the following files: | [feed_info.txt](#feed_infotxt) | Optional | Dataset metadata, including publisher, version, and expiration information. | | [attributions.txt](#attributionstxt) | Optional | Dataset attributions. | -[translations.txt](#translationstxt) - ## File Requirements The following requirements apply to the format and contents of the dataset files: From 513725f0874e901247621f2f617e7718e55a5609 Mon Sep 17 00:00:00 2001 From: Sean Barbeau Date: Tue, 5 May 2020 15:39:52 -0400 Subject: [PATCH 3/3] Update description --- gtfs/spec/en/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md index 7e25f8f8e..fdc5ffb21 100644 --- a/gtfs/spec/en/reference.md +++ b/gtfs/spec/en/reference.md @@ -82,7 +82,7 @@ This specification defines the following files: | [transfers.txt](#transferstxt) | Optional | Rules for making connections at transfer points between routes. | | [pathways.txt](#pathwaystxt) | Optional | Pathways linking together locations within stations. | | [levels.txt](#levelstxt) | Optional | Levels within stations. | -| [translations.txt](#translationstxt) | Optional | Translations of dataset values. | +| [translations.txt](#translationstxt) | Optional | Translations of customer-facing dataset values. | | [feed_info.txt](#feed_infotxt) | Optional | Dataset metadata, including publisher, version, and expiration information. | | [attributions.txt](#attributionstxt) | Optional | Dataset attributions. |