We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90165b2 commit 65a4dd7Copy full SHA for 65a4dd7
1 file changed
src/UniGetUI.Core.LanguageEngine/LanguageEngine.cs
@@ -242,7 +242,7 @@ string filePath
242
return entries;
243
}
244
245
- publicvoid LoadStaticTranslation()
+ public void LoadStaticTranslation()
246
{
247
CommonTranslations.ScopeNames[PackageScope.Local] = Translate("User | Local");
248
CommonTranslations.ScopeNames[PackageScope.Global] = Translate("Machine | Global");
0 commit comments