fnitu / edu-hospice

Application developed for SIIT Challenge Accepted – CODVIDHACK 2020
https://edu-hospice.herokuapp.com
2 stars 2 forks source link

Find solution for i18n #10

Closed fnitu closed 4 years ago

fnitu commented 4 years ago

In order to help with content adaptation, all string should be entered in one location.

Possible solutions: http://www.ngx-translate.com/ https://github.com/airbnb/polyglot.js https://i18njs.com/

fnitu commented 4 years ago

ngx-translate was used because of the native Angular support.