File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @lingo.dev/_spec " : patch
3+ " lingo.dev " : patch
4+ " @lingo.dev/_sdk " : patch
5+ ---
6+
7+ add new locale
Original file line number Diff line number Diff line change @@ -184,6 +184,8 @@ const localeMap = {
184184 nap : [ "nap-IT" ] ,
185185 // Afrikaans (South Africa)
186186 af : [ "af-ZA" ] ,
187+ // Uzbek (Latin)
188+ uz : [ "uz-Latn" ] ,
187189 // Somali (Somalia)
188190 so : [ "so-SO" ] ,
189191 // Tigrinya (Ethiopia)
@@ -258,8 +260,6 @@ export const resolveLocaleCode = (value: string): LocaleCodeFull => {
258260 * @return { string | null } - The delimiter ("_" or "-") if found, otherwise `null`.
259261 */
260262
261-
262-
263263export const getLocaleCodeDelimiter = ( locale : string ) : LocaleDelimiter => {
264264 if ( locale . includes ( "_" ) ) {
265265 return "_" ;
You can’t perform that action at this time.
0 commit comments