-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for translations #72
Comments
sure, it would be nice! I have not read the specifications for translations, but I'd sure be okay to review a PR on this! |
Sure, I'll gladly look into implementing this. Do you have any pointers on where to start? It isn't quite clear to me what the difference between raw_gtfs and regular gtfs is. |
oups the documentation might be lacking a bit 😰
I think for the translations, you can just add one pub struct RawGtfs {
//... other fields
pub translations: Result<Vec<Translation>, Error>,
} and an easy to use structure in the Would this be easy to use for you? Since you're the first user, you are in the best seat to know what is easy to use 😀 |
It appears progress has stalled. I'm happy to work on this, is that alright? |
sure ! do you have an idea of the best way to represent this in the |
This has indeed been on the back-burner for a while now, and I don't really have the time to spend on it, but if I can help in any way feel free to contact me 🙂 |
What is left for completion? |
The GTFS standard also supports translations in
translations.txt
. It would be nice to have these available too.The text was updated successfully, but these errors were encountered: