Profiles

Badges

POLYGLOTS
2 badges
Translation Contributor '17 Translation Editor '17

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
September 2022
Sep 11 Sun · 09:25
Polyglots high
Translated 1 string on translate.wordpress.org.
Sep 10 Sat · 16:41
Polyglots high
Translated 13 strings on translate.wordpress.org.
October 2019
Oct 30 Wed · 07:38
Forums med
Posted a reply to Remove language tags from Email, on the site WordPress.org Forums:
Try use this: `add_filter( 'wpcf7_special_mail_tags', function( $output, $name ) { if ( '_post_name' == $name…
Oct 29 Tue · 20:20
Forums med
Posted a reply to No further options showing up in setttings menu, on the site WordPress.org Forums:
Did You set up these options in a menu screen settings tab? https://i.imgur.com/Ez6LYbx.png
Oct 29 Tue · 09:23
Forums med
Posted a reply to No further options showing up in setttings menu, on the site WordPress.org Forums:
Could You send some screenshot? I can't understand where You saw this problem.
Oct 28 Mon · 20:15
Forums med
Posted a reply to Custom flag languages in front office only, on the site WordPress.org Forums:
add_filter('wpm_flags_dir', function($dir) { return is_admin() ? $dir : get_template_directory_uri() . '/assets/images/'; }); Hi. You can…
August 2018
Aug 16 Thu · 08:15
Forums med
Posted a reply to Horizontal flags alignment in Language Switcher, no list., on the site WordPress.org Forums:
Hi. You should to use css for align images.
Aug 16 Thu · 08:13
Forums med
Posted a reply to CloudFlare redirect issues?, on the site WordPress.org Forums:
Hi. I can not give an exact answer. I did never facing it before.
Aug 16 Thu · 08:11
Forums med
Posted a reply to get_the_permalink() fetching an autotranslated string, on the site WordPress.org Forums:
Hi. Some translators are translating archive slugs. In my mind this is wrong. You could…
Aug 16 Thu · 08:00
Forums med
Posted a reply to Issue using separate images between languages in ACF, on the site WordPress.org Forums:
You can create several image fields for each language and display needed image depending on…