mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-08 01:42:28 +08:00
10 lines
252 B
TypeScript
10 lines
252 B
TypeScript
|
|
import type { Locale } from "./types.js";
|
||
|
|
/**
|
||
|
|
* @category Locales
|
||
|
|
* @summary Bosnian locale.
|
||
|
|
* @language Bosnian
|
||
|
|
* @iso-639-2 bos
|
||
|
|
* @author Branislav Lazić [@branislavlazic](https://github.com/branislavlazic)
|
||
|
|
*/
|
||
|
|
export declare const bs: Locale;
|