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:
parent
f946ce82ae
commit
4c789bbf26
@ -5,20 +5,21 @@ import { systemLanguageRef } from './refs';
|
||||
|
||||
// Language: Language Code in books/translations
|
||||
export const languageCodeMap: Record<string, string> = {
|
||||
Arabic: 'ar',
|
||||
Catalan: 'ca-ES',
|
||||
Danish: 'da',
|
||||
Dutch: 'nl',
|
||||
English: 'en',
|
||||
French: 'fr',
|
||||
German: 'de',
|
||||
Portuguese: 'pt',
|
||||
Arabic: 'ar',
|
||||
Catalan: 'ca-ES',
|
||||
Spanish: 'es',
|
||||
Dutch: 'nl',
|
||||
Gujarati: 'gu',
|
||||
Turkish: 'tr',
|
||||
Korean: 'ko',
|
||||
Swedish: 'sv',
|
||||
Danish: 'da',
|
||||
Nepali: 'np',
|
||||
Portuguese: 'pt',
|
||||
'Simplified Chinese': 'zh-CN',
|
||||
Spanish: 'es',
|
||||
Swedish: 'sv',
|
||||
Turkish: 'tr',
|
||||
};
|
||||
|
||||
export async function setLanguageMap(
|
||||
|
1002
translations/np.csv
Normal file
1002
translations/np.csv
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user