marcinkazmierski
@marcinkazmierski on WordPress.org
- Member Since: January 26th, 2016
- Website: kazmierski.com.pl
Contribution History
marcinkazmierski’s badges:- Plugin Developer
- Translation Contributor
- Translation Editor
-
Posted a reply to access for editor role, on the site WordPress.org Forums:
great, please rate my plugin if you haven't done so yet ;) -
Posted a reply to access for editor role, on the site WordPress.org Forums:
ok, You can ovveride access in TTfP too, for example: add_action('init', 'custom_init'); function custom_init() {… -
Committed [2731964] to Plugins SVN:
Updated plugin description. Test with Polylang version 3.2.3 and ... -
Posted a reply to access for editor role, on the site WordPress.org Forums:
Are you sure? I checked it now. As editor I'm trying open this page: wp-admin/admin.php?page=mlang… -
Posted a reply to Sorry I’m not a developer (add text for translation), on the site WordPress.org Forums:
great ;) -
Posted a reply to Widget text translation issue, on the site WordPress.org Forums:
Hi @tania90b, this is topic for polylang, for example: https://wordpress.org/support/topic/translate-widgets-with-polylang/ but on polylang page: https://pl.wordpress.org/plugins/polylang/… -
Posted a reply to String Translations Not Showing on Front End, on the site WordPress.org Forums:
Hi @stephcerratti , function sprintf() is not translate function, please use "__()", for example: echo… -
Posted a reply to [NSFW] Missing Plugin, on the site WordPress.org Forums:
I don't know how to help you, I need more information, like a snipet of… -
Posted a reply to Do not scan commented lines, on the site WordPress.org Forums:
Good point. I will look into this issue soon. Thanks! -
Posted a reply to Plugins content not detected, on the site WordPress.org Forums:
Hello, sorry for delay... do you have selected this plugin in Languages > import/export translations?… -
Posted a reply to Where are translations stored?, on the site WordPress.org Forums:
Yes, as database entries because it is a native solution of polylang plugin. -
Posted a reply to Something PLL should natively have, on the site WordPress.org Forums:
Hi, string translation page in the admin is native page from polylang ;) My plugin… -
Posted a reply to Not working on admin (backend) pages, on the site WordPress.org Forums:
Hello, Thank you for your topic. Unfortunately, at the moment the plugin doesn't have feature… -
Posted a reply to 403 Forbidden when trying to update string translations, on the site WordPress.org Forums:
hi, very strange bug :D I will look at this in the future. Thanks! -
Posted a reply to Problem z Sage, on the site WordPress.org Forums:
Cześć, da się to ogarnąć ;) jak będę miał chwilę to usiądę do tematu i dam znać… -
Posted a reply to Hybrid admin panel translation after latest update, on the site WordPress.org Forums:
Hi, I need more information ;) my plugin does not translate posts, only texts in… -
Posted a reply to Translate custom shipping zone, on the site WordPress.org Forums:
this is strange, you have plugin with this texts enabled in your admin panel: /wp-admin/admin.php?page=mlang_import_export_strings… -
Posted a reply to Translate custom shipping zone, on the site WordPress.org Forums:
Hi, try to use function __(): $states['AM'] = array( 'AM1' => __('Yerevan'), 'AM2' => __('Regions… -
Posted a reply to great plugin, on the site WordPress.org Forums:
thanks! -
Posted a reply to esc_attr__() not recognized, on the site WordPress.org Forums:
Thank you for your suggestion and code. Added! ;) You can check it in the… -
Committed [2548484] to Plugins SVN:
Added esc_attr_e and esc_attr__ filter. -
Posted a reply to How to use pll__ in these cases?, on the site WordPress.org Forums:
if everything is ok, you can rate my plugin ;) -
Posted a reply to Problem with slug translation, on the site WordPress.org Forums:
Hello, Yes, I know there is a problem with that. You should not use this… -
Posted a reply to How to use pll__ in these cases?, on the site WordPress.org Forums:
for example: echo '<a href="' . $link . '" class="button addtocartbutton">' . pll__('More Details') .… -
Posted a reply to Not all strings showing in backend, on the site WordPress.org Forums:
@hanaali is there still a problem? I checked your login page: https://gaiamedical.co.uk/my-account/ and I do… -
Posted a reply to add esc_html detection in theme, on the site WordPress.org Forums:
ok, I added esc_html filter, please check 3.2.11 version ;) Regards, -
Committed [2533070] to Plugins SVN:
Fixed gettext_with_context filter. -
Posted a reply to Not all strings showing in backend, on the site WordPress.org Forums:
ok, give me more time because I'm busy at work :( -
Posted a reply to Hybrid admin panel translation after latest update, on the site WordPress.org Forums:
hi serge rauber (@kalyx)! can you describe your problem in more detail? :) I believe… -
Posted a reply to Not all strings showing in backend, on the site WordPress.org Forums:
ok, show me screens with this texts and which plugins or theme are you using… -
Posted a reply to Not all strings showing in backend, on the site WordPress.org Forums:
hi! 1. " I can’t find “email” string so I can’t translate " please paste… -
Posted a reply to Hybrid admin panel translation after latest update, on the site WordPress.org Forums:
Fixed! please update to 3.2.10 version ;) -
Committed [2529036] to Plugins SVN:
Fixed gettext_with_context filter. -
Posted a reply to Hybrid admin panel translation after latest update, on the site WordPress.org Forums:
Hi, thanks for error report! You are right, there is a problem with that function… -
Posted a reply to pll__() not recognized, on the site WordPress.org Forums:
yes, you are right... I fixed it, please update plugin to 3.2.9 version. Thanks for… -
Committed [2526016] to Plugins SVN:
Updated scanner regex. -
Committed [2525267] to Plugins SVN:
Updated scanner regex and refactor. -
Posted a reply to Translate slug, on the site WordPress.org Forums:
ok, thanks -
Posted a reply to Translate slug, on the site WordPress.org Forums:
ok, I checked it - this is not a problem with my plugin, my plugin… -
Posted a reply to ACF (Advanced Custom Field) Translation, on the site WordPress.org Forums:
I checked it. https://drive.google.com/file/d/1x4sZKXrJPJkxKTO_AfYW8BgxRgFo3zQJ/view?usp=sharing You should select language (not all languages for dashboard): https://drive.google.com/file/d/1UNCmDtCsWgyMJZWZ3Vu4yMiHRGm9tppD/view?usp=sharing -
Posted a reply to Translate slug, on the site WordPress.org Forums:
hi, could you paste your code snippet? -
Posted a reply to Add “esc_html__” detection, on the site WordPress.org Forums:
Hi, my mistake on last release... Please update to 3.2.7 version -
Committed [2525102] to Plugins SVN:
Updated scanner regex: added esc_html__. -
Posted a reply to add esc_html detection in theme, on the site WordPress.org Forums:
This is strange, I added code in my custom theme: <?php echo esc_html("Test1 esc_html"); ?>… -
Posted a reply to ACF (Advanced Custom Field) Translation, on the site WordPress.org Forums:
Could you paste a working code snippet? I will test it on a local wordpress… -
Posted a reply to add esc_html detection in theme, on the site WordPress.org Forums:
Done! Please update to 3.2.6 version ;) -
Posted a reply to Code instead string, on the site WordPress.org Forums:
closed? -
Committed [2522529] to Plugins SVN:
Updated scanner regex. -
Posted a reply to Code instead string, on the site WordPress.org Forums:
Hi, I don't understand you problem. I think that this is not TTfP bug. -
Posted a reply to ACF (Advanced Custom Field) Translation, on the site WordPress.org Forums:
OK, if you find a solution, let me know! ;) Regards,
Developer
-
Theme and plugin translation for Polylang (TTfP)
Active Installs: 10,000+
Polski (Polish) Plugins Translation Editor - #pl_PL
-
Theme and plugin translation for Polylang (TTfP)
Active Installs: 10,000+