- { item.template_name || __( 'Template' ) }
+ { item.template_name || __( 'Template','templates-patterns-collection' ) }
diff --git a/includes/Admin.php b/includes/Admin.php
index 6352c8e1..4af61a61 100755
--- a/includes/Admin.php
+++ b/includes/Admin.php
@@ -751,6 +751,8 @@ public function enqueue() {
wp_localize_script( 'tiobObd', 'tiobDash', apply_filters( 'neve_dashboard_page_data', $this->get_localization() ) );
wp_enqueue_script( 'tiobObd' );
+ wp_set_script_translations( 'tiobObd', 'templates-patterns-collection' );
+
if ( ! empty( $this->google_fonts ) ) {
$font_chunks = array_chunk( $this->google_fonts, absint( count( $this->google_fonts ) / 5 ) );
foreach ( $font_chunks as $index => $fonts_chunk ) {
@@ -787,6 +789,8 @@ public function enqueue() {
}
wp_localize_script( 'tiob', 'tiobDash', apply_filters( 'neve_dashboard_page_data', $tiob_dash ) );
wp_enqueue_script( 'tiob' );
+
+ wp_set_script_translations( 'tiob', 'templates-patterns-collection' );
}
/**
diff --git a/readme.txt b/readme.txt
index e40b680d..66277a89 100644
--- a/readme.txt
+++ b/readme.txt
@@ -15,27 +15,18 @@ This plugin gives you access to 100+ templates and ready-to-use starter sites. N
= A cloud based templates library which enables you to create or use existing ready-made website with 1-click. =
### More than 100 Starter Sites and Templates available for the most popular page builders ###
-Browse a wide selection of templates and starter sites that are designed to help you build beautiful websites with Elementor and Gutenberg. All templates can be previewed on [demosites.io](https://demosites.io/) and you can seamlessly import them to any of your sites. Whether you're a beginner or a seasoned pro, our templates can help you save time and create stunning websites without any coding knowledge.
-In addition to our Elementor and Gutenberg templates, we also offer a handful of page templates for Beaver Builder. These templates are perfect for creating basic pages such as contact pages, about pages, and blog pages. If you're a Beaver Builder user, be sure to check out our selection of page templates.
-
-### Your own private Templates Cloud [PRO] ###
-Boost productivity and speed up your workflow by saving all your designs and share them automatically to all your sites in 1-click.
-Check more details about this in our [documentation](https://docs.themeisle.com/article/1354-neve-template-cloud-library) guide.
-
-The plugin is relying on the service behind api.themeisle.com for accessing the template collection list and their individual structure on import.
-
-No account is required to access the service template collection and the privacy policy can be found [here](https://themeisle.com/privacy-policy/).
+Browse a wide selection of templates and starter sites that are designed to help you build beautiful websites with Gutenberg. All templates can be previewed on [demosites.io](https://demosites.io/) and you can seamlessly import them to any of your sites. Whether you’re a beginner or a seasoned pro, our templates can help you save time and create stunning websites without any coding knowledge. These templates are perfect for creating basic pages such as contact pages, about pages, and blog pages.
== Frequently Asked Questions ==
= Does it work with any WordPress theme? =
-Right now we are supporting only [Neve](https://wordpress.org/themes/neve/) theme
+Right now we are supporting only the [Neve](https://wordpress.org/themes/neve/) theme.
= Which starter sites and templates are free and which are not? =
You can check the full collection on [demosites.io](https://demosites.io/)
= Can I import just one page from one starter site? =
-Yes, you can. You can either chose to import one template or the entire starter site.
+Yes, you can choose to import either one template or the entire starter site.
== Changelog ==