diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md
index b4569a54..379340e3 100644
--- a/gtfs/spec/en/reference.md
+++ b/gtfs/spec/en/reference.md
@@ -852,7 +852,7 @@ If both referencing methods (`record_id`, `record_sub_id`) and `field_value` are
| Field Name | Type | Presence | Description |
| ------ | ------ | ------ | ------ |
-| `table_name` | Enum | **Required** | Defines the table that contains the field to be translated. Allowed values are:
- `agency`
- `stops`
- `routes`
- `trips`
- `stop_times`
- `pathways`
- `levels`
- `feed_info`
- `attributions`
Any file added to GTFS will have a `table_name` value equivalent to the file name, as listed above (i.e., not including the `.txt` file extension). |
+| `table_name` | Enum | **Required** | Defines the table that contains the field to be translated. Allowed values are:
- `agency`
- `stops`
- `routes`
- `trips`
- `stop_times`
- `rider_categories`
- `fare_media`
- `fare_products`
- `areas`
- `networks`
- `pathways`
- `levels`
- `location_groups`
- `locations`
- `booking_rules`
- `feed_info`
- `attributions`
Any file added to GTFS will have a `table_name` value equivalent to the file name, as listed above (i.e., not including the `.txt` file extension). |
| `field_name` | Text | **Required** | Name of the field to be translated. Fields with type `Text` may be translated, fields with type `URL`, `Email` and `Phone number` may also be “translated” to provide resources in the correct language. Fields with other types should not be translated. |
| `language` | Language code | **Required** | Language of translation.
If the language is the same as in `feed_info.feed_lang`, the original value of the field will be assumed to be the default value to use in languages without specific translations (if `default_lang` doesn't specify otherwise).