tareq1988 / vue-wp-list-table-component

WordPress List Table component for Vue.js
60 stars 15 forks source link

Localization/Translation handling? #6

Open tripflex opened 5 years ago

tripflex commented 5 years ago

Any suggestions/recommendations on how to handle localization and translations? I see in 5.0+ there's some JS available https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/ -- but for older versions as well, trying to figure out the best way of handling translations/localization while using Vue.JS in WordPress -- and can't seem to really find anything online in regards to this.

Mainly for some of the basic stuff -- like actions, Edit, etc

tripflex commented 5 years ago

As reference for anybody looking at this, I found this doc online that may be useful: https://v-bind.com/wordpress-javascript-translations-with-vue-js/