/** * The locale code that templates in this source code are written in. */ export declare const sourceLocale = "en"; /** * The other locale codes that this application is localized into. Sorted * lexicographically. */ export declare const targetLocales: readonly ["ar", "ro", "tr"]; /** * All valid project locale codes. Sorted lexicographically. */ export declare const allLocales: readonly ["ar", "en", "ro", "tr"]; //# sourceMappingURL=locale-codes.d.ts.map