Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 743 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 743 Bytes

Localize.jl

Build Status

This package is an experiment on Julia's doc string (not entire documentation) localization, Don't use it, but feel free to join the discussion

Localization solution for documentation can be found in JuliaZH.

Utils for Julia Localization.

This package is not registered, and is only available for v0.7+.

Install

(v0.7) pkg> add https://github.com/Roger-luo/Localize.jl.git

julia> using Localize

Develop

(v0.7) pkg> dev https://github.com/Roger-luo/Localize.jl.git#master

(v0.7) pkg> activate Localize

(Localize) pkg>