fix eng loc

This commit is contained in:
Ed
2025-01-19 00:40:54 +03:00
parent 4979b0a5d0
commit 3221056384
3 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ namespace Content.Shared.Localizations
// If you want to change your codebase's language, do it here.
//public const string Culture = "en-US";
public const string Culture = "ru-RU";
public const string Culture = "en-US";
/// <summary>
/// Custom format strings used for parsing and displaying minutes:seconds timespans.
@@ -29,9 +29,9 @@ namespace Content.Shared.Localizations
var culture = new CultureInfo(Culture);
_loc.LoadCulture(culture);
// Uncomment for Ru localization
var fallbackCulture = new CultureInfo("en-US");
_loc.LoadCulture(fallbackCulture);
_loc.SetFallbackCluture(fallbackCulture);
//var fallbackCulture = new CultureInfo("en-US");
//_loc.LoadCulture(fallbackCulture);
//_loc.SetFallbackCluture(fallbackCulture);
//
_loc.AddFunction(culture, "PRESSURE", FormatPressure);

View File

@@ -15,8 +15,8 @@ cp14-knowledge-metall-melting-desc = how to smelt ore into valuable metals
cp14-knowledge-metall-forging-name = Metall forging
cp14-knowledge-metall-forging-desc = how to forge metal into different shapes
cp14-knowledge-metall-glasswork-name = Glasswork
cp14-knowledge-metall-glasswork-desc = how to work with glass.
cp14-knowledge-glasswork-name = Glasswork
cp14-knowledge-glasswork-desc = how to work with glass.
# T2

View File

@@ -6,4 +6,4 @@ cp14-store-ui-next-travel-in = Before arrival:
cp14-store-ui-tab-buy = Buying
cp14-store-ui-tab-sell = Selling
cp14-store-ui-tab-special = [bold][color=red]Temporary offer![/color][/bold]
cp14-store-ui-tab-special = [bold][color=#eba346]Temporary offer![/color][/bold]