fixes #2504 add missing @translate and missing keys

This commit is contained in:
HWFord
2026-01-08 16:09:51 +01:00
parent 074de993fe
commit 25068f308a
3 changed files with 11 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ const str_modal_ab = '{'New parent album'|@translate}';
</div>
{if isset($U_SYNC) }
<div class="cat-modify-info-card">
<span class="cat-modify-info-title">{'Directory'}</span>
<span class="cat-modify-info-title">{'Directory'|@translate}</span>
<span class="cat-modify-info-content directory" title="{$CAT_DIR_NAME}">{$CAT_DIR_NAME}</span>
<span class="cat-modify-info-subcontent directory" title="{$CAT_FULL_DIR}">{$CAT_MIN_DIR}</span>
</div>

View File

@@ -237,3 +237,8 @@ $lang['Rename album'] = 'Rename album';
$lang['Preview'] = 'Preview';
$lang['Privacy Level'] = 'Privacy Level';
$lang['Photographers...'] = 'Photographers...';
$lang['Posted the %s'] = 'Posted the %s';
$lang['Subscribe to our newsletter and stay updated!'] = 'Subscribe to our newsletter and stay updated!';
$lang['Sign up to the newsletter'] = 'Sign up to the newsletter';
$lang['See previous newsletters'] = 'See previous newsletters';
$lang['Understood, do not show again'] = 'Understood, do not show again';

View File

@@ -1434,6 +1434,10 @@ $lang['Light mode'] = 'Mode clair';
$lang['Dark mode'] = 'Mode sombre';
$lang['Personalization settings'] ='Paramètres de personnalisation';
$lang['Change logo'] = 'Changer le logo';
$lang['Posted the %s'] = 'Publié le %s';
$lang['Subscribe to our newsletter and stay updated!'] = 'Abonnez-vous à notre newsletter et restez informé !';
$lang['Sign up to the newsletter'] = 'Inscrivez-vous à la newsletter';
$lang['See previous newsletters'] = 'Consultez les newsletters précédentes';
$lang['Understood, do not show again'] = 'Compris, ne plus afficher';
// Leave this line empty