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

export const TIME_MARKER: LocaleObject = {
  AM: 'ص',
  PM: 'م',
};
