I am translating the theme with Poedit and everything works fine but I found this 2 bugs (or not, you will tell)
1. Everythings works OK until translating the string % comments
to % komentar
I get error: Error ‘msgtr’ is not a valid PHP format string, unlike ‘msgid’ Reason: in the directive number 1, the character ‘k’ is not a valid conversion specifier.
2. On my account page in basel-my-account-sidebar there is a part of text that can not be translated. I found it here basel\inc\shortcodes.php
<div class="user-info">
<span><?php printf( __('Welcome, <strong>%s</strong>', 'xtemos'), $user->user_login ) ?></span>
<a href="<?php echo esc_url( wp_logout_url( home_url('/') ) ); ?>" class="logout-link"><?php _e('Logout', 'xtemos'); ?></a>
</div>
3. And one bonus question, how to exclude Downloads from the list in My account page
Thanks