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

export const TIME_MARKER: LocaleObject = {
  AM: '午前',
  PM: '午後',
};
