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

Merge branch 'master' of github.com:24eme/signaturepdf

This commit is contained in:
tale-fau 2023-09-25 12:47:27 +02:00
commit 87f51b5d0e
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 @@
.