C# 클래스 i18n_check.LanguageFile

상속: ILanguageFile
파일 보기 프로젝트 열기: Yadoms/yadoms

공개 메소드들

메소드 설명
Check ( ) : bool
LanguageFile ( IModule refModuleFile, string languageFile, IOptions options, IStatistics stat ) : System

비공개 메소드들

메소드 설명
FindNotTranslatedTokens ( ) : void
FindObsoleteTranslations ( ) : void
WalkStringNode ( JToken node, Action action ) : void

메소드 상세

Check() 공개 메소드

public Check ( ) : bool
리턴 bool

LanguageFile() 공개 메소드

public LanguageFile ( IModule refModuleFile, string languageFile, IOptions options, IStatistics stat ) : System
refModuleFile IModule
languageFile string
options IOptions
stat IStatistics
리턴 System