-
Notifications
You must be signed in to change notification settings - Fork 537
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:
Note: The images below are taken from Fork. You can use another application to create pull-requests.
- Open https://github.com/dbeaver/cloudbeaver and fork repository

- Clone the forked repository https://github.com/.../cloudbeaver to your local system.

- Create new branch from devel branch (name it, for example, italian-localization).

-
Go to local repository files and find the localisation file you want to translate. Create a copy of
en.tsfile in the directory and name it as [locale-code].ts (e.g.it.tsfor Italian)Example:
../repository_name/webapp/packages/core-localization/src/locales -
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...'].
- Open the branch changes and stage them

- Push

and Commit the changes

- 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.
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development