-
Notifications
You must be signed in to change notification settings - Fork 521
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 (you can use another application) and clone the forked repository https://github.com/.../cloudbeaver to local system

- Create new branch from devel 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 the branch changes 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.
- 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
-
AI Smart assistance
- 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