Replies: 1 comment
-
|
Hi, web console support i18n module, if you have default language another language in OS then i18n module set only this language + english, in new betterdesk 3.1 web panel i want add support for all languages without any limitations |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi everyone,
I'm trying to add Arabic language support to BetterDesk Console. I have followed the CONTRIBUTING_TRANSLATIONS.md guide and performed the following steps:
Created a new translation file named ar.json based on the English template.
Included the required metadata in the file, specifically setting "direction": "rtl" and the correct language codes.
Uploaded the file to the correct directory at BetterDeskConsole\lang\ar.json
Restarted the service/container to ensure the changes are picked up.
The Issue:
Despite these steps, the Arabic option does not appear in the top language selector. The interface still only shows the two default languages.
My Questions:
Are there any additional configuration files or "index" files where I need to register the new language?
Is there a specific cache that needs to be cleared for the i18n system to detect the new JSON file?
Are there any backend API steps required to "activate" a newly added language?
I would appreciate any guidance on how to make the system recognize the new translation file.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions