rocklobster-in / bogo

This is the development repository for Bogo, a straight-forward multilingual plugin for WordPress.
https://wordpress.org/plugins/bogo/
Other
23 stars 14 forks source link

Use static list in bogo_get_language_native_name() #249

Closed takayukister closed 1 year ago

takayukister commented 1 year ago

Currently bogo_get_language_native_name() calls wp_get_available_translations() to get language native names. This makes a DB query every time and a API call every 3 hours.