7omate
7omate
There are options to check: - monitor pydio.log for ERRORS - use the local API http://localhost:5556/check_sync/sync_id
Small update here, the missing É is probably linked to a miss-configured server. See sysvano last answers (https://github.com/pydio/pydio-core/issues/1272)
What's the status of this ? Wait for the sync between each file, also if you notice problems, please have a look at pydio.log (About > Open Logs from PydioSync...
Indeed the icons should be the same. As in: the top most icon status' is defined to be the "worst" status of the children of the folders. (Maybe this isn't...
I added files, please have a look and try to sync.
The thing I changed and you probably missed was to configure an encoding for Pydio `EN_US.UTF-8` instead of just UTF-8. It's strange, because the fallback value since v7 should be...
In the file *conf/bootstrap_conf.php* define("AJXP_LOCALE", "en_US.UTF-8"); You'll find details in the https://pydio.com/en/docs/v8/quick-start "Advanced > Encoding"
Hi, thanks for this. It's mostly enough to create the po file, meaning we can handle the rest (a few things are hard-coded since we don't yet support so many...
Hi, I couldn't fully test yet but it should mostly work. There are several typos in your po file (such as `"...";` instead of `"...;"`, msgid instead of msgstr and...