
內容簡介
在某些語言區域,姓氏會排在名字前面。
日語 ja
中文 zh_*
韓語 ko
蒙古語 mn
越南語 vi
匈牙利語 hu_HU
如果當前使用者語言區域符合上面提到的語言,此外掛會更換 WooCommerce 的姓名欄位順序。
這個外掛不會對網站產生任何副作用,它只會更改姓名欄位的順序。
目前修正的內容有…
我的帳戶
帳單地址和貨運地址
訂單電子郵件
預設顯示名稱和全名
自訂
您可以使用篩選器更改語言區域。
add_filter( 'donden_swappable_lang_list', function( $langs ) {
// 添加語言區域 th(泰語)。
$langs[] = 'th';
return $langs
} );
外掛標籤
開發者團隊
② 後台搜尋「Donden Gaeshi – Name Order Changer for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
In some locales, last_name preceded first_name.
Japanese ja
Chinese zh_*
Korean ko
Mongolian mn
Vietnamese vi
Hungarian hu_HU
If current user locale is in the list above, name fields in WooCommerce will be swapped with this plugin.
This plugin does nothing but changing name field’s order. You don’t have to care about side effects.
Currently fixes…
My Account
Billing Address & Shipping Address
Order Email
Default display name and full name
Customization
You can change locales with filter.
add_filter( 'donden_swappable_lang_list', function( $langs ) {
// Add lang th.
$langs[] = 'th';
return $langs
} );
