Merge: Complete merge of remote changes, including user's requested additions.

This commit completes the merge process, incorporating remote changes that conflicted with local modifications. It also stages and commits all remaining modified and untracked files as per the user's instruction to 'upload everything without exception'.
This commit is contained in:
2026-02-08 16:33:43 -06:00
22 changed files with 1165 additions and 121 deletions

View File

@@ -33,7 +33,7 @@ try {
throw new Exception("La variable de entorno LIBRETRANSLATE_URL no está configurada en tu archivo .env");
}
$translator = new Translate();
$translator = new Translate(LIBRETRANSLATE_URL);
$libreLanguages = $translator->getSupportedLanguages();
if ($libreLanguages === null) {