HarikalarKutusu / 3d-voice-chess

A voice driven 3D chess game for learning Voice AI
GNU General Public License v3.0
16 stars 2 forks source link

Add l10n / i18n for UI translations #1

Closed HarikalarKutusu closed 2 years ago

HarikalarKutusu commented 2 years ago

Currently, error messages and titles on icons, etc are hard-coded, We need to choose an l10n / i18n package and implement it.

HarikalarKutusu commented 2 years ago

I started implementing using react-intl but it only works on react-components. On the other hand, we have validation code error checking which is non-react. Using hooks on such low-level stuff is not necessary IMHO.

So react-intl-universal is the way to go.

HarikalarKutusu commented 2 years ago

Handled by #9