Skip to content
New issue

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

如何自己添加字库 #26

Closed
fgr178707 opened this issue Nov 29, 2023 · 1 comment
Closed

如何自己添加字库 #26

fgr178707 opened this issue Nov 29, 2023 · 1 comment

Comments

@fgr178707
Copy link

fgr178707 commented Nov 29, 2023

我问一下如何添加字库

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 = "牠它";

xiaoxinpro added a commit that referenced this issue Nov 30, 2023
@xiaoxinpro
Copy link
Owner

参考ChineseConvert.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants