mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
33 lines
886 B
Rust
33 lines
886 B
Rust
|
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
||
|
|
||
|
/// Localization for "global" Euskara
|
||
|
(
|
||
|
metadata: (
|
||
|
language_name: "Euskara",
|
||
|
language_identifier: "eu",
|
||
|
),
|
||
|
convert_utf8_to_ascii: false,
|
||
|
fonts: {
|
||
|
"opensans": Font (
|
||
|
asset_key: "voxygen.font.OpenSans-Regular",
|
||
|
scale_ratio: 1.0,
|
||
|
),
|
||
|
"metamorph": Font (
|
||
|
asset_key: "voxygen.font.Metamorphous-Regular",
|
||
|
scale_ratio: 1.0,
|
||
|
),
|
||
|
"alkhemi": Font (
|
||
|
asset_key: "voxygen.font.Alkhemikal",
|
||
|
scale_ratio: 1.0,
|
||
|
),
|
||
|
"wizard": Font (
|
||
|
asset_key: "voxygen.font.wizard",
|
||
|
scale_ratio: 1.0,
|
||
|
),
|
||
|
"cyri": Font (
|
||
|
asset_key: "voxygen.font.haxrcorp_4089_cyrillic_altgr_extended",
|
||
|
scale_ratio: 1.0,
|
||
|
),
|
||
|
}
|
||
|
)
|