https://github.com/2dust/v2rayN/pull/5829
This commit is contained in:
2dust
2024-10-14 19:29:15 +08:00
parent 9540669f56
commit 24afe8bde4
9 changed files with 21 additions and 17 deletions

View File

@@ -3003,18 +3003,16 @@ namespace ServiceLib.Resx {
return ResourceManager.GetString("TbSettingsFontSize", resourceCulture);
}
}
/// <summary>
/// Get Geo files source.
/// 查找类似 Geo files source (optional) 的本地化字符串。
/// </summary>
public static string TbSettingsGeoFilesSource
{
get
{
public static string TbSettingsGeoFilesSource {
get {
return ResourceManager.GetString("TbSettingsGeoFilesSource", resourceCulture);
}
}
/// <summary>
/// 查找类似 HTTP Port 的本地化字符串。
/// </summary>