import { LocaleObject } from '../locale.object';

export const TIME_MARKER: LocaleObject = {
  AM: '上午',
  PM: '下午',
};
