I18N
Currently, exsied only supports English(en), French(fr), German(de), Russian(ru), Spanish(es), Simplified Chinese(zh-Hans), and Traditional Chinese(zh-Hant).
You can add a locale
parameter in exsied.init
to set a default locale, or use the following functions to set a new locale.
Notice: Changing the locale after exsied.init
will require reinitializing exsied . Developers should backup the content first.
Add support for other locales
Setp1: serach all words
Search t('
in your IDE.