1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-02-22 04:13:24 +00:00

More work on internalization change.

This commit is contained in:
Ylian Saint-Hilaire
2021-06-01 15:50:05 -07:00
parent 1f16f9430f
commit 74c9deaca7
202 changed files with 780 additions and 350041 deletions

View File

@@ -56,7 +56,7 @@ namespace MeshCentralRouter
// Fix the name
if (name == null) { name = this.name; }
if (name == null) { name = Properties.Resources.MeshCentralTitle; }
if (name == null) { name = Translate.T(Properties.Resources.MeshCentralTitle); }
// Don't replace a IPv4 address with a IPv6 one, or remove information
if ((this.url.IndexOf("://[") == -1) && (url.IndexOf("://[") >= 0)) return false;