I am trying to implement i18n in PayloadCMS to change the admin interface language to Indonesian #10239
Prantoe
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is the configuration I am using:
export default buildConfig({ i18n: { fallbackLng: 'id', // Fallback language debug: false, // Debug mode resources: { id: { general: { dashboard: 'Dasbor', }, }, }, }, });
I am using PayloadCMS version 2.30.1. I have also tried replacing resources with supportedLanguages, but the issue persists. I’ve reviewed the official i18n documentation but couldn’t find a solution.
Beta Was this translation helpful? Give feedback.
All reactions