issues
search
NyaaCat
/
NyaaCore
Code infrastructure for all NyaaCat plugins
MIT License
22
stars
12
forks
source link
Localization stuff need revision
#5
Closed
RecursiveG
closed
7 years ago
RecursiveG
commented
7 years ago
Especially
L10nUtils
and
I18nUtils
If you want an unlocalized string (e.g. tile.sapling.oak.name) or TranslatableComponent, use internationalization.I18n* classes
If you want an localized strings (e.g. Oak Sapling), use LocalizationUtils
I18nUtils is to be removed.
L10nUtils is to be replaced by LocalizationUtils
Especially
L10nUtils
andI18nUtils