Startup dashboard: Add view fallback translations (#6884)

This commit is contained in:
Jan Skovgaard
2020-01-06 20:08:41 +01:00
committed by Kenn Jacobsen
parent 92db75c89c
commit 617216e0c9
3 changed files with 2362 additions and 2350 deletions

View File

@@ -40,8 +40,12 @@
<div style="max-width: 1200px" ng-if="vm.showDefault">
<div class="welcome-dashboard__intro">
<h1 class="welcome-dashboard__title">Welcome to The Friendly CMS</h1>
<p class="welcome-dashboard__intro-text">Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.</p>
<h1 class="welcome-dashboard__title">
<localize key="startupDashboard_fallbackHeadline">Welcome to The Friendly CMS</localize>
</h1>
<p class="welcome-dashboard__intro-text">
<localize key="startupDashboard_fallbackDescription">Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.</localize>
</p>
</div>
<div class="welcome-dashboard__info-box-boxes">

File diff suppressed because it is too large Load Diff

View File

@@ -2363,4 +2363,8 @@ To manage your website, simply open the Umbraco back office and start adding con
]]>
</key>
</area>
<area alias="startupDashboard">
<key alias="fallbackHeadline">Welcome to The Friendly CMS</key>
<key alias="fallbackDescription">Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.</key>
</area>
</language>