Scrybs Multilingual & Translation is the easiest and fastest way to make your Wordpress site multilingual and translate it in no time. Save 95% of time and efforts spent on translating your website.
The solution is a WordPress plugin that effortlessly syncs with your source content. Once linked, all of your multilingual content is provided on the Scrybs dashboard. Here, you can manage your translations and select to translate the content yourself, use automatic translation tools or our community of professional translators.
Given the importance of Google rankings, the Scrybs Multilingual Plugin follows the best practices for international SEO. All your translations are read by search engines. The Scrybs plugin also provides for URL translation, a key Google indicator.
[youtube
https://www.youtube.com/watch?v=qrg1RI7oObM]
- 64 Languages to translate into
- Fully compatible with all of your favorite WordPress themes and plugins.
- Content is automatically parsed from the HTML source code and pushed to your Scrybs cloud account.
- Manage all of your translations on your Scrybs Dashboard. Here you can order automatic or professional translations as you please.
- Make use of Scrybs approved professional translators within our community.
- 100% SEO ready. The Scrybs multilingual plugin follows the best practices for international Search Engines. Your translated content is provided in HTML so it is easily read and indexed.
- URL translation for more effective user experience and SEO
- Language switcher provided with a number of different customization options
- Continual Support straight from a member of the Scrybs team
Is Scrybs Translation free?
Scrybs is free for small websites with less than 10 pages and one extra language. But you can upgrade anytime in your Scrybs dashboard:
https://scrybs.com/wordpress-multilingual-plugin/
/
This plugin was forked from Weglot and improved in many ways such as URL translation managed remotely, content cache system, translation cache system, ability to use the plugin if Wordpress is installed in a folder, possibility to exclude folders from translation. /
Minimum Requirements for Scrybs Multilingual & Translation
- WordPress 3.0 or greater
- PHP version 5.6 or greater
- URL rewriting activated
- Upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' screen in WordPress
- Get your Scrybs API key by registering through https://scrybs.com/en/auth/registration/plugin
- Use the Translations menu to configure the plugin
- Get your Scrybs API key by registering through https://scrybs.com/en/auth/registration/plugin
- Enter your API key and select your source language.
- Select your target languages and configure your language switcher.
- Tada! Your website is now multilingual, you can edit your translations in your Scrybs dashboard.
1.3.4
- added in the back-end the posibility to enable or disable the use of localisation files
- Added posibility to download languagepacks
- Added infobox to show which languagepacks are already installed
1.3.3.4
- Added Serbia and Croatia Flag
- Fixed front-end flag css, wasnt showing the right flags
- Moved the scraping technology back in to the init action
- Limited the scraping in method "init_function" to front-end and not back-end some plug-ins had problems with it
- added a custom method working with the "local" filter to set the visitors locale so they would benefit from already existing languages files
= 1.3.3.3 =\
Added filter hooks to manipulate the Language Switcher. See example in changelog for howto.
hook #1: scrybs_languages_mainmenu_css
hook #2: scrybs_languages_submenu_css
example:
/
Top level /
add_filter( 'scrybs_languages_submenu_css', 'scrybs_languages_submenu_css', 10, 1 );
/
Submenu /
add_filter( 'scrybs_languages_mainmenu_css', 'scrybs_languages_mainmenu_css', 10, 1 );
function scrybs_languages_mainmenu_css( $css ) { return sprintf( "%s%s", $css, ' add-main-menu-class' ); }\
function scrybs_languages_submenu_css( $css ) { return sprintf( "%s%s", $css, ' add-sub-menu-class' ); }
= 1.3.3.2 =\
Added jQuery in own namespace due some strange behavior with other themes
fixed "Fatal error: Can't use method return value in write context"
1.3.3
- Plan update in settings
- Added link to upgrade plan in settings
- Now displaying a 404 page if no translation is returned
- Added Settings link in plugin list
1.3.2
- fixed typo in language switcher css
- fixed native hreflang link
- Removed empty "res/hashcontent.json" file this would overwrite an already translated website
- Add file creation check "res/hashcontent.json" in the activate_plugin hook.
1.3.1
- Fixed typo in "Shortcode in menu"
- Added Flag of Thailand in the defaults flag list
1.3
- 4 Letter Country code bug on the Homepage fixed
1.2.1
- Added a new Language replacement for the navigation menu. Some Themes do not allow injection in the navigation, please use {{{scrybs_switcher}}}
- Moved the scraping technology in to another action; wp_loaded
1.1.9.2
- Checkbox admin option "Automatic translation" couldnt be unchecked
1.1.9.1
- Checkbox admin option "Dropdown button?" couldnt be unchecked
1.1.9
1.1.8
- Add option to disable the Language Switcher
- Fixed mallformed javascript link
1.1.7
- Fixed Admin jQuery script
- In the post edit screens, users couldn't add tags, images or edit publish settings.
1.1.6
- Added dependecy check for php-intl
- renamed endWith function so it doesnt collide with other plugins and cause fatal error while installing Scrybs Plug-in
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
- Fixed links for wordpress installed in subfolder
- Fixed settings box opening everytime
- Code improvement
1.1.0
- Fixed 404 status on translated pages
- Added Empty cache button
- Added Update/load translated URLs button
- Added Explainer box after installation
- Added Urls/Folders translation exclusions option
1.0.3
- Fixed Arabic flag and RTL direction in cloud
- Not displaying original content in case of no translation to avoid duplicate content