Spnonsoring contract language selector feature/84-sponsoringcontract_language_selector #89

Merged
niggl merged 11 commits from feature/84-sponsoringcontract_language_selector into dev 2021-03-01 16:45:08 +00:00
3 changed files with 623 additions and 618 deletions
Showing only changes of commit e07d1e42e2 - Show all commits

View File

@ -232,8 +232,7 @@
aria-orientation="vertical"
aria-labelledby="options-menu">
<span
class="block w-full text-left px-4 py-2 text-sm text-gray-700">Select
language</span>
class="block w-full text-left px-4 py-2 text-sm text-gray-700">{$_('select-language')}</span>
<button
on:click={() => {
generateSponsoringContract('de');
@ -241,7 +240,7 @@
type="submit"
class="block w-full text-left px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900"
role="menuitem">
German
{$_('german')}
</button>
<button
on:click={() => {
@ -250,7 +249,7 @@
type="submit"
class="block w-full text-left px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900"
role="menuitem">
English
{$_('english')}
</button>
</div>
</div>

View File

@ -304,5 +304,8 @@
"verfuegbare": "Verfügbar",
"welcome_wavinghand": "Willkommen 👋",
"you-can-now-use-your-new-password-to-log-in-to-your-account": "Du kannst dich jetzt mit deinem neuen Passwort anmelden! 🎉",
"zip-postal-code": "Postleitzahl"
"zip-postal-code": "Postleitzahl",
"select-language": "Sprache auswählen",
"german": "Deutsch",
"english": "Englisch"
}

View File

@ -304,5 +304,8 @@
"verfuegbare": "availdable",
"welcome_wavinghand": "Welcome 👋",
"you-can-now-use-your-new-password-to-log-in-to-your-account": "You can now use your new password to log in to your account! 🎉",
"zip-postal-code": "ZIP/ postal code"
"zip-postal-code": "ZIP/ postal code",
"select-language": "Select language",
"german": "German",
"english": "English"
}