We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我问一下如何添加字库
ChineseSubtitleConversionTool/ChineseConvert.cs 这个文件应该怎么改
以下这两种我应该用哪一种
还是说最新版已经不支持添加字库了?
/// <summary> /// 简体字字库 /// </summary> private const string STR_SIMP = "牠"; /// <summary> /// 繁体字字库 /// </summary> private const string STR_TRAD = "它";
/// <summary> /// 简体字字库 /// </summary> private const string STR_SIMP = "牠它"; /// <summary> /// 繁体字字库 /// </summary> private const string STR_TRAD = "牠它";
The text was updated successfully, but these errors were encountered:
增加未转换繁体的字 #25 #26
b9dd20b
参考ChineseConvert.cs
Sorry, something went wrong.
No branches or pull requests
我问一下如何添加字库
ChineseSubtitleConversionTool/ChineseConvert.cs 这个文件应该怎么改
以下这两种我应该用哪一种
还是说最新版已经不支持添加字库了?
The text was updated successfully, but these errors were encountered: