2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

add ar to language code map

This commit is contained in:
taha2002 2022-03-12 08:19:31 +01:00 committed by GitHub
parent c544de3012
commit 2c0c36bf5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
// Language: Language Code in books/translations
export const languageCodeMap = {
English: 'en',
Arabe: 'ar',
French: 'fr',
German: 'de',
Portuguese: 'pt',
Arabe: 'ar',
};