diff --git a/Code/Lib/Libprofile.php b/Code/Lib/Libprofile.php index 7c5d0a2ec..628e12367 100644 --- a/Code/Lib/Libprofile.php +++ b/Code/Lib/Libprofile.php @@ -499,8 +499,8 @@ class Libprofile // logger('gender: ' . $gender); - // This can easily get throw off if the observer language is different - // than the channel owner language. + // This can easily get thrown off if the observer language is different + // from the channel owner language. if (str_contains(strtolower($gender), strtolower(t('Female')))) { return 'venus'; @@ -528,8 +528,8 @@ class Libprofile { - // This can easily get throw off if the observer language is different - // than the channel owner language. + // This can easily get thrown off if the observer language is different + // from the channel owner language. if (str_contains(strtolower($pronouns), strtolower(t('She')))) { return 'venus'; @@ -612,8 +612,9 @@ class Libprofile $val = substr(App::$profile['dob'], 0, 4); } - $year_bd_format = t('j F, Y'); - $short_bd_format = t('j F'); + // translators: 'j F, Y' produces the format '4 May, 2021' + $year_bd_format = t('j F, Y', 'birthday_time_format'); + $short_bd_format = t('j F', 'short_birthday_time_format'); if (!$val) { $val = ((intval(App::$profile['dob'])) diff --git a/include/conversation.php b/include/conversation.php index fb6af2a69..c55b24ec0 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1297,6 +1297,7 @@ function z_status_editor($x, $popup = false) '$embedPhotosModalCancel' => t('Cancel'), '$embedPhotosModalOK' => t('OK'), '$setloc' => $setloc, + '$locdesc' => t('Location options'), '$poll' => t('Toggle poll'), '$poll_option_label' => t('Option'), '$poll_add_option_label' => t('Add option'), diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 7da964732..8c071cd73 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -147,27 +147,31 @@
-   +   + {{else}}
{{/if}}