UNPKG
@tib/sn-cli
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
The @tib/sn command line tools
@tib/sn-cli
/
src
/
globalize.ts
6 lines
(4 loc)
•
165 B
text/typescript
View Raw
1
2
3
4
5
6
import
*
as
path
from
'path'
;
import
SG
from
'strong-globalize'
;
SG
.
SetRootDir
(path.
join
(__dirname,
'..'
), {
autonomousMsgLoading
:
'all'
});
SG
.
SetDefaultLanguage
();