Skip to content

CloudBeaver localization

Kseniia edited this page Aug 12, 2021 · 32 revisions

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.

  1. Open https://github.com/dbeaver/cloudbeaver and fork repository

Screenshot 2021-08-12 at 15 14 33

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

3

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

4

  1. Go to local repository files and find the localisation file you want to translate. Create a copy of en.ts file in the directory and name it as [locale-code].ts (e.g. it.ts for Italian)

    Example: ../repository_name/webapp/packages/core-localization/src/locales

  2. 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...'].

  1. Open the branch changes and stage them

Screenshot 2021-08-12 at 15 16 59

  1. Push

Screenshot 2021-08-12 at 15 18 44

and Commit the changes

Screenshot 2021-08-12 at 15 19 08

  1. Push to origin

Screenshot 2021-08-12 at 15 21 39

  1. Go to Github and press Compare & pull request in your repository

  2. Write a description and create pull request

Here is Github instruction. You can use different IDEs to create pull requests.

CloudBeaver Documentation

User Guide

Installation

Configuration

CloudBeaver AWS

CloudBeaver Enterprise Edition

Deployment

Clone this wiki locally