C# Class i18n_check.LanguageFile

Inheritance: ILanguageFile
ファイルを表示 Open project: Yadoms/yadoms

Public Methods

Method Description
Check ( ) : bool
LanguageFile ( IModule refModuleFile, string languageFile, IOptions options, IStatistics stat ) : System

Private Methods

Method Description
FindNotTranslatedTokens ( ) : void
FindObsoleteTranslations ( ) : void
WalkStringNode ( JToken node, Action action ) : void

Method Details

Check() public method

public Check ( ) : bool
return bool

LanguageFile() public method

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