UNPKG
@jsverse/transloco
Version:
latest (8.3.0)
8.3.0
8.2.1
8.2.0
8.1.0
8.0.2
8.0.1
8.0.0
7.6.1
7.6.0
7.5.1
7.5.0
7.4.4
7.4.3
7.4.2
7.4.1
7.4.0
7.3.0
7.2.1
7.2.0
7.1.0
7.0.0
The internationalization (i18n) library for Angular
jsverse.gitbook.io/transloco/
jsverse/transloco
@jsverse/transloco
/
schematics-core
/
testing
/
mocks.js
10 lines
•
309 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
translationMocks
=
void
0
;
exports
.
translationMocks
= {
en
: {
hello
:
'hello'
},
es
: {
hello
:
'hola'
},
scopeEn
: {
hello
:
'hello scope'
},
scopeEs
: {
hello
:
'hola scope'
}, };
//# sourceMappingURL=mocks.js.map