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
|
// 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
1002
translations/np.csv
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user