mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(i18n): add Norwegian language support
This commit is contained in:
@@ -426,7 +426,7 @@ export const getNodeApplications = async (serverId?: string) => {
|
||||
.trim()
|
||||
.split("\n")
|
||||
.map((line) => JSON.parse(line))
|
||||
.filter((service) => !service.Name.startsWith('dokploy-'));
|
||||
.filter((service) => !service.Name.startsWith("dokploy-"));
|
||||
|
||||
return appArray;
|
||||
} catch (error) {}
|
||||
|
||||
Reference in New Issue
Block a user