diff --git a/_components/navbar.php b/_components/navbar.php index 31d3d88..9ecf367 100644 --- a/_components/navbar.php +++ b/_components/navbar.php @@ -19,8 +19,8 @@ $path = strtok($_SERVER["REQUEST_URI"], '?');
/Lotus/Interface/PolarityPoint.png
as an example, which is the icon for the Vazarin polarity.",
diff --git a/_lang/en.json b/_lang/en.json
index 0ac5aef..4796d00 100644
--- a/_lang/en.json
+++ b/_lang/en.json
@@ -9,6 +9,7 @@
"preservation.1": "Our main focus right now is on staying up-to-date with the game, but there is a DLL + fork of SpaceNinjaServer that can be used to revisit 2013 Warframe. More information about this can be found on our Discord, specifically in this thread.",
"tm_disclaimer": "Warframe is a registered trademark of Digital Extremes. Its use is for identification purposes only and does not imply any affiliation with or endorsement by Digital Extremes.",
"guides": "Guides",
+ "setup": "Setup",
"setup.title": "OpenWF Setup Guide",
"setup.c.title": "Client/Boostrapper",
"setup.c.simple": "To use OpenWF, you only need to download the |DLL| and put it in your game's installation folder (the one where Warframe.x64.exe is in).",
@@ -36,6 +37,7 @@
"setup.irc.leadin": "In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:",
"setup.irc.wheel": "warframe-irc-server — an IRC server specifically made for Warframe. Talks to SpaceNinjaServer to give \"chat moderator\" permissions and report dropped connections.",
"setup.irc.inspircd": "InspIRCd — a well-known IRC server implementation used by DE themselves (albeit with unknown modifications). A pre-configured Windows copy of it can be downloaded here.",
+ "arep": "Asset Replacements",
"arep.title": "Asset Replacements Guide | OpenWF",
"arep.desc": "This guide will go through the steps to modify a texture used by Warframe via the OpenWF Bootstrapper.",
"arep.what": "Before we start: know what you're replacing. I am going to be using /Lotus/Interface/PolarityPoint.png
as an example, which is the icon for the Vazarin polarity.",