Hello, I installed the current version of osTicket (https://support.animanga.at). It is running on CentOS with nginx and PHP 7.4. So far everything is working. I copied the german language file to ./include/i18n/de.phar and it does the trick. I just noticed a little odd thing when displaying the german site (default language). When you look at the network traffic you see that the call to ajax.php/i18n/de/js gets a 404 error. When switching to englsih the error is gone, I do not even see a call of ajax.php anymore. Switching back to german and the error reappears. Despite that error everything seems to work. I even Translated the Topic into german to verify it is working.
Since the 404 Error does not seem to have any effekt on the working translation. Is this intended? Can I get rid of it? I assume the error has something todo with the fact that unlike english with an existing en-US folder inside the i18n directory the german tanslation does not have such folder only the phar file in that directory.