This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Ukr-To-Lat

विवरण

Converts Ukrainian characters in post, page and term slugs to Latin characters. Useful for creating human-readable URLs.

Features

  • Automatically converts existing post, page and term slugs on activation
  • Saves existing post and page permalinks integrity
  • Performs transliteration of attachment file names
  • Includes just Ukrainian characters
  • Transliteration table can be customized without editing the plugin itself

Transliteration based on http://ukrlit.org/transliteratsiia

Based on the original Rus-To-Lat plugin by Anton Skorobogatov and Cyr-To-Lat by SergeyBiryukov, karevn, webvitaly.

स्क्रिनसटहरू

  • screenshot-1.png
  • screenshot-2.png

स्थापना

  1. Upload ukr-to-lat folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Translations

You can translate Ukr-To-Lat on translate.wordpress.org.

प्रश्नोत्तर

How can I define my own substitutions?

Add this code to your theme’s functions.php file:

function my_cyr_to_lat_table($ctl_table) {
   $ctl_table['ะช'] = 'U';
   $ctl_table['ัŠ'] = 'u';
   return $ctl_table;
}
add_filter('ctl_table', 'my_cyr_to_lat_table');

How to redirect old link to new?

To prevent losing you SEO position you can use plugin LCH (https://wordpress.org/plugins/link-changer-htaccess-for-better-seo/) to prepare redirect from old links to new one.

समीक्षाहरू

फेब्रुअरी 27, 2023
Дякую вам за корисний плагін, бо кожного транслітерувати cпецалізованому сайті набридає.
डिसेम्बर 1, 2021
Раньше вопросов не было, годами работал, сейчас ломает работу многих плагинов, ломает импорты демо наполнений сайтов и тд, чет они обновили в ВП что не сломало совместимость. Поставил cur-to-lat, все ок. Да и автор его сам рекомендует.
सेप्टेम्बर 17, 2018 1 जवाफ
use it for years
सबै 4 समीक्षाहरू पढ्नुहोस्

योगदानकर्ता र डेभलपरहरू

“Ukr-To-Lat” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

“Ukr-To-Lat” 1 लोकेलमा अनुवाद गरिएको छ। योगदानको लागि अनुवादकहरूलाई धन्यवाद।

“Ukr-To-Lat” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्

विकासमा रुचि छ?

आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।

चेन्जलग

1.3.5

  • Fixed small + big letter “ь”.

1.3.4

  • Tested with WordPress 5.0

1.3.2

  • Fixed small letter “й”.

1.2

  • Small fixes in Readme.txt and plugin.

1.0

  • Initial release