studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
7 lines (6 loc) • 310 B
TypeScript
import type { LanguageFlagIdentifier } from './config.js';
/**
* Use this map to set custom keys that are not 2 character flags from:
* https://icon-sets.iconify.design/circle-flags/?icon-filter=lang-&keyword=flag
*/
export declare const translationFlagKeyOverrides: Record<string, LanguageFlagIdentifier>;