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
85788715
Commit
85788715
authored
Dec 22, 2016
by
Dominik Hebeler
Browse files
Update lang.pl
parent
9fc59ba9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Models/lang.pl
View file @
85788715
...
...
@@ -17,7 +17,7 @@ my $json = <$fh>;
close
$fh
;
# Decode the JSON String
my
$data
=
decode
_json
(
$json
);
my
$data
=
JSON
->
new
->
utf8
->
decode
(
$json
);
# Wir durchlaufen den Hash:
foreach
my
$key
(
keys
%
{
$data
}){
...
...
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