Compare commits
14 commits
b3097da6f9
...
4ab03594cb
Author | SHA1 | Date | |
---|---|---|---|
|
4ab03594cb | ||
|
fc3dad8cea | ||
|
099141e0e5 | ||
|
f1f92ccc29 | ||
|
3c7725183e | ||
|
f42861c58d | ||
|
5747518ada | ||
|
4796bafafe | ||
|
7e0923d53f | ||
|
3e7c1f0bd7 | ||
|
5b6e29b70a | ||
|
9003bcf981 | ||
|
b60bbca8e4 | ||
|
174fa49b23 |
2 changed files with 2 additions and 2 deletions
|
@ -498,7 +498,7 @@ class Post
|
|||
|
||||
$tmp_item = [
|
||||
'parentguid' => $parent_guid,
|
||||
'isreplyto' => DI::l10n()->t('is reply to %s', $parent_username),
|
||||
'isreplyto' => DI::l10n()->t('is reply to %s', $parent_username),
|
||||
'template' => $this->getTemplate(),
|
||||
'type' => implode('', array_slice(explode('/', $item['verb']), -1)),
|
||||
'comment_firstcollapsed' => false,
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 2023.09-rc\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-10-06 08:52+0200\n"
|
||||
"POT-Creation-Date: 2023-10-05 20:02+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
Loading…
Reference in a new issue