Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
6c7c90a3
Commit
6c7c90a3
authored
Oct 12, 2018
by
Karl Hasselbring
Browse files
Die Sprachauswahl der Suche ist auf die erkennbaren Sprachen reduziert
parent
68464a40
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/parts/searchbar.blade.php
View file @
6c7c90a3
...
@@ -7,9 +7,8 @@
...
@@ -7,9 +7,8 @@
<
div
id
=
"search-lang"
>
<
div
id
=
"search-lang"
>
<
select
id
=
"input-lang"
name
=
"lang"
>
<
select
id
=
"input-lang"
name
=
"lang"
>
<
option
value
=
"all"
>
Alle
Sprachen
</
option
>
<
option
value
=
"all"
>
Alle
Sprachen
</
option
>
@
foreach
(
LaravelLocalization
::
getSupportedLocales
()
as
$localeCode
=>
$properties
)
<
option
value
=
"de"
>
Deutsch
</
option
>
<
option
value
=
"
{
{$localeCode}
}
"
>
{{{
$properties
[
'native'
]
}}}
</
option
>
<
option
value
=
"en"
>
English
</
option
>
@
endforeach
</
select
>
</
select
>
<
label
id
=
"lang-label"
for
=
"input-lang"
data
-
tooltip
=
"{{ trans ('index.lang.tooltip') }}"
>
<
label
id
=
"lang-label"
for
=
"input-lang"
data
-
tooltip
=
"{{ trans ('index.lang.tooltip') }}"
>
<
i
class
=
"fa fa-globe"
aria
-
hidden
=
"true"
></
i
>
<
i
class
=
"fa fa-globe"
aria
-
hidden
=
"true"
></
i
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment