(locale: Intl.LocalesArgument = api.storage.lang('locale'))
| 62 | protected isFallback = !Intl.DurationFormat; |
| 63 | |
| 64 | constructor(locale: Intl.LocalesArgument = api.storage.lang('locale')) { |
| 65 | this.locale = locale; |
| 66 | return this; |
| 67 | } |
| 68 | |
| 69 | setLocale(locale: Intl.LocalesArgument) { |
| 70 | this.locale = locale; |