Assume that we are adding a new translation for new
.
app/locales/en.ts
to app/locales/new.ts
;new.ts
, change const en: LocaleType =
to const new: PartialLocaleType
, and export default new;
;app/locales/index.ts
:import new from './new.ts'
;new
to ALL_LANGS
;new: "new lang"
to ALL_LANG_OPTIONS
;new.ts
;