Open timmyz opened 5 years ago
normally you could fork and remove react-i18n online-service yourself and maintain local language json files. which are basically as follow steps:
remove i18n script in src/template/index.html
edit src/config/i18n.ts,add your own language label
run and see the result
i noticed it use
i18n
framework, but i didn't find definition files for different translation key-value pairs. i captured the network activities when the page loading, found that it made sometranslation
calls tohttps://api.locize.io
, which seem to be an enterprise level service.so how can i change the translation of a label?