thrift-related/thrift-files/meowment/LanguageData.thrift
2026-01-19 21:11:05 +08:00

16 lines
277 B
Thrift

namespace netstd Byway.Thrift.Data
struct LanguageDataItem
{
1:i32 Id, // 编号
2:string Key, // 键
3:string En_US, // 英文
4:string Zh_CN, // 简体中文
5:string Pt_BR, // 葡萄牙语(巴西)
}
struct LanguageData
{
1:map<i32,LanguageDataItem> languagedatas,
}