Skip to content

Translations update from Hosted Weblate #1408

Translations update from Hosted Weblate

Translations update from Hosted Weblate #1408

Triggered via pull request July 2, 2026 18:01
Status Success
Total duration 3m 24s
Artifacts

ci.yml

on: pull_request
detect-changes
6s
detect-changes
build-and-test
3m 20s
build-and-test
build-android
0s
build-android
build-ios
0s
build-ios
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
detect-changes
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v3, actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test: src/utils/index.ts#L8
'react-native/Libraries/Blob/Blob' React Native deep imports are deprecated. Please use the top level import instead
build-and-test: src/screens/OnboardingScreens/illustrations/PhoneWithShield.tsx#L59
Inline style: { position: 'absolute' }
build-and-test: src/components/SidebarContent/SidebarContent.tsx#L140
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build-and-test: src/components/SidebarContent/SidebarContent.tsx#L131
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
build-and-test: src/components/SidebarContent/SidebarContent.tsx#L123
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component and pass data as props. If you want to allow component creation in props, set allowAsProps option to true