Skip to content

Commit cc851e9

Browse files
brunocrohvalorkin
authored andcommitted
feat(moments): export locales in ngx-bootstrap/index (#2879)
1 parent 9d0638c commit cc851e9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/index.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,28 @@ export {
152152

153153
export { defineLocale, getSetGlobalLocale } from './bs-moment';
154154

155+
export {
156+
ar,
157+
cs,
158+
de,
159+
enGb,
160+
es,
161+
esDo,
162+
esUs,
163+
fr,
164+
hi,
165+
it,
166+
ja,
167+
ko,
168+
nl,
169+
nlBe,
170+
pl,
171+
ptBr,
172+
ru,
173+
zhCn,
174+
tr
175+
} from './locale';
176+
155177
const MODULES = [
156178
AccordionModule,
157179
AlertModule,

0 commit comments

Comments
 (0)