2
0
mirror of https://github.com/frappe/books.git synced 2024-11-08 14:50:56 +00:00

added nepali translation (#772)

This commit is contained in:
SumanTwati 2023-12-03 03:59:44 +05:45 committed by GitHub
parent f946ce82ae
commit 4c789bbf26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1011 additions and 8 deletions

View File

@ -5,20 +5,21 @@ import { systemLanguageRef } from './refs';
// Language: Language Code in books/translations // Language: Language Code in books/translations
export const languageCodeMap: Record<string, string> = { export const languageCodeMap: Record<string, string> = {
Arabic: 'ar',
Catalan: 'ca-ES',
Danish: 'da',
Dutch: 'nl',
English: 'en', English: 'en',
French: 'fr', French: 'fr',
German: 'de', German: 'de',
Portuguese: 'pt',
Arabic: 'ar',
Catalan: 'ca-ES',
Spanish: 'es',
Dutch: 'nl',
Gujarati: 'gu', Gujarati: 'gu',
Turkish: 'tr',
Korean: 'ko', Korean: 'ko',
Swedish: 'sv', Nepali: 'np',
Danish: 'da', Portuguese: 'pt',
'Simplified Chinese': 'zh-CN', 'Simplified Chinese': 'zh-CN',
Spanish: 'es',
Swedish: 'sv',
Turkish: 'tr',
}; };
export async function setLanguageMap( export async function setLanguageMap(

1002
translations/np.csv Normal file

File diff suppressed because it is too large Load Diff