8/14/2024
How to add new locale support
Adding New Locale Support
Follow these steps to add new locale support
Step 1: Add the New Locale Support
- Open the appConfig file in
src/lib/appConfig.ts
; - Add the new locale to the
locales
array;
8/14/2024
How to add new locale support
Follow these steps to add new locale support
src/lib/appConfig.ts
;locales
array;