mirror of
https://github.com/BluePointLilac/ContextMenuManager.git
synced 2026-01-14 06:04:00 +08:00
This commit is contained in:
@@ -11,7 +11,7 @@ namespace ContextMenuManager
|
||||
|
||||
private static string GetStringValue(string section, string key)
|
||||
{
|
||||
string value = UserLanguage?.GetValue(section, key);
|
||||
string value = UserLanguage.GetValue(section, key);
|
||||
if(string.IsNullOrEmpty(value)) value = DefaultLanguage.GetValue(section, key);
|
||||
return value.Replace("\\n", "\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user