【发布时间】:2021-05-24 05:35:11
【问题描述】:
当我本地化 BsDatepicker 时,月份除了英文本地化外都是小写
import { kkLocale } from 'ngx-bootstrap/locale';
import { ruLocale } from 'ngx-bootstrap/locale';
defineLocale('kk', kkLocale);
defineLocale('ru', ruLocale);
我怎样才能使所有的Titlecase或Lowercase?
【问题讨论】:
-
如果我是对的,您可以提供您自己的语言 JSON 文件。让我检查一下
标签: angular ngx-bootstrap angular-bootstrap