Skip to content

Commit

Permalink
0.0.10 - Updated translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ponlawat-w committed Dec 8, 2023
1 parent 9c1b4a3 commit 21b67c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
0.0.8
- Updated `GTFSFareTransferRule`
0.0.7
- Updated `GTFSFareProduct`
0.0.0 ~ 0.0.6
- Initial version.
- Minor updates.
Updated translation
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gtfs-io",
"type": "module",
"version": "0.0.9",
"version": "0.0.10",
"description": "IO operations for reading and writing GTFS datasets and GTFS type definitions.",
"main": "dist/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/files/translation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type TranslationByRecordID = {
/** Defines the record that corresponds to the field to be translated. */
record_id: string,
/** Helps the record that contains the field to be translated when the table doesn’t have a unique ID. */
record_sub_id: string|number,
record_sub_id?: string|number,
/** Instead of defining which record should be translated by using `record_id` and `record_sub_id`, this field can be used to define the value which should be translated. */
field_value?: undefined|''
};
Expand Down

0 comments on commit 21b67c2

Please sign in to comment.