Profiles

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
June 2023
Jun 29 Thu · 06:21
Forums med
Posted a reply to Translation function doesn’t update in templates, on the site WordPress.org Forums:
It was the translatepress plugin that caches translations I should've thought of that earlier. Thanks…
Jun 26 Mon · 09:08
Forums med
Posted a reply to Aanpassen vertalingen komen niet overal door, on the site Support forums:
Het is beschamend dat het me zo lang gekost heeft maar ik ben er achter.…
Jun 26 Mon · 07:42
Forums med
Posted a reply to Translation function doesn’t update in templates, on the site WordPress.org Forums:
Yes it is the same. I'm giving up on the problem. I will create a…
Jun 26 Mon · 07:39
Forums med
Posted a reply to Aanpassen vertalingen komen niet overal door, on the site Support forums:
Ook dat werkte helaas niet. Ik gebruik nu ook Loco Translate. (Heb het ook met…
Jun 25 Sun · 07:57
Forums med
Posted a reply to Aanpassen vertalingen komen niet overal door, on the site Support forums:
Zover ik weet alleen in wp-content/themes/theme/languages. Ik gebruik ook maar een tekst domein. Kan het…
Jun 23 Fri · 19:13
Forums med
Posted a reply to Aanpassen vertalingen komen niet overal door, on the site Support forums:
add_action('init', 'tmrwTextDomain'); function tmrwTextDomain() { load_theme_textdomain('tmrw', get_template_directory() . '/languages/'); echo __('hoi', 'tmrw'); } Dit werkt…
Jun 22 Thu · 14:07
Forums med
Posted a reply to Aanpassen vertalingen komen niet overal door, on the site Support forums:
Ik maak zelf een theme. waarbij ik het textdomain op deze manier laad. add_action('init', 'tmrwTextDomain');…
Jun 22 Thu · 10:24
Forums med
Posted a reply to Translation function doesn’t update in templates, on the site WordPress.org Forums:
What I mostly don't understand is that the old translation (even days later) won't disappear…
Jun 22 Thu · 10:22
Forums med
Posted a reply to Translation function doesn’t update in templates, on the site WordPress.org Forums:
Yes I load the text domain in the functions.php of my theme and style.css (both…
Jun 21 Wed · 11:43
Forums med
Created a topic, Aanpassen vertalingen komen niet overal door, on the site Support forums:
Goedendag, als ik een vertaling aanmaak voor mijn eige…