Linux 软件免费装

Cyr to Lat enhanced

开发者 Atrax
SergeyBiryukov
karevn
webvitaly
更新时间 2022年12月30日 07:27
PHP版本: 2.3 及以上
WordPress版本: 6.1

标签

media russian l10n translations slugs cyrillic transliteration latin rustolat european diacritics ukrainian georgian

下载

3.3 3.3.1 3.3.3 3.4 3.5 3.3.2 3.6 3.7

详情介绍:

Converts Cyrillic and Georgian characters in post, page and term slugs to Latin characters. Useful for creating human-readable URLs. This plugin is a fork of cyr2lat plugin. Features

安装:

  1. Upload cyr3lat folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Make sure your system has iconv set up right, or iconv is not installed at all. If you have any problems (trimmed slugs, strange characters, question marks) - please ask for support. == Frequently Asked Questions ==
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');

更新日志:

3.7 3.6 3.5 3.4 3.3.3 3.3.2 3.3.1 3.3 3.2 3.1 3.0 2.1 2.0 1.0.1 1.0