Title: Evertongue
Author: Photricity Web Design
Published: <strong>02.06.2026</strong>
Last modified: 02.06.2026

---

ჩადგმების ძებნა

![](https://ps.w.org/evertongue/assets/banner-772x250.png?rev=3558330)

![](https://ps.w.org/evertongue/assets/icon-256x256.png?rev=3558330)

# Evertongue

 ავტორი: [Photricity Web Design](https://profiles.wordpress.org/photricity/)

[ჩამოტვირთვა](https://downloads.wordpress.org/plugin/evertongue.1.0.1.zip)

 * [დეტალები](https://ka.wordpress.org/plugins/evertongue/#description)
 * [მიმოხილვა](https://ka.wordpress.org/plugins/evertongue/#reviews)
 *  [დაყენება](https://ka.wordpress.org/plugins/evertongue/#installation)
 * [დეველოპმენტი](https://ka.wordpress.org/plugins/evertongue/#developers)

 [მხარდაჭერა](https://wordpress.org/support/plugin/evertongue/)

## აღწერა

Evertongue helps WordPress sites carry one message across many languages without
the overhead of a heavyweight multilingual system.

It was built for teams who need more than a handful of translations. Many popular
translation plugins work well for a few languages, then become hard to manage as
the language list grows. Evertongue keeps the workflow intentionally simple: real
WordPress pages and posts, predictable language URLs, focused string translation,
and switchers that remain usable when your audience spans dozens of languages.

Inspired by Revelation 5:9, “every tribe and tongue and people and nation,” Evertongue
is for mission-driven teams working to make their message accessible to a global
audience.

#### What Evertongue does

 * Translate pages and posts as whole posts using the standard Gutenberg/classic
   editor
 * Translate theme/site strings captured at runtime via the gettext filter
 * Default language at the site root, others under `/{code}/`
 * Identical slugs across every language for a given page or post
 * Auto-swapping menu items with fallback to the default language
 * `evertongue_switcher()` template tag with list or searchable combobox
 * hreflang alternate links and og:locale metadata on translated pages and posts
 * WPML and Polylang importers for migrating languages, content, and strings
 * PO file export/import for round-tripping strings

#### What Evertongue does not try to be

Evertongue is not an all-in-one localization suite. It does not try to handle every
edge case, automatic translation workflow, or site-specific integration inside the
core plugin. The goal is a clean foundation for multilingual content that stays 
understandable, maintainable, and fast as your language count grows.

### Usage

Add languages under Evertongue  Languages. Configure your default. Translate pages
and posts from the editor sidebar (Gutenberg) or side meta box (Classic).

Render the language switcher in your theme:

    ```
    <?php if ( function_exists( 'evertongue_switcher' ) ) evertongue_switcher(); ?>
    ```

Use `style => 'combobox'` for a searchable dropdown.

For users who prefer not to edit theme code, enable the floating button or footer
list under Evertongue  Settings  Automatic switchers.

## ეკრანული სურათები

[⌊Evertongue dashboard with language overview and go-live notice.⌉⌊Evertongue dashboard
with language overview and go-live notice.⌉[

Evertongue dashboard with language overview and go-live notice.

[⌊Languages screen with flags, sort order, and quick actions.⌉⌊Languages screen 
with flags, sort order, and quick actions.⌉[

Languages screen with flags, sort order, and quick actions.

[⌊Page translation editing with searchable combobox.⌉⌊Page translation editing with
searchable combobox.⌉[

Page translation editing with searchable combobox.

[⌊Settings screen for switcher defaults and automatic switchers.⌉⌊Settings screen
for switcher defaults and automatic switchers.⌉[

Settings screen for switcher defaults and automatic switchers.

[⌊Front-end language switcher combobox on a translated page.⌉⌊Front-end language
switcher combobox on a translated page.⌉[

Front-end language switcher combobox on a translated page.

## დაყენება

 1. Upload the plugin files to `/wp-content/plugins/evertongue`, or install through
    the WordPress Plugins screen.
 2. Activate the plugin through the Plugins screen.
 3. Open **Evertongue  Languages** and add your languages, then set a default.
 4. Use **Evertongue  Settings** to configure switchers, SEO tags, and setup mode while
    you migrate content.
 5. Translate pages and posts from the editor, or import existing translations under**
    Import / export**.
 6. When you are ready for public multilingual URLs, turn off setup mode (or click **
    Go live** on the dashboard notice).

## ხდკ

### Does Evertongue work alongside WPML or Polylang?

Yes, during migration. Setup mode keeps Evertongue’s front-end routing and string
translation off while you import content. When WPML remains active after go-live,
Evertongue automatically defers front-end behavior to avoid conflicts. However, 
Evertongue is designed to work independently, without other translation plugins 
active.

### Who can manage languages and imports?

Users with the `evertongue_manage` capability (administrators by default) can manage
languages, settings, and WPML/Polylang imports. Users with `evertongue_translate`(
editors by default) can translate content, manage strings, and import PO files.

### What happens when I uninstall the plugin?

By default, Evertongue leaves your languages, translations, and strings in the database.
To remove all plugin data on uninstall, enable **Remove plugin data on uninstall**
under Evertongue  Settings before deleting the plugin.

### Where is the default language URL?

The default language uses your normal site URLs at the root. Other languages are
served under `/{language-code}/` with the same slug structure as the default.

## მიმოხილვები

There are no reviews for this plugin.

## მონაწილეები & დეველოპერები

“Evertongue” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის
განვითარებაში.

მონაწილეები

 *   [ Photricity Web Design ](https://profiles.wordpress.org/photricity/)

[გადათარგმნეთ Evertongue თქვენს ენაზე.](https://translate.wordpress.org/projects/wp-plugins/evertongue)

### დაინტერესებული ხართ დეველოპმენტით?

[დაათვალიერეთ კოდი](https://plugins.trac.wordpress.org/browser/evertongue/), შეამოწმეთ
[SVN რეპო](https://plugins.svn.wordpress.org/evertongue/), ან გამოიწერეთ [შექმნის ჟურნალი](https://plugins.trac.wordpress.org/log/evertongue/):
[RSS](https://plugins.trac.wordpress.org/log/evertongue/?limit=100&mode=stop_on_copy&format=rss).

## ცვლილებები

#### 1.0.1

 * Updated WPML import path resolution to use WordPress directory APIs.
 * Admin notices are now scoped to Evertongue screens.
 * Replaced rename() calls with WP_Filesystem::move()

#### 1.0.0

 * Initial public release.

## მეტა

 *  Version **1.0.1**
 *  Last updated **2 კვირის წინ**
 *  Active installations **10-ზე ნაკლები**
 *  WordPress version ** 6.4, ან უფრო მაღალი **
 *  Tested up to **7.0**
 *  PHP version ** 8.1, ან უფრო მაღალი **
 *  Language
 * [English (US)](https://wordpress.org/plugins/evertongue/)
 * Tags
 * [i18n](https://ka.wordpress.org/plugins/tags/i18n/)[language](https://ka.wordpress.org/plugins/tags/language/)
   [localization](https://ka.wordpress.org/plugins/tags/localization/)[multilingual](https://ka.wordpress.org/plugins/tags/multilingual/)
   [translation](https://ka.wordpress.org/plugins/tags/translation/)
 *  [დამატებითი ხედი](https://ka.wordpress.org/plugins/evertongue/advanced/)

## რეიტინგები

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/evertongue/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/evertongue/reviews/)

## მონაწილეები

 *   [ Photricity Web Design ](https://profiles.wordpress.org/photricity/)

## მხარდაჭერა

პრობლემა, რომლებიც გადაწყდა ბოლო ორი თვის განმავლობაში:

     გადაწყვეტილია: 1, სულ: 1

 [მხარდაჭერის ფორუმის ნახვა](https://wordpress.org/support/plugin/evertongue/)

## შემოწირულობა

გსურთ ამ ჩადგმის განვითარების მხარდაჭერა?

 [ შეწირეთ თანხა ამ ჩადგმას ](https://photricity.com/pay/)