Added missing translation

ref #103
This commit is contained in:
Nicolai Ort 2021-03-19 17:47:51 +01:00
parent 37bc5ff17b
commit 44d6cba403
3 changed files with 5 additions and 3 deletions

View File

@ -38,7 +38,7 @@
</div>
</div>
{#await user_promise}
Loading profile data
{$_('loading-profile-data')}
{:then}
<div class="mt-5 md:mt-0 md:col-span-2">
<div class="shadow sm:rounded-md sm:overflow-hidden">

View File

@ -353,5 +353,6 @@
"zip-postal-code": "Postleitzahl",
"settings-for-your-profile": "Die Einstellungen deines Accounts",
"profile": "Profil",
"everything-concerning-your-profile": "Alles zu deinem Profil"
"everything-concerning-your-profile": "Alles zu deinem Profil",
"loading-profile-data": "Lade Profildaten"
}

View File

@ -353,5 +353,6 @@
"zip-postal-code": "ZIP/ postal code",
"settings-for-your-profile": "Settings for your profile",
"profile": "Profile",
"everything-concerning-your-profile": "Everything concerning your profile"
"everything-concerning-your-profile": "Everything concerning your profile",
"loading-profile-data": "Loading profile data"
}