Digiturk / wface

Enterprise web application platform based on ReactJS
http://wface.digiturk.io
MIT License
23 stars 5 forks source link

Feature: multi language support some turkish pages like No-Page,error-page etc. #92

Closed kcocalak closed 1 year ago

kcocalak commented 1 year ago

image

mbrn commented 1 year ago

0.3.5 versiyonu ile özellik eklendi. Aşagıdaki kod configuration'a eklenerek wface textleri degistirlebilir. Burada react-i18n gibi libraryler cagrilabilir.

 useTranslation: () => {
    return {
      t: (key: string) => key + "Tranlated"
    }
  }