mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
98c37d0b28
- Add font configuration in internationalization files - Scale font size using a configurable ratio - Add a script to identify translation item statuses using Git metadata - Execute the i18n script in a new gitlab-ci step (delayed) - Clone haxrcorp_4089_cyrillic_altgr font (haxrcorp_4089_cyrillic_altgr_extended) to add some additional latin characters (mainly for French)
7 lines
85 B
Rust
7 lines
85 B
Rust
/// Used by benchmarks
|
|
pub mod mesh;
|
|
pub mod render;
|
|
|
|
// Used by tests
|
|
pub mod i18n;
|