/**
* Chipewyan (Dene Suline) Translations
* Note: Chipewyan is a Northern Athabaskan language spoken in Canada
* Uses English base with Chipewyan-specific terms where applicable
*/
import { en } from './en.js';
import { TranslationKeys } from '../types.js';
export const chp: TranslationKeys = {
...en,
// Override with Chipewyan-specific terms as translations become available
};