We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395b802 commit 21d1165Copy full SHA for 21d1165
CHANGELOG
@@ -2,6 +2,11 @@
2
VERSION 3 OPTIONS CHANGED
3
==========================
4
5
+ Version 3.3 - JSON format language files
6
+ 25/01/2019 01:06 3.3.0 initial release
7
+ 395b802 Use JSON format language files
8
+ c299e39 Remove debug codes
9
+
10
Version 3.2 - add none-level diff[D
11
24/01/2019 23:54 3.2.6 nits
12
7d9ca9c Code tidy
src/Utility/Language.php
@@ -96,7 +96,7 @@ public function getTranslationsByLanguage(string $language): array
96
throw new FileNotFoundException($file);
97
}
98
99
- return json_decode(file_get_contents($file), true);
+ return \json_decode(\file_get_contents($file), true);
100
101
102
/**
0 commit comments