Change transparent font settings #1197
Annotations
1 error and 1 warning
i18n_check
**i18n-check**
<details>
<summary>Errors occurred when merging changes from your branch with the Weblate branch.</summary>
```
Rebasing (1/1)
Auto-merging src/ui/components/DialogTextWidget/DialogTextWidget.tsx
CONFLICT (content): Merge conflict in src/ui/components/DialogTextWidget/DialogTextWidget.tsx
Auto-merging src/ui/components/DialogTitleWidget/DialogTitleWidget.tsx
CONFLICT (content): Merge conflict in src/ui/components/DialogTitleWidget/DialogTitleWidget.tsx
error: could not apply acdb04ab... Design fixes
hint: Resolve all conflicts manually, mark them as resolved with
hint: "git add/rm <conflicted_files>", then run "git rebase --continue".
hint: You can instead skip this commit: run "git rebase --skip".
hint: To abort and get back to the state before "git rebase", run "git rebase --abort".
Could not apply acdb04ab... Design fixes
(1)
```
</details>
**Resolve conflicts according to instructions**
1. Switch to the current branch associated with this pull request.
```
git checkout CHARTS-10652
```
2. Add Weblate as remote. And remove previous upstream with the same name:
```
git remote remove weblate 2> /dev/null
git remote add weblate https://weblate.gravity-ui.com/git/datalens/charts-10652-1823/chartkit-1823/
git -c http.sslVerify=false remote update weblate
```
3. Merge Weblate changes:
```
git merge weblate/CHARTS-10652
```
4. Resolve conflicts:
```
edit ...
git add ...
git commit
```
5. Push changes to upstream repository, Weblate will fetch merge from there:
```
git push origin
```
|
i18n_check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|