We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c785a45 commit ee40716Copy full SHA for ee40716
1 file changed
src/config/config.php
@@ -7,5 +7,11 @@
7
* Once you get your key, add it here.
8
*/
9
'steamApiKey' => env('STEAM_API_KEY'),
10
+
11
+ /**
12
+ * Localized language paramter
13
+ * Steam will default back to English if the requested language is not available
14
+ */
15
'steamLang' => env('STEAM_LANG', 'english'),
16
17
);
0 commit comments