/**
* Inuktitut Translations
* Note: Inuktitut is an Inuit language spoken in Canada
* Uses English base with Inuktitut-specific terms where applicable
*/
import { en } from './en.js';
import { TranslationKeys } from '../types.js';
export const iu: TranslationKeys = {
...en,
// Override with Inuktitut-specific terms as translations become available
};