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 893d6a0 commit 79c7a20Copy full SHA for 79c7a20
src/bin/shell.nss
@@ -10,9 +10,10 @@
10
11
// localization
12
$loc_path='imports\lang\'
13
-import lang if(path.exists(loc_path + sys.lang + ".nss"),
14
- loc_path + sys.lang + ".nss",
15
- loc_path + "\\en.nss")
+import lang loc_path + "en.nss"
+import lang if(path.exists(loc_path + sys.lang + ".nss"),
+ loc_path + sys.lang + ".nss",
16
+ loc_path + "en.nss")
17
18
// or import lang 'imports/lang/en.nss'
19
0 commit comments