2
0
mirror of https://github.com/frappe/books.git synced 2025-01-26 16:48:28 +00:00

added 'gu' entry in src/utils/language.ts

This commit is contained in:
dhruvilxcode 2022-07-21 14:07:05 +05:30
parent 630e402a24
commit 58bb585127

View File

@ -15,6 +15,7 @@ export const languageCodeMap: Record<string, string> = {
Catalan: 'ca-ES', Catalan: 'ca-ES',
Spanish: 'es', Spanish: 'es',
Dutch: 'nl', Dutch: 'nl',
Gujarati: 'gu'
}; };
export async function setLanguageMap( export async function setLanguageMap(