-
Notifications
You must be signed in to change notification settings - Fork 393
CloudBeaver localization
Not all localization comes from the Cloudbeaver source code, some of it comes from the backend side. So, if you want to, for example, change or create localization for database objects, you need to do it in another repository, that is https://github.com/dbeaver/dbeaver. Here is a guide how you can contribute to DBeaver localization https://github.com/dbeaver/dbeaver/wiki/Localization. To create or improve localization for Cloudbeaver interface follow these steps:
- Open https://github.com/dbeaver/cloudbeaver and fork repository
-
Open Fork and go to File - Clone
-
Enter your Github repository https://github.com/user_name/cloudbeaver and clone it to your local system
- Right click on devel branch and create new branch (name it, for example, italian-localization)
-
Go to local repository files ../repository_name/webapp/packages/core-localization/src/locales. Duplicate en.ts file in the directory and name it as [locale-code].ts (e.g. it.ts for Italian)
-
Open the created file and translate tokens to your language. Change en on [locale-code] in the file here
export const defaultENLocale
.
Here is the structure of the language tokens: ['token-name', 'token-value']. You need to change only the second part: 'token-value'. For example, if you want to translate the Loading... token, which is ['ui_processing_loading', 'Loading...'], it will look like this: ['ui_processing_loading', 'Caricamento in corso...'].
- Go back to Fork, open Local Changes, select your created file and press Stage
- Press Push
- Fill Commit Subject field and and commit the changes
-
Open context menu for your branch and select Push to origin
-
Go to Github and press Compare & pull request in your repository
-
Write a description and create pull request
Here is Github instruction. You can use different IDEs to create pull requests.
- Application overview
- Demo Server
- Administration
- Server configuration
- Create Connection
- Connection Templates Management
- Access Management
-
Authentication methods
- Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
- Single Sign On
- SAML
- OpenID
- AWS OpenID
- AWS SAML
- AWS IAM
- AWS OpenId via Okta
- Snowflake SSO
- Okta OpenId
- Cognito OpenId
- JWT authentication
- Kerberos authentication
- NTLM
- Microsoft Entra ID authentication
- Google authentication
- User credentials storage
- Cloud Explorer
- Cloud storage
- Query Manager
- Drivers Management
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development