@@ -10,8 +10,8 @@ namespace Content.Shared.Localizations
|
||||
[Dependency] private readonly ILocalizationManager _loc = default!;
|
||||
|
||||
// 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";
|
||||
public const string Culture = "ru-RU";
|
||||
|
||||
/// <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);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[whitelist]
|
||||
enabled = false
|
||||
enabled = true
|
||||
|
||||
[log]
|
||||
path = "logs"
|
||||
|
||||
@@ -18,3 +18,7 @@
|
||||
- type: lobbyBackground
|
||||
id: GobWay
|
||||
background: /Textures/_CP14/LobbyScreens/gob_way.webp
|
||||
|
||||
- type: lobbyBackground
|
||||
id: Angel
|
||||
background: /Textures/_CP14/LobbyScreens/angel.webp
|
||||
|
||||
BIN
Resources/Textures/_CP14/LobbyScreens/angel.webp
Normal file
BIN
Resources/Textures/_CP14/LobbyScreens/angel.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
2
Resources/Textures/_CP14/LobbyScreens/angel.webp.yml
Normal file
2
Resources/Textures/_CP14/LobbyScreens/angel.webp.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
sample:
|
||||
filter: true
|
||||
@@ -1,4 +1,4 @@
|
||||
- files: ["beginning.webp", "typicalAlchemistDay.webp", "tiefling.webp", "gob_way.webp", "cutecat.webp"]
|
||||
- files: ["angel.webp", "beginning.webp", "typicalAlchemistDay.webp", "tiefling.webp", "gob_way.webp", "cutecat.webp"]
|
||||
license: "CLA"
|
||||
copyright: "alisw_a on discord"
|
||||
source: "https://github.com/crystallpunk-14/crystall-punk-14"
|
||||
|
||||
Reference in New Issue
Block a user