generaltranslation
Version:
A language toolkit for AI developers
9 lines (8 loc) • 386 B
TypeScript
import { CustomMapping } from './customLocaleMapping';
/**
* Resolves the alias locale for a given locale.
* @param locale - The locale to resolve the alias locale for
* @param customMapping - The custom mapping to use for resolving the alias locale
* @returns The alias locale
*/
export declare function _resolveAliasLocale(locale: string, customMapping?: CustomMapping): string;