routing/Internationalization syntax help
Unanswered
Greenish Elaenia posted this in #help-forum
Greenish ElaeniaOP
In the docs for internationalization, "We can then create a getDictionary function to load the translations for the requested locale:" says NextJS. The example provided use generic codes like "en" for English instead of "en-US". However, this won't do for mandarin. How do I fix this syntax so it is close to the docs but also accomodates traditional/simplified chinese? zh-HANS, zh-HANT