trait-kit 0.4.2

Module Standard Interface and Capability Management Center — A lightweight Rust library that provides a standard interface for module definition and Kit capability management.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) 2026 Kirky.X
// SPDX-License-Identifier: MIT
//! 嵌入 FTL 消息文件内容,供 `I18nManager` 在编译时加载。

/// 英文(fallback)消息文件。
pub const EN_FTL: &str = include_str!("en.ftl");

/// 简体中文消息文件。
pub const ZH_FTL: &str = include_str!("zh.ftl");