Fix missing translations

This commit is contained in:
Hoang Huu
2020-03-05 10:00:44 +07:00
parent dc14e74e6d
commit 357addff63
5 changed files with 470 additions and 446 deletions

View File

@@ -738,7 +738,7 @@ class Opalestate_Property {
}
public function get_posted() {
return human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) . ' ' . esc_html__( 'ago' );
return human_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) ) . ' ' . esc_html__( 'ago', 'opalestate-pro' );
}
public function get_expiry_date() {