30 lines
845 B
Plaintext
30 lines
845 B
Plaintext
|
/// Localization for Traditional Chinese
|
||
|
(
|
||
|
metadata: (
|
||
|
language_name: "繁體中文 (Traditional Chinese)",
|
||
|
language_identifier: "zh-Hant",
|
||
|
),
|
||
|
convert_utf8_to_ascii: false,
|
||
|
fonts: {
|
||
|
"opensans": Font (
|
||
|
asset_key: "voxygen.font.NotoSansTC-Regular",
|
||
|
scale_ratio: 1.0,
|
||
|
),
|
||
|
"metamorph": Font (
|
||
|
asset_key: "voxygen.font.NotoSansTC-Regular",
|
||
|
scale_ratio: 1.0,
|
||
|
),
|
||
|
"alkhemi": Font (
|
||
|
asset_key: "voxygen.font.NotoSansTC-Regular",
|
||
|
scale_ratio: 1.0,
|
||
|
),
|
||
|
"wizard": Font (
|
||
|
asset_key: "voxygen.font.NotoSansTC-Regular",
|
||
|
scale_ratio: 1.0,
|
||
|
),
|
||
|
"cyri": Font (
|
||
|
asset_key: "voxygen.font.NotoSansTC-Regular",
|
||
|
scale_ratio: 1.0,
|
||
|
),
|
||
|
}
|
||
|
)
|