-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
WIP/RFC: add locale folder for helpdb.jl
#2499
Conversation
# "tr" # Turkish U | ||
# "uk_UA" # Ukrainian U | ||
# "zh_CN" # Simplified Chinese A | ||
# "zh_TW" # Traditional Chinese U |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newline, please.
One issue that's immediately clear is that the Travis builders can't produce |
haven't figured it out . Please do not merge, |
You'll need to modify the We'll also need to rework the patchset in any case, so don't worry about it. I'm going to retitle to note the status. |
Does this mean that we can have all the translations in one place? |
I'm trying to put them in one folder. But someone gonna make sure that |
Providing
|
We probably want those commits squashed before this can go in. |
It's very easy to change the way helpdb is loaded, and we will certainly do it to get i18n. |
Would it make sense for this to use the locale environment variables? |
I myself find locale environment variable hard to use, I think that part is beyond my knowledge at present. Besides, I believe there would be some people like to change helpdb's language freely. Inevitably, all translations would be slightly different from original version. There would be in some cases, people would like to see to English version. |
If
sys.ji
in #2498 can be alted,this pull would create a
help
folder in$(BUILD)/share/julia/help/
and
LOCALE
forbase/util.jl
to eval specifichelpdb_what_ever_lang.jl