This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
veloren
Watch
1
Star
0
Fork
0
You've already forked veloren
mirror of
https://gitlab.com/veloren/veloren.git
synced
2024-08-30 18:12:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
735e8ab4ec
veloren
/
voxygen
/
i18n
/
src
/
lib.rs
6 lines
75 B
Rust
Raw
Normal View
History
Unescape
Escape
Extract voxygen/src/i18n.rs into own crate - New crate (i18n), currently under voxygen directory - Updated CI to run localization test from i18n, not from voxygen
2021-05-04 08:55:40 +00:00
pub
mod
analysis
;
mod
i18n
;
Extract common/src/assets.rs to own crate This gives us ability to use assets-related code in i18n without depending on whole veloren-common
2021-05-07 11:24:37 +00:00
use
common_assets
as
assets
;
Extract voxygen/src/i18n.rs into own crate - New crate (i18n), currently under voxygen directory - Updated CI to run localization test from i18n, not from voxygen
2021-05-04 08:55:40 +00:00
pub
use
i18n
::
*
;
Reference in New Issue
Copy Permalink