Added Arabic translation

This commit is contained in:
DJj123dj
2024-12-06 15:44:58 +01:00
parent 5d86269743
commit 91ea12a6cc
6 changed files with 485 additions and 4 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ const nodepath = require('path')
/////////////// STARTUP FLAGS ///////////////
const flags = [
//add startup flags here (e.g. "--no-compile")
//PTERODACTYL PANEL
//add startup flags here (e.g. "--no-compile") when running via the panel
]
process.argv.push(...flags)
/////////////// STARTUP FLAGS ///////////////