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
f33939f7
Commit
f33939f7
authored
Sep 15, 2016
by
Dominik Hebeler
Browse files
Bugfix mit den neuen Hinweisen
Erste Sprachdatei eingefügt
parent
2687da8c
Changes
2
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/LanguageController.php
View file @
f33939f7
...
...
@@ -152,6 +152,7 @@ class LanguageController extends Controller
private
function
createHints
(
$t
,
$to
)
{
foreach
(
$t
as
$key
=>
$langTexts
)
{
if
(
$langTexts
!==
""
)
{
foreach
(
$langTexts
as
$lang
=>
$text
)
{
if
(
$lang
!==
$to
)
{
if
(
preg_match
(
"/\s:\S+/si"
,
$text
))
{
...
...
@@ -162,6 +163,7 @@ class LanguageController extends Controller
}
}
}
}
return
$t
;
}
...
...
resources/lang/de/auth.php
0 → 100644
View file @
f33939f7
<?php
return
[
"failed"
=>
"Die eingegebenen Zugangsdaten sind uns nicht bekannt."
,
"throttle"
=>
"Zu viele Loginversuche. Versuchen Sie es in :seconds noch einmal."
,
];
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