/**
* Mohawk (Kanien'keha) Translations
* Note: Mohawk is an Iroquoian language spoken in Ontario, Quebec, and New York
* Uses English base with Mohawk-specific terms where applicable
*/
import { en } from './en.js';
import { TranslationKeys } from '../types.js';
export const moh: TranslationKeys = {
...en,
// Override with Mohawk-specific terms as translations become available
};