NyaaCat / NyaaCore

Code infrastructure for all NyaaCat plugins
MIT License
22 stars 12 forks source link

Depends on LanguageUtils #18

Closed RecursiveG closed 7 years ago

RecursiveG commented 7 years ago

We now maintaining copies of classes from LanguageUtils. (see cat.nyaa.nyaacore.internationalization.I18n*, L10nUtils and I18nUtils)

Since the languages are updated frequently, we may consider drop our own copies and depend on upstream plugin and write some thin wrappers.