Add translation system (#85)

This commit is contained in:
Miguel Ribeiro
2024-01-23 22:46:26 +01:00
committed by GitHub
parent d287f303f0
commit d7366dcfb0
35 changed files with 965 additions and 317 deletions
+2 -2
View File
@@ -31,10 +31,10 @@
header('Content-Type: application/json');
echo $subscriptionJson;
} else {
echo "Error";
echo translate('error', $i18n);
}
} else {
echo "Error";
echo translate('error', $i18n);
}
}
$db->close();