1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 23:26:38 +02:00

Try to bypass gettext cache

This commit is contained in:
Vincent LAURENT 2023-09-25 12:44:14 +02:00
parent ee128f3728
commit 94145c8c3e
2 changed files with 3 additions and 1 deletions

View file

@ -46,7 +46,8 @@ if ($f3->get('GET.lang')) {
changeLanguage($_COOKIE['LANGUAGE'], $f3);
}
bindtextdomain('application', $f3->get('ROOT')."/locale/");
bindtextdomain('application', $f3->get('ROOT')."/locale/nocache");
bindtextdomain('application', $f3->get('ROOT')."/locale");
textdomain('application');
function changeLanguage($lang, $f3) {

1
locale/nocache Symbolic link
View file

@ -0,0 +1 @@
.