-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[i18n] Change helpdb location w/o rebuilding system image #2498
Comments
Yes, the things in However, i18n is a good argument for doing something different here. |
I assume it should be changed to determine the file name at run time based on locale? |
That sounds like a viable option, as long as there is a fallback to _en. |
@wlbksy Could you post the output of the following:
? |
on Ubuntu useful string on Win7
useful string If we are going to use locale environment variable, we should write OS specific expr. [edit to specific things] |
I've added preliminary support for this. You just have to copy your version of
|
I'll make a new Julia, and report back. |
Note to self: looks like |
Can we close this? |
The README needs to be updated with sphinx as a dependency. |
I don't think it is a dependency for now. As for what you have said, there's an issue for it. #2501 |
Ok - I mixed up things. There was an issue on the debian julia-pkg-devel list about using sphinx. I am guessing that this is because the debian package uses sphinx as part of its build. |
I'm working on generating an Simplified Chinese
helpdb_zh_CN.jl
.But when I put it in the same location of
helpdb.jl
and changebase\util.jl
'sinto
then restart REPL ,type
help()
, it echoesMaybe this path &name have been hard coded into
sys.ji
?Could it be alted so that users can set local locale?
If not, users have to rename their
helpdb_what_ever_language.jl
tohelpdb.jl
and replace the origin one.The text was updated successfully, but these errors were encountered: