new navigation tree

desing optimization
language fixes
This commit is contained in:
2024-03-05 22:59:15 +01:00
parent 5492bda6d2
commit 76ecb7d978
12 changed files with 61 additions and 67 deletions

View File

@ -32,7 +32,7 @@ bdp_create_menu_structure();
function bdp_kompass_load_plugin_textdomain() {
load_textdomain( BDP_LV_PLUGIN_SLUG, BDP_LV_PLUGIN_DIR . '/lang/' . BDP_LV_PLUGIN_SLUG . '_' . get_locale() . '.mo' );
load_textdomain( BDP_LV_PLUGIN_SLUG, BDP_LV_PLUGIN_DIR . '/lang/' . BDP_LV_PLUGIN_SLUG . '-' . get_locale() . '.mo' );
}