Skip to content

Commit

Permalink
Merge pull request #18 from Fabulously-Optimized/wording
Browse files Browse the repository at this point in the history
Adjusted wording
  • Loading branch information
Madis0 authored Feb 12, 2024
2 parents eb9b5eb + 82b6628 commit 6284eaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
"content.home.columned-hero.subtitle": "A simple Minecraft modpack focusing on performance and graphics enhancements.",
"content.home.graph.subtitle": "Fabulously Optimized is <span class=\"smaller__gradient\">5x Quicker</span> than vanilla Minecraft.<br />",
"content.home.graph.fps": "FPS",
"content.home.graph.small": "Tested on AMD Ryzen 5 2600 (12) &commat; 3.400GH and NVIDIA GeForce GTX 1060 3GB running vanilla Minecraft 1.20.1 and Fabric Loader with Fabulously Optimized 5.4.1 (Singleplayer).",
"content.home.graph.small": "Tested on AMD Ryzen 5 2600 (12) &commat; 3.400GH and NVIDIA GeForce GTX 1060 3GB running vanilla Minecraft 1.20.1, a popular performance-focused game client for Minecraft 1.20.1 and Fabulously Optimized 5.4.1 (Singleplayer).",
"content.home.graph.competitor": "Popular game client",
"content.home.graph.vanilla": "Vanilla Minecraft",
"content.home.download.subtitle": "We encourage using CurseForge App, Modrinth App, Prism Launcher, MultiMC, or official Minecraft Launcher.",
"content.home.download.title": "Download Now",
"content.home.features.title": "Why should you use Fabulously Optimized?",
"content.home.features.videoID": "bb8G9X5Q_4I",
"feature.performance.title": "Performance",
"feature.performance.desc": "Fabulously Optimized is faster than OptiFine, thanks to [modern performance mods][1] like Sodium, Lithium, and others. The bundled mods have been carefully selected to be safe in your worlds and provide noticeable speed benefits on any device.",
"feature.performance.desc": "Fabulously Optimized is faster than competing game clients, thanks to [modern performance mods][1] like Sodium, Lithium, and others. The bundled mods have been carefully selected to be safe in your worlds and provide noticeable speed benefits on any device.",
"feature.optifine-parity.title": "OptiFine parity",
"feature.optifine-parity.desc": "Fabulously Optimized [supports most OptiFine features][2], including shaders, connected textures, and zoom. If your resource pack states \"OptiFine required,\" it will probably function here as well. [You can even get your own free cape!][3]",
"feature.feels-familiar.title": "Feels familiar",
Expand Down
6 changes: 6 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ const features: any = ref([
<p>259{{ $t("content.home.graph.fps") }}</p>
</div>
</div>
<div class="item">
<p class="pretitle">{{ $t("content.home.graph.competitor") }}</p>
<div class="bar">
<p>56{{ $t("content.home.graph.fps") }}</p>
</div>
</div>
<div class="item">
<p class="pretitle">{{ $t("content.home.graph.vanilla") }}</p>
<div class="bar">
Expand Down

0 comments on commit 6284eaa

Please sign in to comment.