/**
* Michif Translations
* Note: Michif is a mixed language (Cree-French) of the Metis people
* Uses English base with Michif-specific terms where applicable
*/
import { en } from './en.js';
import { TranslationKeys } from '../types.js';
export const crg: TranslationKeys = {
...en,
// Override with Michif-specific terms as translations become available
};