-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Translation of Pokemon Names #12
Comments
Hey, thanks for the suggestion! I think this is a great idea. One of the things I need to consider however is how much this 'scales out' the amount of files that the repo has to generate, store and serve. As if we support the most common 8 translations (in your example), that will immediately scale out the current size of the calendars by 8x, which then scales out further when considering the potential for the primary timezone expansion. I'd happily do this, but its whether GitHub will like it as a host. I'll keep thinking about it and see if anything else comes to mind. I need to also remove the files from being attached to releases, as that's unnecessary given the website runs on the static file links anyway, that should appease GitHub a little more. |
I can totally see how managing eight versions of each calendar would become very unwieldy. Another solution - albeit maybe not as elegant - could be to include the translations in the details sections of a calendar event. |
I like the idea of adding it to the description! |
Description
First of all, thanks for all the wonderful work that already went into this project!
As a player in a non-english speaking country, I can often not identify which Pokemon will be available during an event,
as the names are often wildly different.
I could of course just look into the app or google the translation, but that creates additional friction.
It would therefore be nicer to just see at a glance which Pokemon will be available during any given event.
Given that this can be implemented and you are willing to do so, there would be 'only' eight official translations per Pokemon.
I also believe it would be enough to only replace the Pokemon's name, as the event names themselves are reoccuring and can be easily remembered.
Desired Behavior
Have an option to subscribe to localized calendars in order to see translated Pokemon names within the calendar events
Additional Context
No response
The text was updated successfully, but these errors were encountered: