New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Catalan

Filter ↓ Sort ↓ All (44) Translated (0) Untranslated (44) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3
Prio Original string Translation
This lightweight plugin enhances user experience by enabling smooth scrolling for anchor links without the need for jQuery or other dependencies.
Priority: high
You have to log in to add a translation. Details
This lightweight plugin enhances user experience by enabling smooth scrolling for anchor links without the need for jQuery or other dependencies.
Comment

Short description.

You have to log in to edit this translation.

Fast Smooth Scroll
Priority: high
You have to log in to add a translation. Details
Fast Smooth Scroll
Comment

Plugin name.

You have to log in to edit this translation.

You can also contribute to the plugin by translating it. Simply visit <a href="https://translate.wordpress.org/projects/wp-plugins/fast-smooth-scroll">translate.wordpress.org</a> to get started. You have to log in to add a translation. Details
You can also contribute to the plugin by translating it. Simply visit <a href="https://translate.wordpress.org/projects/wp-plugins/fast-smooth-scroll">translate.wordpress.org</a> to get started.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request in the <a href="https://github.com/felixarntz/fast-smooth-scroll">GitHub repository for the plugin</a>. Please stick to the <a href="https://github.com/felixarntz/fast-smooth-scroll/blob/main/CONTRIBUTING.md">contributing guidelines</a>. You have to log in to add a translation. Details
If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request in the <a href="https://github.com/felixarntz/fast-smooth-scroll">GitHub repository for the plugin</a>. Please stick to the <a href="https://github.com/felixarntz/fast-smooth-scroll/blob/main/CONTRIBUTING.md">contributing guidelines</a>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

For regular support requests, please use the <a href="https://wordpress.org/support/plugin/fast-smooth-scroll">wordpress.org support forums</a>. If you have a technical issue with the plugin where you already have more insight on how to fix it, you can also <a href="https://github.com/felixarntz/fast-smooth-scroll/issues">open an issue on GitHub instead</a>. You have to log in to add a translation. Details
For regular support requests, please use the <a href="https://wordpress.org/support/plugin/fast-smooth-scroll">wordpress.org support forums</a>. If you have a technical issue with the plugin where you already have more insight on how to fix it, you can also <a href="https://github.com/felixarntz/fast-smooth-scroll/issues">open an issue on GitHub instead</a>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you don't have a legacy browser handy, you can still test the behavior: You'll need to be logged in as an administrator, and then you can add a query parameter <code>fast_smooth_scroll_debug_polyfill=1</code> to any URL. For example, in case of the home page: You have to log in to add a translation. Details
If you don't have a legacy browser handy, you can still test the behavior: You'll need to be logged in as an administrator, and then you can add a query parameter <code>fast_smooth_scroll_debug_polyfill=1</code> to any URL. For example, in case of the home page:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Most likely, you are using a modern browser which therefore does not trigger the JavaScript polyfill to load. You have to log in to add a translation. Details
Most likely, you are using a modern browser which therefore does not trigger the JavaScript polyfill to load.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

For example, with the following code you would ensure the JavaScript polyfill and even the simple feature detection check are never loaded: You have to log in to add a translation. Details
For example, with the following code you would ensure the JavaScript polyfill and even the simple feature detection check are never loaded:
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Since the JavaScript polyfill is only loaded when needed and is extremely lightweight, there's probably not much value in disabling it. However, if you want to go for the purist solution of only relying on the CSS approach, you can certainly do so, using the built-in filter <code>fast_smooth_scroll_enqueue_scripts</code>, which defaults to <code>true</code>. You have to log in to add a translation. Details
Since the JavaScript polyfill is only loaded when needed and is extremely lightweight, there's probably not much value in disabling it. However, if you want to go for the purist solution of only relying on the CSS approach, you can certainly do so, using the built-in filter <code>fast_smooth_scroll_enqueue_scripts</code>, which defaults to <code>true</code>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The <code>prefers-reduced-motion</code> media query is used to detect such a preference. Note that this only works with the CSS-only solution, as the older browsers that would require the JavaScript polyfill do not support this preference. You have to log in to add a translation. Details
The <code>prefers-reduced-motion</code> media query is used to detect such a preference. Note that this only works with the CSS-only solution, as the older browsers that would require the JavaScript polyfill do not support this preference.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes! For better accessibility, clients that are configured to reduce motion will not be affected by the smooth scroll behavior. You have to log in to add a translation. Details
Yes! For better accessibility, clients that are configured to reduce motion will not be affected by the smooth scroll behavior.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

For example, with the following code you would set a scroll offset of 120 pixels. This works for both the default CSS-only implementation as well as for the JavaScript polyfill. You have to log in to add a translation. Details
For example, with the following code you would set a scroll offset of 120 pixels. This works for both the default CSS-only implementation as well as for the JavaScript polyfill.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

For such situations, the plugin supports setting a scroll offset. You can use the filter <code>fast_smooth_scroll_offset</code> to set such an offset in pixels (default is 0, i.e. no offset). You have to log in to add a translation. Details
For such situations, the plugin supports setting a scroll offset. You can use the filter <code>fast_smooth_scroll_offset</code> to set such an offset in pixels (default is 0, i.e. no offset).
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If the anchor scrolling doesn't end up in exactly the right place, there is a good chance this is happening because your site uses a fixed header or another element that overlaps the main content. You have to log in to add a translation. Details
If the anchor scrolling doesn't end up in exactly the right place, there is a good chance this is happening because your site uses a fixed header or another element that overlaps the main content.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

This plugin doesn't come with a settings screen or options of any kind. You install it, and it just works. You have to log in to add a translation. Details
This plugin doesn't come with a settings screen or options of any kind. You install it, and it just works.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3

Export as