/**
* Ojibwe (Anishinaabemowin) Translations
* Note: Ojibwe is an Algonquian language spoken around the Great Lakes
* Uses English base with Ojibwe-specific terms where applicable
*/
import { en } from './en.js';
import { TranslationKeys } from '../types.js';
export const oj: TranslationKeys = {
...en,
// Override with Ojibwe-specific terms as translations become available
};