Skip to content

Translation pt_br#936

Open
txuintxunfly wants to merge 24 commits into
bitcoin-core:masterfrom
txuintxunfly:pt_br-translation
Open

Translation pt_br#936
txuintxunfly wants to merge 24 commits into
bitcoin-core:masterfrom
txuintxunfly:pt_br-translation

Merge branch 'master' into pt_br-translation

931ae87
Select commit
Loading
Failed to load commit list.
Cirrus CI / Bundler build failed Sep 19, 2025 in 2m 26s

Task Summary

Instruction build_and_test failed in 02:18

Details

✅ 00:02 clone
✅ 00:01 bootstrap
✅ 00:02 bundler
❌ 02:18 build_and_test


59 │   font-size: 0rem + $size / $doc-font-size;
   │                     ^^^^^^^^^^^^^^^^^^^^^^

    mixins.scss 59:21                               font-size()
    typography.scss 13:2                            @import
    /tmp/cirrus-ci-build/assets/css/main.scss 16:9  root stylesheet
DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div(round($doc-line-height / $size * 10000), 10000) or calc(round($doc-line-height / $size * 10000) / 10000)

More info and automated migrator: https://sass-lang.com/d/slash-div


60 │   line-height: 0 + round($doc-line-height / $size*10000) / 10000;
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    mixins.scss 60:20                               font-size()
    typography.scss 13:2                            @import
    /tmp/cirrus-ci-build/assets/css/main.scss 16:9  root stylesheet
DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($doc-line-height, $doc-font-size) or calc($doc-line-height / $doc-font-size)

More info and automated migrator: https://sass-lang.com/d/slash-div


62 │   margin-bottom: 0rem + ($doc-line-height / $doc-font-size);
   │                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    mixins.scss 62:26                               font-size()
    typography.scss 13:2                            @import
    /tmp/cirrus-ci-build/assets/css/main.scss 16:9  root stylesheet
DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.

Recommendation: math.div($size, $doc-font-size) or calc($size / $doc-font-size)

More info and automated migrator: https://sass-lang.com/d/slash-div


82 │   font-size: 0rem + $size / $doc-font-size;
   │                     ^^^^^^^^^^^^^^^^^^^^^^

    mixins.scss 82:21                               font()
    typography.scss 60:2                            @import
    /tmp/cirrus-ci-build/assets/css/main.scss 16:9  root stylesheet
WARNING: 25 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
                    done in 136.164 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
## Check for broken Markdown reference-style links that are displayed in text unchanged, e.g. [broken][broken link]
! find _site/ -name '*.html' | xargs grep ']\[' | grep -v skip-test | grep .
_site/pt_br/list/announcements/join/index.html:<p>Inscreva-se no feed RSS abaixo ou na lista de email do [bitcoin-core-dev][].</p>
make: *** [Makefile:21: test-fast] Error 1

Exit status: 2����������������������������������������