|
@@ -411,8 +411,9 @@ |
|
411
|
411
|
return add_query_arg( |
|
412
|
412
|
[ |
|
413
|
413
|
'name' => rawurlencode( $this->get_name() ), |
|
414
|
414
|
'edd_action' => 'view_changelog', |
|
415
|
+ 'locale' => get_user_locale(), |
|
415
|
416
|
], |
|
416
|
417
|
$this->get_store_url() |
|
417
|
418
|
); |
|
418
|
419
|
} |