// en/pull_to_refresh
export const pull_to_refresh = {
  pull_hint: 'Pull down to refresh',
  release_hint: 'Release to refresh',
  refreshing: 'Refreshing…',
  region_label: 'Pull to refresh',
} as const;
