// Copyright 2019 - David Conran (@crankyoldgit)
// Locale/language file for English / United States of America.
// This file will override the default values located in `defaults.h`.
#ifndef LOCALE_EN_US_H_
#define LOCALE_EN_US_H_
// Not much should really need to be set here, as English is the default
// locale/language.

// Overrides to the default.
#define D_STR_CENTRE "Center"
#define D_STR_MOULD "Mold"

#endif  // LOCALE_EN_US_H__
