-
Notifications
You must be signed in to change notification settings - Fork 314
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
could you provide a way to localize ? #161
Comments
Hi @6thmonth I think it'd definitely possible after some refactoring of the core framework of the workshopper. I googled a bit on the subject and found that discussion around i18n which lead me to see that there is a new framework workshopper-adventure, which provides the means to make the workshopper translatable. For example, I opened the main file of the learnyounode workshopper which integrates the workshopper-adventure framework. I'd treat this issue as a feature request, which would lead to refactoring of the main module to depend on the new workshopper-adventure framework. Then the translations will be possible via normal pull requests giving translation files. |
that's great news :) I'll looking forward to do that, thanks! best hoony const me = { “name_en”: “Hoony Chang”, “name_kr”: “춘식”, “type”: ["civic hacker”, “freelancer”], “language”: [“javascript”], “sports”: [“basketball”], “contact”: { “email_private”: “[email protected]”, “email_public”: “[email protected]”, “github”: “@6thmonth”, “twitter”: “@6thmonth__" } } On Sun, 06 Nov 2016 at 01:06 Kalin Chernev <
a, pre, code, a:link, body { word-wrap: break-word !important; } Hi I googled a bit on the subject and found that I'd treat this issue as a feature request, which would lead to refactoring of the main module to depend on the new workshopper-adventure framework. Then the translations will be possible via normal pull requests giving translation files. CC — You are receiving this because you were mentioned. Reply to this email directly, |
I don't think it's necessary to port to workshopper-adventure in order to do this, but it would be good to figure this out for adventure. |
I just didn't find any other clue or documentation on the way :) |
@substack It was quite some work to properly translate workshoppers, including extensive work in regards to double-width characters and whatnot. In the interest of maintainability I would welcome if all workshoppers use workshopper-adventure (note: workshopper-adventure should be API compatible (if it isn't -> issue) |
Closing this, since we are using now |
Hi, I'm hoony from Korea.
Could you let me know how to localize this project like i18n?
The text was updated successfully, but these errors were encountered: