diff options
author | 0neGal <mail@0negal.com> | 2023-09-16 01:28:38 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-09-16 01:28:38 +0200 |
commit | a91f0d2eac46510c109a4faebf520f68a3456aab (patch) | |
tree | 66fffa7ea3d8fd1ce097424602d2c428cb4ce8be /src/app/index.html | |
parent | ba64cef4fd5738e5744814bf67dddbd3865132f1 (diff) | |
download | Viper-a91f0d2eac46510c109a4faebf520f68a3456aab.tar.gz Viper-a91f0d2eac46510c109a4faebf520f68a3456aab.zip |
lang files can now use objects!
The `lang()` function doesn't change whatsoever, as the lang files are
flattened and are therefore identical to the before this commit.
I also cleaned up the files, and all the lang files should now all look
far more similar in order.
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/index.html b/src/app/index.html index 8fbcb8a..c61960f 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -200,12 +200,12 @@ </div> <div id="vpReleaseNotes" class="hidden section"></div> <div id="vpInfo" class="hidden section"> - <h2>%%viper.menu.info.links%%</h2> + <h2>%%viper.info.links%%</h2> <ul> <li>%%viper.info.discord%% <a href="https://northstar.tf/discord">northstar.tf/discord</a></li> <li>%%viper.info.issues%% <a href="https://github.com/0neGal/viper/issues">github.com/0neGal/viper/issues</a></li> </ul> - <h2>%%viper.menu.info.credits%%</h2> + <h2>%%viper.info.credits%%</h2> <ul> <li>Viper Logo: Imply#9781</li> <li>Viper Background: <a href="https://www.reddit.com/r/titanfall/comments/fwuh2x/take_to_the_skies">Uber Panzerhund</a></li> @@ -236,7 +236,7 @@ <div id="nsMods" class="hidden section"> <div id="modsdiv" class="grid"> <div class="line"> - <div class="text" id="modcount">%%gui.mods%%</div> + <div class="text" id="modcount">%%gui.mods.title%%</div> <div class="buttons modbtns"> <button id="removeall" class="bg-red2" onclick="mods.remove('allmods')">%%gui.mods.removeall%%</button> <button id="toggleall" class="bg-orange2" onclick="mods.toggle('allmods')">%%gui.mods.toggleall%%</button> |