ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Internationalize WordPress (IntlWP)

وضاحت

1) Domain-based network WordPress multisite:

Default WordPress multisite only allow user use English letters and numbers as sub-domainname.

With this plugin, your users can use their own local language as sub-domainname. e.g.

Main site domainname: blogs.com

User blog use sub-domainname:

我的.blogs.com (Chinese)
私の.blogs.com (Japanese)
나의.blogs.com (Korean)
мой.blogs.com (Russian)

If your main site domainname use IDNs, then the users sub-domainname will be:

我的.博客.中国 (Chinese)
私の.ブログ.日本 (Japanese)
나의.블로그.한국 (Korean)
мой.Блог.РФ (Russian)

2) Path-based network WordPress multisite

your users can use their own local language as path-name. e.g.

blogs.com/我的/ (Chinese)
blogs.com/私の/ (Japanese)
blogs.com/나의/ (Korean)
blogs.com/мой/ (Russian)

3)Restrict the sub-domainname and path name length

Default WordPress multisite only allow user choose more than 4 characters as sub-domainname or path name.

With this plugin, you can change it in network admin side, both max length and min length.

انسٽاليشن

  1. Your WordPress multisite is installed and runing. more help: https://mu.wordpress.org/ and http://xn--fjqz24b.xn--fiqs8s/
  2. Upload, and activate the IntlWp plugin through the ‘Plugins’ menu in WordPress network admin side(Super admin of WordPress multisite).
  3. setup IntlWp config through the ‘IntlWp’ menu in WordPress network admin side.
  4. If using Path-based network WordPress multisite, you need change your .htaccess manually.

replace [_0-9a-zA-Z-] with [^/]

a example file is placed in tool/path-based-htaccess.txt

That’s all.

FAQ

1)Localize translation

po file locate in language folder, you can edit it and build mo file

جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

تعاون ڪندڙ & ڊولپرز

“Internationalize WordPress (IntlWP)” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Internationalize WordPress (IntlWP)” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

1.2.1

  • filter punct and space

1.2.0

  • fix Idna class bug
  • support path-based network

1.1.0

  • fix load plugin language bug

1.0

  • Add readme.txt