related to #1602 Escaped variable in template instead of changing translation.

This commit is contained in:
Matthieu Leproux
2022-06-06 14:25:02 +02:00
parent 5d19c0d4c8
commit 63414deadd
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ const cancel_msg = '{'No, I have changed my mind'|@translate|@escape}';
const str_and_others_tags = '{'and %s others'|@translate}';
const missingConfirm = "{'You need to confirm deletion'|translate|escape:javascript}";
const missingUsername = "{'Please, enter a login'|translate|escape:javascript}";
const fieldNotEmpty = "{'Name field must not be empty'|@translate}"
const fieldNotEmpty = "{'Name field must not be empty'|@translate|escape:javascript}"
const registered_str = '{"Registered"|@translate}';
const last_visit_str = '{"Last visit"|@translate}';

View File

@@ -1120,7 +1120,7 @@ $lang['This is already the default theme'] = 'Ten szablon wyglądu jest już dom
$lang['Are you sure you want to delete the plugin "%s"?'] = 'Czy na pewno chcesz usunąć wtyczkę "%s"?';
$lang['Add Album'] = 'Dodaj album';
$lang['Hide sub-albums'] = 'Ukryj podalbumy';
$lang['Name field must not be empty'] = 'Pole nazwa nie może być puste';
$lang['Name field must not be empty'] = 'Pole "nazwa" nie może być puste';
$lang['Sep'] = 'wrz';
$lang['Show sub-albums'] = 'Pokaż podalbumy';
$lang['Synchronization'] = 'Synchronizacja';